projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d8d56c8
)
ARM: dt: tegra: add the wifi led to paz00 device tree
author
Marc Dietrich
<marvin24@gmx.de>
Sat, 28 Jan 2012 19:03:08 +0000
(20:03 +0100)
committer
Olof 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
patch
|
blob
|
blame
|
history
diff --git
a/arch/arm/boot/dts/tegra-paz00.dts
b/arch/arm/boot/dts/tegra-paz00.dts
index 95c39c999788fc9d08c0bff6509f4f8f5a013101..bd8964ae46919888eea856181b1a40142e02d492 100644
(file)
--- 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";
+ };
+ };
};