ARM: dts: stm32f429: add missing #reset-cells of rcc
This patch adds #reset-cells property to rcc node. Signed-off-by: Gabriel Fernandez <gabriel.fernandez@st.com> Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
This commit is contained in:
parent
b70b009b24
commit
9af8071298
1 changed files with 1 additions and 0 deletions
|
@ -326,6 +326,7 @@
|
|||
};
|
||||
|
||||
rcc: rcc@40023810 {
|
||||
#reset-cells = <1>;
|
||||
#clock-cells = <2>;
|
||||
compatible = "st,stm32f42xx-rcc", "st,stm32-rcc";
|
||||
reg = <0x40023800 0x400>;
|
||||
|
|
Loading…
Add table
Reference in a new issue