lantiq: add the TDW8980 5GHz led
authorblogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 17 Dec 2015 09:28:01 +0000 (09:28 +0000)
committerblogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73>
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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@47915 3c298f89-4303-0410-b956-a3cf2f4a3e73

target/linux/lantiq/dts/TDW8980.dts

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