summaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/tegra-paz00.dts
diff options
context:
space:
mode:
authorMarc Dietrich2012-01-28 20:03:08 +0100
committerOlof Johansson2012-02-07 06:10:15 +0100
commit80c9473dc132de2dc345c5698a1aaca1a3ee4c14 (patch)
tree3008a4fa2b2725c4fa30158f182c929f4a3c611b /arch/arm/boot/dts/tegra-paz00.dts
parentARM: dt: tegra: add the power gpio key to paz00 device tree (diff)
downloadkernel-qcow2-linux-80c9473dc132de2dc345c5698a1aaca1a3ee4c14.tar.gz
kernel-qcow2-linux-80c9473dc132de2dc345c5698a1aaca1a3ee4c14.tar.xz
kernel-qcow2-linux-80c9473dc132de2dc345c5698a1aaca1a3ee4c14.zip
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/arm/boot/dts/tegra-paz00.dts')
-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";
+ };
+ };
};