diff options
author | Patrice Chotard <patrice.chotard@st.com> | 2018-01-26 17:23:00 +0100 |
---|---|---|
committer | Alexandre Torgue <alexandre.torgue@st.com> | 2018-02-27 14:30:40 +0100 |
commit | 9137b8498c6252e0548eb2f61913ed7a03bd2cd9 (patch) | |
tree | 7413ae4b1c854c250f292ee579f13767172aad65 | |
parent | dt-bindings: stm32: add support of STM32MP157 (diff) | |
download | linux-9137b8498c6252e0548eb2f61913ed7a03bd2cd9.tar.xz linux-9137b8498c6252e0548eb2f61913ed7a03bd2cd9.zip |
ARM: dts: stm32: Fix HSE clock frequency for stm32h743i-disco board
The HSE oscillator frequency was wrongly set to 125MHz instead of 25MHz.
Signed-off-by: Patrice Chotard <patrice.chotard@st.com>
Signed-off-by: Alexandre Torgue <alexandre.torgue@st.com>
-rw-r--r-- | arch/arm/boot/dts/stm32h743i-disco.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/stm32h743i-disco.dts b/arch/arm/boot/dts/stm32h743i-disco.dts index 79e841d94079..45e088c55741 100644 --- a/arch/arm/boot/dts/stm32h743i-disco.dts +++ b/arch/arm/boot/dts/stm32h743i-disco.dts @@ -63,7 +63,7 @@ }; &clk_hse { - clock-frequency = <125000000>; + clock-frequency = <25000000>; }; &usart2 { |