ARM: dts: Add txbyteclk clock in stm32mp235f-dk-u-boot.dtsi
authorPatrice Chotard <patrice.chotard@foss.st.com>
Fri, 17 Oct 2025 12:18:41 +0000 (14:18 +0200)
committerTom Rini <trini@konsulko.com>
Mon, 17 Nov 2025 16:43:20 +0000 (10:43 -0600)
Add txbyteclk to avoid error during clock registration.

Signed-off-by: Patrice Chotard <patrice.chotard@foss.st.com>
Reviewed-by: Patrick Delaunay <patrick.delaunay@foss.st.com>
arch/arm/dts/stm32mp235f-dk-u-boot.dtsi

index 1bc7787..84279c4 100644 (file)
                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 {