Browse Source

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]>

SVN-Revision: 47915
John Crispin 10 years ago
parent
commit
0a6a37be83
1 changed files with 7 additions and 0 deletions
  1. 7 0
      target/linux/lantiq/dts/TDW8980.dts

+ 7 - 0
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>;
+		};
+	};
 };