Skip to content

Commit

Permalink
ARM: dt: tegra: add the wifi led to paz00 device tree
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Marc Dietrich authored and Olof Johansson committed Feb 7, 2012
1 parent d8d56c8 commit 80c9473
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions arch/arm/boot/dts/tegra-paz00.dts
Original file line number Diff line number Diff line change
Expand Up @@ -90,4 +90,14 @@
gpio-key,wakeup;
};
};

gpio-leds {
compatible = "gpio-leds";

wifi {
label = "wifi-led";
gpios = <&gpio 24 0>;
linux,default-trigger = "rfkill0";
};
};
};

0 comments on commit 80c9473

Please sign in to comment.