mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 23:24:38 +00:00
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>
This commit is contained in:
parent
13ba6d0e6f
commit
60121266c9
1 changed files with 1 additions and 0 deletions
|
@ -143,4 +143,5 @@
|
|||
|
||||
&usart1 {
|
||||
u-boot,dm-pre-reloc;
|
||||
clocks = <&rcc 0 STM32F7_APB2_CLOCK(USART1)>;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue