dt-bindings: power: renesas,apmu: Group tuples in cpus properties
authorGeert Uytterhoeven <geert+renesas@glider.be>
Thu, 4 Feb 2021 12:55:42 +0000 (13:55 +0100)
committerRob Herring <robh@kernel.org>
Tue, 9 Feb 2021 22:50:48 +0000 (16:50 -0600)
To improve human readability and enable automatic validation, the tuples
in "cpus" properties in device nodes for Advanced Power Management Units
for AP-System Core (APMU) should be grouped using angle brackets.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Link: https://lore.kernel.org/r/20210204125542.1645925-1-geert+renesas@glider.be
Signed-off-by: Rob Herring <robh@kernel.org>
Documentation/devicetree/bindings/power/renesas,apmu.yaml

index 60a23b3..391897d 100644 (file)
@@ -52,5 +52,5 @@ examples:
     apmu@e6152000 {
             compatible = "renesas,r8a7791-apmu", "renesas,apmu";
             reg = <0xe6152000 0x188>;
-            cpus = <&cpu0 &cpu1>;
+            cpus = <&cpu0>, <&cpu1>;
     };