ARM: dts: stm32: Add compatibles for syscon for stm32mp151
authorBenjamin Gaignard <benjamin.gaignard@st.com>
Fri, 3 Jul 2020 09:55:20 +0000 (11:55 +0200)
committerAlexandre Torgue <alexandre.torgue@st.com>
Tue, 21 Jul 2020 08:39:11 +0000 (10:39 +0200)
Syscon nodes needs at least 2 compatibles to be compliant why yaml documentation.

Signed-off-by: Benjamin Gaignard <benjamin.gaignard@st.com>
Signed-off-by: Alexandre Torgue <alexandre.torgue@st.com>
arch/arm/boot/dts/stm32mp151.dtsi

index 3faaa2e..bfe2902 100644 (file)
                };
 
                pwr_mcu: pwr_mcu@50001014 {
-                       compatible = "syscon";
+                       compatible = "st,stm32mp151-pwr-mcu", "syscon";
                        reg = <0x50001014 0x4>;
                };