ARM: dts: stm32: Restore old usart1 clock bindings for stm32f7
authorPatrice Chotard <patrice.chotard@st.com>
Mon, 18 Feb 2019 22:19:45 +0000 (23:19 +0100)
committerPatrice Chotard <patrice.chotard@st.com>
Tue, 23 Apr 2019 13:31:21 +0000 (15:31 +0200)
As U-boot stm32f clock driver doesn't support new
bindings for auxiliary clocks (clocks = <&rcc 1 ....>),
restore old bindings for usart1 to get console output.

Signed-off-by: Patrice Chotard <patrice.chotard@st.com>
arch/arm/dts/stm32f7-u-boot.dtsi

index 7816b79bcf9e1a1f96ccb37adc1bd2a107469439..29b157324e663609191e9b33b99ea7f11594ec8b 100644 (file)
 
 &usart1 {
        u-boot,dm-pre-reloc;
+       clocks = <&rcc 0 STM32F7_APB2_CLOCK(USART1)>;
 };