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 stm32f746

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

+3 -3
+3 -3
arch/arm/boot/dts/stm32f746.dtsi
··· 495 495 status = "disabled"; 496 496 }; 497 497 498 - syscfg: system-config@40013800 { 499 - compatible = "syscon"; 498 + syscfg: syscon@40013800 { 499 + compatible = "st,stm32-syscfg", "syscon"; 500 500 reg = <0x40013800 0x400>; 501 501 }; 502 502 ··· 563 563 }; 564 564 565 565 pwrcfg: power-config@40007000 { 566 - compatible = "syscon"; 566 + compatible = "st,stm32-power-config", "syscon"; 567 567 reg = <0x40007000 0x400>; 568 568 }; 569 569