On 11/13/25 18:44, Patrick DELAUNAY wrote:
> Hi,
>
> On 10/17/25 14:18, Patrice Chotard wrote:
>> Add txbyteclk to avoid error during clock registration.
>>
>> Signed-off-by: Patrice Chotard <[email protected]>
>> ---
>>
>> 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 <[email protected]>
>
> Thanks
> Patrick
>
Applied to u-boot-stm32/master
Thanks
Patrice