diff options
author | John Crispin <blogic@openwrt.org> | 2016-01-01 21:18:00 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2016-01-01 21:18:00 +0000 |
commit | 396406d064046bd8c2466e6ad3e1a7f72c546cb2 (patch) | |
tree | 2f68d562438649fdd495787ae9b17b8c4c7cebe9 /target/linux/lantiq/dts/ARV752DPW.dts | |
parent | 027f4b580cd50b4d1eb23d2e1c8ab8b9e70822fe (diff) | |
download | master-187ad058-396406d064046bd8c2466e6ad3e1a7f72c546cb2.tar.gz master-187ad058-396406d064046bd8c2466e6ad3e1a7f72c546cb2.tar.bz2 master-187ad058-396406d064046bd8c2466e6ad3e1a7f72c546cb2.zip |
lantiq: ARV752DPW - fix dts file
Use the same led logic and labels as the OEM firmware (red = okay,
blue = failure).
Add the red internet led.
Remove missing usb led workaround. The workaround shouldn't be in the
default configuration.
Signed-off-by: Mathias Kresin <openwrt@kresin.me>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@48036 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/lantiq/dts/ARV752DPW.dts')
-rw-r--r-- | target/linux/lantiq/dts/ARV752DPW.dts | 22 |
1 files changed, 13 insertions, 9 deletions
diff --git a/target/linux/lantiq/dts/ARV752DPW.dts b/target/linux/lantiq/dts/ARV752DPW.dts index fe478e13b7..8848c71cf7 100644 --- a/target/linux/lantiq/dts/ARV752DPW.dts +++ b/target/linux/lantiq/dts/ARV752DPW.dts @@ -170,25 +170,29 @@ gpio-leds { compatible = "gpio-leds"; - power { - label = "power"; + power1 { + label = "power1"; gpios = <&gpio 3 1>; }; + internet { + label = "internet"; + gpios = <&gpio 4 1>; + }; message { label = "message"; gpios = <&gpio 5 1>; }; - power1 { - label = "power1"; + power { + label = "power"; gpios = <&gpio 6 1>; + default-state = "keep"; }; voice1 { label = "voice1"; gpios = <&gpio 8 1>; }; microphone { - /* use this led as te usb led */ - label = "usb"; + label = "umts"; gpios = <&gpiomm 3 1>; }; wifi { @@ -199,7 +203,7 @@ label = "fxs1"; gpios = <&gpiomm 5 1>; }; - fx2 { + fxs2 { label = "fxs2"; gpios = <&gpiomm 6 1>; }; @@ -207,8 +211,8 @@ label = "fxo"; gpios = <&gpiomm 7 1>; }; - internet { - label = "internet"; + internet2 { + label = "internet2"; gpios = <&gpiomm 8 1>; }; voice2 { |