diff options
author | John Crispin <john@openwrt.org> | 2016-01-01 21:18:00 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2016-01-01 21:18:00 +0000 |
commit | 5b6f0250f644756c573557add4b103ecf7560dec (patch) | |
tree | 6e65aed0ebc64b6b44a86c0ba83a8fdcd0adf681 | |
parent | aa99acdb467bd7868f208d4bdb50a105a93aae83 (diff) | |
download | upstream-5b6f0250f644756c573557add4b103ecf7560dec.tar.gz upstream-5b6f0250f644756c573557add4b103ecf7560dec.tar.bz2 upstream-5b6f0250f644756c573557add4b103ecf7560dec.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>
SVN-Revision: 48036
-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 { |