Skip to content
Snippets Groups Projects
Commit 0a6a37be authored by John Crispin's avatar John Crispin
Browse files

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: default avatarMathias Kresin <openwrt@kresin.me>

SVN-Revision: 47915
parent ab77d4bc
No related branches found
No related tags found
No related merge requests found
...@@ -28,4 +28,11 @@ ...@@ -28,4 +28,11 @@
ath9k_eep { ath9k_eep {
ath,pci-slot = <0>; ath,pci-slot = <0>;
}; };
gpio-leds {
wifi2 {
label = "wifi2";
gpios = <&gpio 24 1>;
};
};
}; };
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment