From: Jacky Huang Date: Tue, 21 May 2024 01:24:45 +0000 (+0000) Subject: dt-bindings: reset: Add syscon to nuvoton ma35d1 system-management node X-Git-Tag: v6.11-rc1~88^2~71 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c64c4b6882627f3bc212cd104337f06424dc5350;p=thirdparty%2Fkernel%2Flinux.git dt-bindings: reset: Add syscon to nuvoton ma35d1 system-management node Add a compatible 'syscon' to the system management node since the system control registers are mapped by this driver. The other driver must access the system control registers through 'regmap' using a phandle that references this node. Signed-off-by: Jacky Huang Acked-by: Krzysztof Kozlowski Acked-by: Philipp Zabel Link: https://lore.kernel.org/r/20240521012447.42211-2-ychuang570808@gmail.com Signed-off-by: Linus Walleij --- diff --git a/Documentation/devicetree/bindings/reset/nuvoton,ma35d1-reset.yaml b/Documentation/devicetree/bindings/reset/nuvoton,ma35d1-reset.yaml index 34c5c1c08ec17..3ce7dcecd87ae 100644 --- a/Documentation/devicetree/bindings/reset/nuvoton,ma35d1-reset.yaml +++ b/Documentation/devicetree/bindings/reset/nuvoton,ma35d1-reset.yaml @@ -18,6 +18,7 @@ properties: compatible: items: - const: nuvoton,ma35d1-reset + - const: syscon reg: maxItems: 1 @@ -37,7 +38,7 @@ examples: - | system-management@40460000 { - compatible = "nuvoton,ma35d1-reset"; + compatible = "nuvoton,ma35d1-reset", "syscon"; reg = <0x40460000 0x200>; #reset-cells = <1>; };