Skip to content

Commit 55cd3a3

Browse files
author
Phil Elwell
committed
overlays: Fix resetgpio and ledgpio for hy28a/b
Offsets for overlay parameters are specified in bytes, not in access units. See: #2344 Signed-off-by: Phil Elwell <[email protected]>
1 parent 2f77f72 commit 55cd3a3

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

arch/arm/boot/dts/overlays/hy28a-overlay.dts

+2-2
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,8 @@
8686
debug = <&hy28a>,"debug:0";
8787
xohms = <&hy28a_ts>,"ti,x-plate-ohms;0";
8888
resetgpio = <&hy28a>,"reset-gpios:4",
89-
<&hy28a_pins>, "brcm,pins:1";
89+
<&hy28a_pins>, "brcm,pins:4";
9090
ledgpio = <&hy28a>,"led-gpios:4",
91-
<&hy28a_pins>, "brcm,pins:2";
91+
<&hy28a_pins>, "brcm,pins:8";
9292
};
9393
};

arch/arm/boot/dts/overlays/hy28b-overlay.dts

+2-2
Original file line numberDiff line numberDiff line change
@@ -141,8 +141,8 @@
141141
debug = <&hy28b>,"debug:0";
142142
xohms = <&hy28b_ts>,"ti,x-plate-ohms;0";
143143
resetgpio = <&hy28b>,"reset-gpios:4",
144-
<&hy28b_pins>, "brcm,pins:1";
144+
<&hy28b_pins>, "brcm,pins:4";
145145
ledgpio = <&hy28b>,"led-gpios:4",
146-
<&hy28b_pins>, "brcm,pins:2";
146+
<&hy28b_pins>, "brcm,pins:8";
147147
};
148148
};

0 commit comments

Comments
 (0)