From: Alejandro Benete Date: Tue, 1 Dec 2020 14:04:31 +0000 (+0100) Subject: ARM: dts: Changing default led status to off for every led but the red one (POWER). X-Git-Tag: rel_imx_4.19.35_1.1.0-somdevices.1^0 X-Git-Url: https://git.somdevices.com/?a=commitdiff_plain;h=7d633721500f54c9e8a5b3c2baa8f9cb1a7d2538;p=linux.git ARM: dts: Changing default led status to off for every led but the red one (POWER). Signed-off-by: Alejandro Benete --- diff --git a/arch/arm/boot/dts/imx6ull-somdevices-C8P1.dts b/arch/arm/boot/dts/imx6ull-somdevices-C8P1.dts index bc806e3da520..47466f42c718 100644 --- a/arch/arm/boot/dts/imx6ull-somdevices-C8P1.dts +++ b/arch/arm/boot/dts/imx6ull-somdevices-C8P1.dts @@ -13,17 +13,17 @@ 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"; }; };