From: Patrice Chotard Date: Fri, 17 Oct 2025 12:18:41 +0000 (+0200) Subject: ARM: dts: Add txbyteclk clock in stm32mp235f-dk-u-boot.dtsi X-Git-Tag: v2026.01-rc3~14^2~18 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3192a7eb0e6e9080ec26d7aa222857981b4132e5;p=thirdparty%2Fu-boot.git ARM: dts: Add txbyteclk clock in stm32mp235f-dk-u-boot.dtsi Add txbyteclk to avoid error during clock registration. Signed-off-by: Patrice Chotard Reviewed-by: Patrick Delaunay --- diff --git a/arch/arm/dts/stm32mp235f-dk-u-boot.dtsi b/arch/arm/dts/stm32mp235f-dk-u-boot.dtsi index 1bc77874050..84279c4712a 100644 --- a/arch/arm/dts/stm32mp235f-dk-u-boot.dtsi +++ b/arch/arm/dts/stm32mp235f-dk-u-boot.dtsi @@ -10,6 +10,14 @@ u-boot,boot-led = "led-blue"; u-boot,mmc-env-partition = "u-boot-env"; }; + + clocks { + txbyteclk { + #clock-cells = <0>; + compatible = "fixed-clock"; + clock-frequency = <0>; + }; + }; }; &usart2 {