lantiq: add the TDW8980 5GHz led
authorJohn Crispin <john@openwrt.org>
Thu, 17 Dec 2015 09:28:01 +0000 (09:28 +0000)
committerJohn Crispin <john@openwrt.org>
Thu, 17 Dec 2015 09:28:01 +0000 (09:28 +0000)
Still unused, but u-boot doesn't take care of the led, which results in a
permanent switched on 5GHz LED.

Signed-off-by: Mathias Kresin <openwrt@kresin.me>
SVN-Revision: 47915

target/linux/lantiq/dts/TDW8980.dts

index ad3d1829bd6a98e91944498b54c064fc063a5dc8..ca8fc8074a2c277a0f4ff9b0c3d23b6a1c939d52 100644 (file)
        ath9k_eep {
                ath,pci-slot = <0>;
        };
        ath9k_eep {
                ath,pci-slot = <0>;
        };
+
+       gpio-leds {
+               wifi2 {
+                       label = "wifi2";
+                       gpios = <&gpio 24 1>;
+               };
+       };
 };
 };