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

Patrice CHOTARD patrice.chotard at foss.st.com
Fri Nov 14 17:45:29 CET 2025



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 <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
> 
Applied to u-boot-stm32/master

Thanks
Patrice


More information about the U-Boot mailing list