Commit ae226869 authored by Benjamin Gaignard's avatar Benjamin Gaignard Committed by Alexandre Torgue

ARM: dts: stm32: Add compatibles for syscon for stm32f746

Syscon nodes needs at least 2 compatibles to be compliant why yaml documentation.
Signed-off-by: default avatarBenjamin Gaignard <benjamin.gaignard@st.com>
Signed-off-by: default avatarAlexandre Torgue <alexandre.torgue@st.com>
parent 133e6acf
...@@ -495,8 +495,8 @@ sdio1: sdio1@40012c00 { ...@@ -495,8 +495,8 @@ sdio1: sdio1@40012c00 {
status = "disabled"; status = "disabled";
}; };
syscfg: system-config@40013800 { syscfg: syscon@40013800 {
compatible = "syscon"; compatible = "st,stm32-syscfg", "syscon";
reg = <0x40013800 0x400>; reg = <0x40013800 0x400>;
}; };
...@@ -563,7 +563,7 @@ pwm { ...@@ -563,7 +563,7 @@ pwm {
}; };
pwrcfg: power-config@40007000 { pwrcfg: power-config@40007000 {
compatible = "syscon"; compatible = "st,stm32-power-config", "syscon";
reg = <0x40007000 0x400>; reg = <0x40007000 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