ARM: dts: Changing default led status to off for every led but the red one (POWER). rel_imx_4.19.35_1.1.0-somdevices.1
authorAlejandro Benete <abenete@somdevices.com>
Tue, 1 Dec 2020 14:04:31 +0000 (15:04 +0100)
committerAlejandro Benete <abenete@somdevices.com>
Tue, 1 Dec 2020 14:04:31 +0000 (15:04 +0100)
Signed-off-by: Alejandro Benete <abenete@somdevices.com>
arch/arm/boot/dts/imx6ull-somdevices-C8P1.dts

index bc806e3..47466f4 100644 (file)
                led2 {
                        label = "green";
                        gpios = <&gpio4 15 GPIO_ACTIVE_HIGH>;
-                       default-state = "on";
+                       default-state = "off";
                };
                led3 {
                        label = "blue";
                        gpios = <&gpio1 9 GPIO_ACTIVE_HIGH>;
-                       default-state = "on";
+                       default-state = "off";
                };
                led4 {
                        label = "white";
                        gpios = <&gpio1 18 GPIO_ACTIVE_HIGH>;
-                       default-state = "on";
+                       default-state = "off";
                };
        };