[PATCH 4/5] ARM: dts: Add txbyteclk clock in stm32mp235f-dk-u-boot.dtsi

Patrick DELAUNAY patrick.delaunay at foss.st.com
Thu Nov 13 18:44:35 CET 2025


Hi,

On 10/17/25 14:18, Patrice Chotard wrote:
> Add txbyteclk to avoid error during clock registration.
>
> Signed-off-by: Patrice Chotard <patrice.chotard at foss.st.com>
> ---
>
>   arch/arm/dts/stm32mp235f-dk-u-boot.dtsi | 8 ++++++++
>   1 file changed, 8 insertions(+)
>
> 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 {

Reviewed-by: Patrick Delaunay <patrick.delaunay at foss.st.com>

Thanks
Patrick



More information about the U-Boot mailing list