]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
ARM: dts: stm32: Don't probe red led at boot for stm32mp157a-dk1-scmi-u-boot
authorPatrice Chotard <patrice.chotard@foss.st.com>
Tue, 9 Apr 2024 15:02:01 +0000 (17:02 +0200)
committerPatrice Chotard <patrice.chotard@foss.st.com>
Fri, 19 Apr 2024 10:05:10 +0000 (12:05 +0200)
red led and button dedicated to fastboot share the same gpio GPIOA13.
Led driver is probed early so the corresponding gpio is taken and
configured in output which forbid fastboot and stm32prog button usage.

To avoid this, remove the "default-state" property from red led node.

This will avoid to trigger the led driver probe() to configure the led
default state during startup.

Signed-off-by: Patrice Chotard <patrice.chotard@foss.st.com>
Reviewed-by: Patrick Delaunay <patrick.delaunay@foss.st.com>
arch/arm/dts/stm32mp157a-dk1-scmi-u-boot.dtsi

index 5d49b09c35d9ad636a915d1c6348318ca88bfbb0..8760d6c7d9328d1e8af4e8c88997304c29b5f2a7 100644 (file)
@@ -39,7 +39,6 @@
                red {
                        label = "error";
                        gpios = <&gpioa 13 GPIO_ACTIVE_LOW>;
-                       default-state = "off";
                        status = "okay";
                };
        };