mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-19 21:58:04 +00:00
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> SVN-Revision: 47915
This commit is contained in:
parent
ab77d4bcb9
commit
0a6a37be83
@ -28,4 +28,11 @@
|
||||
ath9k_eep {
|
||||
ath,pci-slot = <0>;
|
||||
};
|
||||
|
||||
gpio-leds {
|
||||
wifi2 {
|
||||
label = "wifi2";
|
||||
gpios = <&gpio 24 1>;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user