summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorMarc Dietrich <marvin24@gmx.de>2012-01-28 20:03:08 +0100
committerOlof Johansson <olof@lixom.net>2012-02-06 21:10:15 -0800
commit80c9473dc132de2dc345c5698a1aaca1a3ee4c14 (patch)
tree3008a4fa2b2725c4fa30158f182c929f4a3c611b /arch
parentd8d56c84224ae3d61800f6ce6df0ce6b63872617 (diff)
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>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/boot/dts/tegra-paz00.dts10
1 files changed, 10 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/tegra-paz00.dts b/arch/arm/boot/dts/tegra-paz00.dts
index 95c39c999788..bd8964ae4691 100644
--- a/arch/arm/boot/dts/tegra-paz00.dts
+++ b/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";
+ };
+ };
};