projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
13ba6d0
)
ARM: dts: stm32: Restore old usart1 clock bindings for stm32f7
author
Patrice Chotard
<patrice.chotard@st.com>
Mon, 18 Feb 2019 22:19:45 +0000
(23:19 +0100)
committer
Patrice 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
patch
|
blob
|
history
diff --git
a/arch/arm/dts/stm32f7-u-boot.dtsi
b/arch/arm/dts/stm32f7-u-boot.dtsi
index 7816b79bcf9e1a1f96ccb37adc1bd2a107469439..29b157324e663609191e9b33b99ea7f11594ec8b 100644
(file)
--- 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)>;
};