]> Pileus Git - ~andy/linux/commitdiff
ARM: dt: tegra: add the wifi led to paz00 device tree
authorMarc Dietrich <marvin24@gmx.de>
Sat, 28 Jan 2012 19:03:08 +0000 (20:03 +0100)
committerOlof Johansson <olof@lixom.net>
Tue, 7 Feb 2012 05:10:15 +0000 (21:10 -0800)
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>
arch/arm/boot/dts/tegra-paz00.dts

index 95c39c999788fc9d08c0bff6509f4f8f5a013101..bd8964ae46919888eea856181b1a40142e02d492 100644 (file)
                        gpio-key,wakeup;
                };
        };
+
+       gpio-leds {
+               compatible = "gpio-leds";
+
+               wifi {
+                       label = "wifi-led";
+                       gpios = <&gpio 24 0>;
+                       linux,default-trigger = "rfkill0";
+               };
+       };
 };