提交 133e6acf 编写于 作者: B Benjamin Gaignard 提交者: Alexandre Torgue

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

Syscon nodes needs at least 2 compatibles to be compliant why yaml documentation.
Signed-off-by: NBenjamin Gaignard <benjamin.gaignard@st.com>
Signed-off-by: NAlexandre Torgue <alexandre.torgue@st.com>
上级 ece1420e
...@@ -597,8 +597,8 @@ ...@@ -597,8 +597,8 @@
status = "disabled"; status = "disabled";
}; };
syscfg: system-config@40013800 { syscfg: syscon@40013800 {
compatible = "syscon"; compatible = "st,stm32-syscfg", "syscon";
reg = <0x40013800 0x400>; reg = <0x40013800 0x400>;
}; };
...@@ -688,7 +688,7 @@ ...@@ -688,7 +688,7 @@
}; };
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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册