From: Benjamin Gaignard Date: Fri, 3 Jul 2020 09:55:17 +0000 (+0200) Subject: ARM: dts: stm32: Add compatibles for syscon for stm32f426 X-Git-Tag: v5.15~3247^2~32^2~4 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=133e6acfaee665aa2e0292e0594337fd616b4924;p=platform%2Fkernel%2Flinux-starfive.git 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 Signed-off-by: Alexandre Torgue --- diff --git a/arch/arm/boot/dts/stm32f429.dtsi b/arch/arm/boot/dts/stm32f429.dtsi index 39ecdaacac4d..ad715a0e1c9a 100644 --- a/arch/arm/boot/dts/stm32f429.dtsi +++ b/arch/arm/boot/dts/stm32f429.dtsi @@ -597,8 +597,8 @@ status = "disabled"; }; - syscfg: system-config@40013800 { - compatible = "syscon"; + syscfg: syscon@40013800 { + compatible = "st,stm32-syscfg", "syscon"; reg = <0x40013800 0x400>; }; @@ -688,7 +688,7 @@ }; pwrcfg: power-config@40007000 { - compatible = "syscon"; + compatible = "st,stm32-power-config", "syscon"; reg = <0x40007000 0x400>; };