Просмотр исходного кода

brcm63xx: fix HG556a C button

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

Signed-off-by: Daniel Gonzalez <[email protected]>
dani 9 лет назад
Родитель
Сommit
cea917c30b
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      target/linux/brcm63xx/dts/hg556a-c.dts

+ 1 - 1
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 {