Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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

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>

authored by

Benjamin Gaignard and committed by
Alexandre Torgue
a656ae15 1f96adbb

+1 -1
+1 -1
arch/arm/boot/dts/stm32mp151.dtsi
··· 1127 1127 }; 1128 1128 1129 1129 pwr_mcu: pwr_mcu@50001014 { 1130 - compatible = "syscon"; 1130 + compatible = "st,stm32mp151-pwr-mcu", "syscon"; 1131 1131 reg = <0x50001014 0x4>; 1132 1132 }; 1133 1133