Browse Source

ARM: dt: tegra: add the wifi led to paz00 device tree

This adds the wifi led bound to the rfkill0 event to the device
tree of paz00.

Signed-off-by: Marc Dietrich <marvin24@gmx.de>
Signed-off-by: Olof Johansson <olof@lixom.net>
Marc Dietrich 13 years ago
parent
commit
80c9473dc1
1 changed files with 10 additions and 0 deletions
  1. 10 0
      arch/arm/boot/dts/tegra-paz00.dts

+ 10 - 0
arch/arm/boot/dts/tegra-paz00.dts

@@ -90,4 +90,14 @@
 			gpio-key,wakeup;
 		};
 	};
+
+	gpio-leds {
+		compatible = "gpio-leds";
+
+		wifi {
+			label = "wifi-led";
+			gpios = <&gpio 24 0>;
+			linux,default-trigger = "rfkill0";
+		};
+	};
 };