ARM: dts: stm32: Add missing reset-cells node in stm32f746

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>
This commit is contained in:
Lionel Debieve 2017-06-07 16:50:21 +02:00 committed by Alexandre TORGUE
parent 5489d5dbb4
commit aa8f42f7a1

View File

@ -371,6 +371,7 @@
};
rcc: rcc@40023800 {
#reset-cells = <1>;
#clock-cells = <2>;
compatible = "st,stm32f746-rcc", "st,stm32-rcc";
reg = <0x40023800 0x400>;