Author: blogic Date: 2015-12-17 10:28:01 +0100 (Thu, 17 Dec 2015) New Revision: 47915
Modified: trunk/target/linux/lantiq/dts/TDW8980.dts Log: lantiq: add the TDW8980 5GHz led 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 <[email protected]> Modified: trunk/target/linux/lantiq/dts/TDW8980.dts =================================================================== --- trunk/target/linux/lantiq/dts/TDW8980.dts 2015-12-17 09:27:52 UTC (rev 47914) +++ trunk/target/linux/lantiq/dts/TDW8980.dts 2015-12-17 09:28:01 UTC (rev 47915) @@ -28,4 +28,11 @@ ath9k_eep { ath,pci-slot = <0>; }; + + gpio-leds { + wifi2 { + label = "wifi2"; + gpios = <&gpio 24 1>; + }; + }; }; _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
