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 stm32f426

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
133e6acf ece1420e

+3 -3
+3 -3
arch/arm/boot/dts/stm32f429.dtsi
··· 597 597 status = "disabled"; 598 598 }; 599 599 600 - syscfg: system-config@40013800 { 601 - compatible = "syscon"; 600 + syscfg: syscon@40013800 { 601 + compatible = "st,stm32-syscfg", "syscon"; 602 602 reg = <0x40013800 0x400>; 603 603 }; 604 604 ··· 688 688 }; 689 689 690 690 pwrcfg: power-config@40007000 { 691 - compatible = "syscon"; 691 + compatible = "st,stm32-power-config", "syscon"; 692 692 reg = <0x40007000 0x400>; 693 693 }; 694 694