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:
5489d5d
)
ARM: dts: stm32: Add missing reset-cells node in stm32f746
author
Lionel Debieve
<lionel.debieve@st.com>
Wed, 7 Jun 2017 14:50:21 +0000
(16:50 +0200)
committer
Alexandre TORGUE
<alexandre.torgue@st.com>
Wed, 7 Jun 2017 14:50:42 +0000
(16:50 +0200)
rcc node must include reset-cells node.
Signed-off-by: Lionel Debieve <lionel.debieve@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 d6b1b56f340cb24cb0ecdd1d2aef555ad044dc99..4506eb97a4ab47baf45cda13f851083a951cb440 100644
(file)
--- a/
arch/arm/boot/dts/stm32f746.dtsi
+++ b/
arch/arm/boot/dts/stm32f746.dtsi
@@
-371,6
+371,7
@@
};
rcc: rcc@40023800 {
+ #reset-cells = <1>;
#clock-cells = <2>;
compatible = "st,stm32f746-rcc", "st,stm32-rcc";
reg = <0x40023800 0x400>;