]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
ARM: dts: stm32: Update ck_flexgen_08 frequency.
authorPatrice Chotard <patrice.chotard@foss.st.com>
Thu, 9 Jan 2025 10:21:48 +0000 (11:21 +0100)
committerPatrice Chotard <patrice.chotard@foss.st.com>
Fri, 31 Jan 2025 09:13:10 +0000 (10:13 +0100)
Spurious characters are displayed on U-Boot console.
Usart2 clock is ck_flexgen_08 and its frequency is set
to an incorrect value.

Update ck_flexgen_08 frequency from 100MHz to 64MHz.

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

index 44eb664fb510273706229fde435e588e7f0def0b..e2d1c88a57f30ba4280e1dda14402058f502681d 100644 (file)
@@ -38,7 +38,7 @@
                ck_flexgen_08: ck-flexgen-08 {
                        #clock-cells = <0>;
                        compatible = "fixed-clock";
-                       clock-frequency = <100000000>;
+                       clock-frequency = <64000000>;
                };
 
                ck_flexgen_51: ck-flexgen-51 {