diff options
author | John Crispin <blogic@openwrt.org> | 2015-12-17 09:28:01 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2015-12-17 09:28:01 +0000 |
commit | 730bb9fac70529f0bf3cfc2b9dd3f3bc649b212f (patch) | |
tree | c6430f7ad21441a64009a177c43642ce3a5b6e78 /target/linux/lantiq | |
parent | 8aefd6d65c769efff4d3969d857e5931e1a3a846 (diff) | |
download | master-187ad058-730bb9fac70529f0bf3cfc2b9dd3f3bc649b212f.tar.gz master-187ad058-730bb9fac70529f0bf3cfc2b9dd3f3bc649b212f.tar.bz2 master-187ad058-730bb9fac70529f0bf3cfc2b9dd3f3bc649b212f.zip |
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 <openwrt@kresin.me>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@47915 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/lantiq')
-rw-r--r-- | target/linux/lantiq/dts/TDW8980.dts | 7 |
1 files changed, 7 insertions, 0 deletions
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>; + }; + }; }; |