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 stm32h743

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
1f96adbb ae226869

+3 -3
+3 -3
arch/arm/boot/dts/stm32h743.dtsi
··· 361 361 interrupts = <1>, <2>, <3>, <6>, <7>, <8>, <9>, <10>, <23>, <40>, <41>, <62>, <76>; 362 362 }; 363 363 364 - syscfg: system-config@58000400 { 365 - compatible = "syscon"; 364 + syscfg: syscon@58000400 { 365 + compatible = "st,stm32-syscfg", "syscon"; 366 366 reg = <0x58000400 0x400>; 367 367 }; 368 368 ··· 501 501 }; 502 502 503 503 pwrcfg: power-config@58024800 { 504 - compatible = "syscon"; 504 + compatible = "st,stm32-power-config", "syscon"; 505 505 reg = <0x58024800 0x400>; 506 506 }; 507 507