Skip to content
Snippets Groups Projects
Commit 9af80712 authored by Gabriel Fernandez's avatar Gabriel Fernandez Committed by Philipp Zabel
Browse files

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
No related branches found
No related tags found
No related merge requests found
......@@ -326,6 +326,7 @@ pins {
};
rcc: rcc@40023810 {
#reset-cells = <1>;
#clock-cells = <2>;
compatible = "st,stm32f42xx-rcc", "st,stm32-rcc";
reg = <0x40023800 0x400>;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment