]> Pileus Git - ~andy/linux/commitdiff
ARM: dts: am335x-bone-common: add cpu0 and mmc1 triggers
authorKoen Kooi <koen@dominion.thruhere.net>
Thu, 12 Sep 2013 18:35:35 +0000 (20:35 +0200)
committerBenoit Cousson <bcousson@baylibre.com>
Fri, 11 Oct 2013 19:06:31 +0000 (21:06 +0200)
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>
arch/arm/boot/dts/am335x-bone-common.dtsi

index fbb11dd76f086aa1c52795f7046d71cba19de365..56361ceb418b4b9b9b670f8f0f02068dc59bace3 100644 (file)
                led@4 {
                        label = "beaglebone:green:usr2";
                        gpios = <&gpio1 23 GPIO_ACTIVE_HIGH>;
+                       linux,default-trigger = "cpu0";
                        default-state = "off";
                };
 
                led@5 {
                        label = "beaglebone:green:usr3";
                        gpios = <&gpio1 24 GPIO_ACTIVE_HIGH>;
+                       linux,default-trigger = "mmc1";
                        default-state = "off";
                };
        };