diff options
author | Patrice Chotard | 2019-02-18 23:19:45 +0100 |
---|---|---|
committer | Patrice Chotard | 2019-04-23 15:31:21 +0200 |
commit | 60121266c900f694b8750504a2edce0bac4b1d7d (patch) | |
tree | 1703febe113fb007111b93bfb27543a215981601 /arch/arm | |
parent | 13ba6d0e6f8bd69662d8cddd20b4485246757d16 (diff) |
ARM: dts: stm32: Restore old usart1 clock bindings for stm32f7
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>
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/dts/stm32f7-u-boot.dtsi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/dts/stm32f7-u-boot.dtsi b/arch/arm/dts/stm32f7-u-boot.dtsi index 7816b79bcf9..29b157324e6 100644 --- a/arch/arm/dts/stm32f7-u-boot.dtsi +++ b/arch/arm/dts/stm32f7-u-boot.dtsi @@ -143,4 +143,5 @@ &usart1 { u-boot,dm-pre-reloc; + clocks = <&rcc 0 STM32F7_APB2_CLOCK(USART1)>; }; |