Commit aa8f42f7 authored by Lionel Debieve's avatar Lionel Debieve Committed by Alexandre TORGUE

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

rcc node must include reset-cells node.
Signed-off-by: default avatarLionel Debieve <lionel.debieve@st.com>
Signed-off-by: default avatarAlexandre TORGUE <alexandre.torgue@st.com>
parent 5489d5db
......@@ -371,6 +371,7 @@ crc: crc@40023000 {
};
rcc: rcc@40023800 {
#reset-cells = <1>;
#clock-cells = <2>;
compatible = "st,stm32f746-rcc", "st,stm32-rcc";
reg = <0x40023800 0x400>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment