aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/brcm63xx/dts
diff options
context:
space:
mode:
authorDaniel Gonzalez Cabanelas <dgcbueu@gmail.com>2018-12-30 14:59:30 +0100
committerMathias Kresin <dev@kresin.me>2019-01-27 11:52:24 +0100
commit6b2b35e0437563c60ebea2a1a61dd2a084b15505 (patch)
tree02f39c495e8b0dcc7e4284ea1696d222dedbab9c /target/linux/brcm63xx/dts
parent9b47e4c0070a392dd81a078d68152fdd3149cd44 (diff)
downloadupstream-6b2b35e0437563c60ebea2a1a61dd2a084b15505.tar.gz
upstream-6b2b35e0437563c60ebea2a1a61dd2a084b15505.tar.bz2
upstream-6b2b35e0437563c60ebea2a1a61dd2a084b15505.zip
brcm63xx: VH4032N: fix the power led and the wlan button
- use the blue LED for power, since the red LED is already used by CFE in emergency mode. - use the correct code for the wlan button Signed-off-by: Daniel Gonzalez Cabanelas <dgcbueu@gmail.com>
Diffstat (limited to 'target/linux/brcm63xx/dts')
-rw-r--r--target/linux/brcm63xx/dts/vh4032n.dts8
1 files changed, 4 insertions, 4 deletions
diff --git a/target/linux/brcm63xx/dts/vh4032n.dts b/target/linux/brcm63xx/dts/vh4032n.dts
index 6788026d62..fd5a1828ab 100644
--- a/target/linux/brcm63xx/dts/vh4032n.dts
+++ b/target/linux/brcm63xx/dts/vh4032n.dts
@@ -26,10 +26,10 @@
debounce-interval = <60>;
};
- wps {
- label = "wps";
+ wlan {
+ label = "wlan";
gpios = <&pinctrl 35 1>;
- linux,code = <KEY_WPS_BUTTON>;
+ linux,code = <KEY_WLAN>;
debounce-interval = <60>;
};
};
@@ -56,11 +56,11 @@
power_blue {
label = "VH4032N:blue:power";
gpios = <&pinctrl 22 0>;
+ default-state = "on";
};
power_red {
label = "VH4032N:red:power";
gpios = <&pinctrl 24 0>;
- default-state = "on";
};
voice_blue {
label = "VH4032N:blue:voice";