From 7d633721500f54c9e8a5b3c2baa8f9cb1a7d2538 Mon Sep 17 00:00:00 2001 From: Alejandro Benete Date: Tue, 1 Dec 2020 15:04:31 +0100 Subject: [PATCH] ARM: dts: Changing default led status to off for every led but the red one (POWER). Signed-off-by: Alejandro Benete --- arch/arm/boot/dts/imx6ull-somdevices-C8P1.dts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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"; }; }; -- 2.17.1