]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
ARM: dts: stm32: Fix HSE clock frequency for stm32h743i-disco board
authorPatrice Chotard <patrice.chotard@st.com>
Fri, 26 Jan 2018 16:23:00 +0000 (17:23 +0100)
committerAlexandre Torgue <alexandre.torgue@st.com>
Tue, 27 Feb 2018 13:30:40 +0000 (14:30 +0100)
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>
arch/arm/boot/dts/stm32h743i-disco.dts

index 79e841d94079c6d66cc5504cfbedf301a60c5222..45e088c55741a86e65e4f2ed9344b01a6c7af6e6 100644 (file)
@@ -63,7 +63,7 @@ aliases {
 };
 
 &clk_hse {
-       clock-frequency = <125000000>;
+       clock-frequency = <25000000>;
 };
 
 &usart2 {