From 33aecf91d49dd4f4e07edb0cbd011021b61c852a Mon Sep 17 00:00:00 2001 From: Thomas Basler Date: Sat, 21 Jan 2023 00:00:38 +0100 Subject: [PATCH] Negative type and clk_mode settings are not allowed --- docs/pin_mapping.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/pin_mapping.json b/docs/pin_mapping.json index 3182f8e..1628e20 100644 --- a/docs/pin_mapping.json +++ b/docs/pin_mapping.json @@ -15,8 +15,8 @@ "power": -1, "mdc": -1, "mdio": -1, - "type": -1, - "clk_mode": -1 + "type": 0, + "clk_mode": 0 } }, { @@ -35,8 +35,8 @@ "power": -1, "mdc": -1, "mdio": -1, - "type": -1, - "clk_mode": -1 + "type": 0, + "clk_mode": 0 }, "display": { "type": 2, @@ -125,8 +125,8 @@ "power": -1, "mdc": -1, "mdio": -1, - "type": -1, - "clk_mode": -1 + "type": 0, + "clk_mode": 0 } }, {