From: Patrice Chotard <patrice.chot...@st.com> By default, the external oscillator frequency is defined at 25 Mhz in SoC stm32h743.dtsi file. It has been set at 125 Mhz in kernel DT temporarly waiting for RCC clock driver becomes available.
As in U-boot we got a RCC clock driver, the real value of HSE clock can be used. Signed-off-by: Patrice Chotard <patrice.chot...@st.com> --- arch/arm/dts/stm32h743i-disco.dts | 4 ---- 1 file changed, 4 deletions(-) diff --git a/arch/arm/dts/stm32h743i-disco.dts b/arch/arm/dts/stm32h743i-disco.dts index 03af13d..1ed94a3 100644 --- a/arch/arm/dts/stm32h743i-disco.dts +++ b/arch/arm/dts/stm32h743i-disco.dts @@ -74,10 +74,6 @@ }; }; -&clk_hse { - clock-frequency = <125000000>; -}; - &usart2 { pinctrl-0 = <&usart2_pins>; pinctrl-names = "default"; -- 1.9.1 _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de https://lists.denx.de/listinfo/u-boot