From: Marc Dietrich Date: Sat, 28 Jan 2012 19:03:08 +0000 (+0100) Subject: ARM: dt: tegra: add the wifi led to paz00 device tree X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=80c9473dc132de2dc345c5698a1aaca1a3ee4c14;p=deliverable%2Flinux.git 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 Signed-off-by: Olof Johansson --- 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"; + }; + }; };