Commit 722cb0fa authored by Andrew F. Davis's avatar Andrew F. Davis Committed by Tony Lindgren

ARM: dts: am335x-icev2: Disable Industrial I/O LEDs and fix naming

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: default avatarAndrew F. Davis <afd@ti.com>
Signed-off-by: default avatarSekhar Nori <nsekhar@ti.com>
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent 3c558b32
...@@ -43,52 +43,52 @@ vtt_fixed: fixedregulator1 { ...@@ -43,52 +43,52 @@ vtt_fixed: fixedregulator1 {
enable-active-high; enable-active-high;
}; };
leds0 { leds-iio {
status = "disabled";
compatible = "gpio-leds"; compatible = "gpio-leds";
led-out0 {
led0 {
label = "out0"; label = "out0";
gpios = <&tpic2810 0 GPIO_ACTIVE_HIGH>; gpios = <&tpic2810 0 GPIO_ACTIVE_HIGH>;
default-state = "off"; default-state = "off";
}; };
led1 { led-out1 {
label = "out1"; label = "out1";
gpios = <&tpic2810 1 GPIO_ACTIVE_HIGH>; gpios = <&tpic2810 1 GPIO_ACTIVE_HIGH>;
default-state = "off"; default-state = "off";
}; };
led2 { led-out2 {
label = "out2"; label = "out2";
gpios = <&tpic2810 2 GPIO_ACTIVE_HIGH>; gpios = <&tpic2810 2 GPIO_ACTIVE_HIGH>;
default-state = "off"; default-state = "off";
}; };
led3 { led-out3 {
label = "out3"; label = "out3";
gpios = <&tpic2810 3 GPIO_ACTIVE_HIGH>; gpios = <&tpic2810 3 GPIO_ACTIVE_HIGH>;
default-state = "off"; default-state = "off";
}; };
led4 { led-out4 {
label = "out4"; label = "out4";
gpios = <&tpic2810 4 GPIO_ACTIVE_HIGH>; gpios = <&tpic2810 4 GPIO_ACTIVE_HIGH>;
default-state = "off"; default-state = "off";
}; };
led5 { led-out5 {
label = "out5"; label = "out5";
gpios = <&tpic2810 5 GPIO_ACTIVE_HIGH>; gpios = <&tpic2810 5 GPIO_ACTIVE_HIGH>;
default-state = "off"; default-state = "off";
}; };
led6 { led-out6 {
label = "out6"; label = "out6";
gpios = <&tpic2810 6 GPIO_ACTIVE_HIGH>; gpios = <&tpic2810 6 GPIO_ACTIVE_HIGH>;
default-state = "off"; default-state = "off";
}; };
led7 { led-out7 {
label = "out7"; label = "out7";
gpios = <&tpic2810 7 GPIO_ACTIVE_HIGH>; gpios = <&tpic2810 7 GPIO_ACTIVE_HIGH>;
default-state = "off"; default-state = "off";
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment