diff mbox

[LEDE-DEV] brcm63xx: fix HG556a C button

Message ID 2010453.UmzQsReWo9@tool
State Accepted
Headers show

Commit Message

Daniel González Cabanelas July 22, 2016, 10:45 a.m. UTC
One button of the HG556a-C has the wrong GPIO pin defined in the dts file,
fix it

Signed-off-by: Daniel Gonzalez <dgcbueu@gmail.com>
diff mbox

Patch

diff --git a/target/linux/brcm63xx/dts/hg556a-c.dts b/target/linux/brcm63xx/dts/hg556a-c.dts
index 3e64a2f..ada2a8c 100644
--- a/target/linux/brcm63xx/dts/hg556a-c.dts
+++ b/target/linux/brcm63xx/dts/hg556a-c.dts
@@ -21,7 +21,7 @@ 
 
 		help {
 			label = "help";
-			gpios = <&gpio0 8 1>;
+			gpios = <&gpio1 4 1>;
 			linux,code = <KEY_HELP>;
 		};
 		wlan {