]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
ARM: dts: am335x-icev2: Disable Industrial I/O LEDs and fix naming
authorAndrew F. Davis <afd@ti.com>
Fri, 7 Oct 2016 14:44:23 +0000 (09:44 -0500)
committerTony Lindgren <tony@atomide.com>
Fri, 18 Nov 2016 15:05:39 +0000 (07:05 -0800)
The LEDs tied to the Industrial I/O output pins are meant for providing
status feed-back and are not the primary use for the pins. Disable
this use by default. Also unify the LED naming across IDK platforms.

Signed-off-by: Andrew F. Davis <afd@ti.com>
Signed-off-by: Sekhar Nori <nsekhar@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/boot/dts/am335x-icev2.dts

index d46efc6a0772010ef322d6680801075d2b58aaa1..fa3f5dc4ffa01ac1b9105f7c4049b6f0116f0a34 100644 (file)
                enable-active-high;
        };
 
-       leds0 {
+       leds-iio {
+               status = "disabled";
                compatible = "gpio-leds";
-
-               led0 {
+               led-out0 {
                        label = "out0";
                        gpios = <&tpic2810 0 GPIO_ACTIVE_HIGH>;
                        default-state = "off";
                };
 
-               led1 {
+               led-out1 {
                        label = "out1";
                        gpios = <&tpic2810 1 GPIO_ACTIVE_HIGH>;
                        default-state = "off";
                };
 
-               led2 {
+               led-out2 {
                        label = "out2";
                        gpios = <&tpic2810 2 GPIO_ACTIVE_HIGH>;
                        default-state = "off";
                };
 
-               led3 {
+               led-out3 {
                        label = "out3";
                        gpios = <&tpic2810 3 GPIO_ACTIVE_HIGH>;
                        default-state = "off";
                };
 
-               led4 {
+               led-out4 {
                        label = "out4";
                        gpios = <&tpic2810 4 GPIO_ACTIVE_HIGH>;
                        default-state = "off";
                };
 
-               led5 {
+               led-out5 {
                        label = "out5";
                        gpios = <&tpic2810 5 GPIO_ACTIVE_HIGH>;
                        default-state = "off";
                };
 
-               led6 {
+               led-out6 {
                        label = "out6";
                        gpios = <&tpic2810 6 GPIO_ACTIVE_HIGH>;
                        default-state = "off";
                };
 
-               led7 {
+               led-out7 {
                        label = "out7";
                        gpios = <&tpic2810 7 GPIO_ACTIVE_HIGH>;
                        default-state = "off";