aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKoen Kooi <koen@dominion.thruhere.net>2013-09-12 14:35:35 -0400
committerBenoit Cousson <bcousson@baylibre.com>2013-10-11 15:06:31 -0400
commitec8a75979f199fd6fdcf24f8d1c928a48c61483e (patch)
treea316581e58ad17e9b27d8faaf62ca0dfffb083d1
parent757a90e66c4828ec60a13792c2774488a28ae98d (diff)
ARM: dts: am335x-bone-common: add cpu0 and mmc1 triggers
This matches the vendor 3.8.x configuration that is shipping with the boards. The LED layout is now: USR0: heartbeat USR1: mmc0 (micro-SD slot) USR2: cpu0 USR3: mmc1 (eMMC) The cpu0 triggers was put in between the mmc triggers to make is easier to see where the disk activity is. Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Tested-by: Kevin Hilman <khilman@linaro.org> Reviewed-by: Nishanth Menon <nm@ti.com> Signed-off-by: Benoit Cousson <bcousson@baylibre.com>
-rw-r--r--arch/arm/boot/dts/am335x-bone-common.dtsi2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/am335x-bone-common.dtsi b/arch/arm/boot/dts/am335x-bone-common.dtsi
index fbb11dd76f08..56361ceb418b 100644
--- a/arch/arm/boot/dts/am335x-bone-common.dtsi
+++ b/arch/arm/boot/dts/am335x-bone-common.dtsi
@@ -204,12 +204,14 @@
204 led@4 { 204 led@4 {
205 label = "beaglebone:green:usr2"; 205 label = "beaglebone:green:usr2";
206 gpios = <&gpio1 23 GPIO_ACTIVE_HIGH>; 206 gpios = <&gpio1 23 GPIO_ACTIVE_HIGH>;
207 linux,default-trigger = "cpu0";
207 default-state = "off"; 208 default-state = "off";
208 }; 209 };
209 210
210 led@5 { 211 led@5 {
211 label = "beaglebone:green:usr3"; 212 label = "beaglebone:green:usr3";
212 gpios = <&gpio1 24 GPIO_ACTIVE_HIGH>; 213 gpios = <&gpio1 24 GPIO_ACTIVE_HIGH>;
214 linux,default-trigger = "mmc1";
213 default-state = "off"; 215 default-state = "off";
214 }; 216 };
215 }; 217 };