mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2025-11-25 22:15:47 +00:00
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:
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>;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user