]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
ARM: dts: stm32: Clean led-red node for stm32mp135f-dk-u-boot
authorPatrice Chotard <patrice.chotard@foss.st.com>
Tue, 9 Apr 2024 15:01:59 +0000 (17:01 +0200)
committerPatrice Chotard <patrice.chotard@foss.st.com>
Fri, 19 Apr 2024 10:05:10 +0000 (12:05 +0200)
Remove "color" property from led-red node which is not supported
by U-Boot.

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

index 8f42735609a66be9f5ca81da9ea086334e879c29..f004e9840a2e1a964e81e2608e3d662dcf09f533 100644 (file)
@@ -35,7 +35,6 @@
                };
 
                led-red {
-                       color = <LED_COLOR_ID_RED>;
                        gpios = <&gpioa 13 GPIO_ACTIVE_LOW>;
                };
        };