diff options
| author | Patrice Chotard <[email protected]> | 2025-10-17 14:18:41 +0200 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2025-11-17 10:43:20 -0600 |
| commit | 3192a7eb0e6e9080ec26d7aa222857981b4132e5 (patch) | |
| tree | 891e91758b68d27cc0169eff5ff493b6aa7cddff | |
| parent | 64b115d8f188ece7bcb25ff3e3e4a8d1d164287a (diff) | |
ARM: dts: Add txbyteclk clock in stm32mp235f-dk-u-boot.dtsi
Add txbyteclk to avoid error during clock registration.
Signed-off-by: Patrice Chotard <[email protected]>
Reviewed-by: Patrick Delaunay <[email protected]>
| -rw-r--r-- | arch/arm/dts/stm32mp235f-dk-u-boot.dtsi | 8 |
1 files changed, 8 insertions, 0 deletions
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 { |
