projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f932423
)
ARM: dts: stm32: Fix sdio2 rcc hard coded value
author
Patrice Chotard
<patrice.chotard@st.com>
Thu, 1 Mar 2018 10:53:00 +0000
(11:53 +0100)
committer
Alexandre Torgue
<alexandre.torgue@st.com>
Mon, 5 Mar 2018 08:04:25 +0000
(09:04 +0100)
Replace sdio2 rcc hard coded clock value by its macro.
Signed-off-by: Patrice Chotard <patrice.chotard@st.com>
Signed-off-by: Alexandre Torgue <alexandre.torgue@st.com>
arch/arm/boot/dts/stm32f746.dtsi
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/stm32f746.dtsi
b/arch/arm/boot/dts/stm32f746.dtsi
index 90d8f56ceb832bb91402623a1aab30977eac3eae..4be2ee575b19c305a0015ae7e9c9f79254bda5ca 100644
(file)
--- a/
arch/arm/boot/dts/stm32f746.dtsi
+++ b/
arch/arm/boot/dts/stm32f746.dtsi
@@
-432,7
+432,7
@@
compatible = "arm,pl180", "arm,primecell";
arm,primecell-periphid = <0x00880180>;
reg = <0x40011c00 0x400>;
- clocks = <&rcc 0
167
>;
+ clocks = <&rcc 0
STM32F7_APB2_CLOCK(SDMMC2)
>;
clock-names = "apb_pclk";
interrupts = <103>;
max-frequency = <48000000>;