From: Patrice Chotard Date: Tue, 9 Apr 2024 15:01:59 +0000 (+0200) Subject: ARM: dts: stm32: Clean led-red node for stm32mp135f-dk-u-boot X-Git-Url: http://git.dujemihanovic.xyz/img/static/gitweb.css?a=commitdiff_plain;h=6b6e6d93300856df1b93489b37d0e5a023705d86;p=u-boot.git ARM: dts: stm32: Clean led-red node for stm32mp135f-dk-u-boot Remove "color" property from led-red node which is not supported by U-Boot. Signed-off-by: Patrice Chotard Reviewed-by: Patrick Delaunay --- diff --git a/arch/arm/dts/stm32mp135f-dk-u-boot.dtsi b/arch/arm/dts/stm32mp135f-dk-u-boot.dtsi index 8f42735609..f004e9840a 100644 --- a/arch/arm/dts/stm32mp135f-dk-u-boot.dtsi +++ b/arch/arm/dts/stm32mp135f-dk-u-boot.dtsi @@ -35,7 +35,6 @@ }; led-red { - color = ; gpios = <&gpioa 13 GPIO_ACTIVE_LOW>; }; };