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:

committed by
Alexandre TORGUE

parent
5489d5dbb4
commit
aa8f42f7a1
@@ -371,6 +371,7 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
rcc: rcc@40023800 {
|
rcc: rcc@40023800 {
|
||||||
|
#reset-cells = <1>;
|
||||||
#clock-cells = <2>;
|
#clock-cells = <2>;
|
||||||
compatible = "st,stm32f746-rcc", "st,stm32-rcc";
|
compatible = "st,stm32f746-rcc", "st,stm32-rcc";
|
||||||
reg = <0x40023800 0x400>;
|
reg = <0x40023800 0x400>;
|
||||||
|
Reference in New Issue
Block a user