diff options
author | Patrice Chotard <patrice.chotard@foss.st.com> | 2025-01-09 11:21:48 +0100 |
---|---|---|
committer | Patrice Chotard <patrice.chotard@foss.st.com> | 2025-01-31 10:13:10 +0100 |
commit | 84bbb8f59a89b24daebc9eff532df6160f049faf (patch) | |
tree | 08a57cdd8c7ffd649637f3cc7af0155769707314 | |
parent | 6b20aed7cfd88bdef3618a9548183c59091b1b69 (diff) |
ARM: dts: stm32: Update ck_flexgen_08 frequency.
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>
-rw-r--r-- | arch/arm/dts/stm32mp251.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/dts/stm32mp251.dtsi b/arch/arm/dts/stm32mp251.dtsi index 44eb664fb51..e2d1c88a57f 100644 --- a/arch/arm/dts/stm32mp251.dtsi +++ b/arch/arm/dts/stm32mp251.dtsi @@ -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 { |