]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
ARM: dts: at91: sam9_l9260: Modify information in LED nodes.
authorRaashid Muhammed <raashidmuhammed@zilogic.com>
Fri, 24 Jun 2016 13:31:09 +0000 (19:01 +0530)
committerAlexandre Belloni <alexandre.belloni@free-electrons.com>
Mon, 4 Jul 2016 13:59:45 +0000 (15:59 +0200)
Add power led node and rename status led node.

Signed-off-by: Raashid Muhammed <raashidmuhammed@zilogic.com>
Reviewed-by: Vijay Kumar B. <vijaykumar@bravegnu.org>
Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
arch/arm/boot/dts/at91-sam9_l9260.dts

index be409f24892c6fbe8628bba958f67670b3d28d04..814753ab26a0d149667fda05a5e3a80cff9adf2d 100644 (file)
        leds {
                compatible = "gpio-leds";
 
-               b0 {
-                       label = "b0";
-                       gpios = <&pioA 6 GPIO_ACTIVE_HIGH>;
-                       linux,default-trigger = "heartbeat";
+               pwr_led {
+                       label = "sam9-l9260:yellow:pwr";
+                       gpios = <&pioA 9 GPIO_ACTIVE_HIGH>;
+                       linux,default-trigger = "cpu0";
                };
 
+               status_led {
+                       label = "sam9-l9260:green:status";
+                       gpios = <&pioA 6 GPIO_ACTIVE_LOW>;
+                       linux,default-trigger = "timer";
+               };
        };
 };