From f3ca035a27efc1a78eb60bb9019b031fc83a0685 Mon Sep 17 00:00:00 2001 From: blogic Date: Thu, 17 Dec 2015 09:28:01 +0000 Subject: [PATCH] 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 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@47915 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- target/linux/lantiq/dts/TDW8980.dts | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/target/linux/lantiq/dts/TDW8980.dts b/target/linux/lantiq/dts/TDW8980.dts index ad3d1829bd..ca8fc8074a 100644 --- a/target/linux/lantiq/dts/TDW8980.dts +++ b/target/linux/lantiq/dts/TDW8980.dts @@ -28,4 +28,11 @@ ath9k_eep { ath,pci-slot = <0>; }; + + gpio-leds { + wifi2 { + label = "wifi2"; + gpios = <&gpio 24 1>; + }; + }; }; -- 2.11.0