Commit 9af80712 authored by Gabriel Fernandez's avatar Gabriel Fernandez Committed by Philipp Zabel

ARM: dts: stm32f429: add missing #reset-cells of rcc

This patch adds #reset-cells property to rcc node.
Signed-off-by: default avatarGabriel Fernandez <gabriel.fernandez@st.com>
Signed-off-by: default avatarPhilipp Zabel <p.zabel@pengutronix.de>
parent b70b009b
......@@ -326,6 +326,7 @@ pins {
};
rcc: rcc@40023810 {
#reset-cells = <1>;
#clock-cells = <2>;
compatible = "st,stm32f42xx-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