[OpenWrt-Devel] [PATCH] brcm63xx: fix HG556a C button

dani dgcbueu at gmail.com
Tue Jan 26 07:47:48 EST 2016


One button of the HG556a-C has the wrong GPIO pin defined in the dts file,
fix it

Probably as it happened with leds previously, the buttons were copied from
the A, B versions of this router, but nobody checked it. The "help" button 
has the GPIO pin 36 not the pin 8.

Signed-off-by: Daniel Gonzalez <dgcbueu at gmail.com>
diff --git a/target/linux/brcm63xx/dts/hg556a-c.dts b/target/linux/brcm63xx/dts/hg556a-c.dts
index 9798091..5a1856d 100644
--- a/target/linux/brcm63xx/dts/hg556a-c.dts
+++ b/target/linux/brcm63xx/dts/hg556a-c.dts
@@ -17,7 +17,7 @@
 
 		help {
 			label = "help";
-			gpios = <&gpio0 8 1>;
+			gpios = <&gpio1 4 1>;
 			linux,code = <KEY_HELP>;
 		};
 		wlan {
_______________________________________________
openwrt-devel mailing list
openwrt-devel at lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel



More information about the openwrt-devel mailing list