From: Jacky Huang Date: Mon, 19 Aug 2024 03:56:45 +0000 (+0000) Subject: arm64: dts: nuvoton: Add syscon to the system-management node X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=a957af089616aca94a7839a6ff470835de3b5062;p=linux.git arm64: dts: nuvoton: Add syscon to the system-management node According to the binding document, add the "syscon" compatible to the system-management node. Signed-off-by: Jacky Huang Link: https://lore.kernel.org/r/20240819035647.306-2-ychuang570808@gmail.com Signed-off-by: Arnd Bergmann --- diff --git a/arch/arm64/boot/dts/nuvoton/ma35d1.dtsi b/arch/arm64/boot/dts/nuvoton/ma35d1.dtsi index 781cdae566a0..a6b34e3e8b10 100644 --- a/arch/arm64/boot/dts/nuvoton/ma35d1.dtsi +++ b/arch/arm64/boot/dts/nuvoton/ma35d1.dtsi @@ -83,7 +83,7 @@ ranges; sys: system-management@40460000 { - compatible = "nuvoton,ma35d1-reset"; + compatible = "nuvoton,ma35d1-reset", "syscon"; reg = <0x0 0x40460000 0x0 0x200>; #reset-cells = <1>; };