Commit 497bde88 authored by Geert Uytterhoeven's avatar Geert Uytterhoeven Committed by Rob Herring
Browse files

dt-bindings: power: renesas,apmu: Group tuples in cpus properties



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: default avatarGeert Uytterhoeven <geert+renesas@glider.be>
Link: https://lore.kernel.org/r/20210204125542.1645925-1-geert+renesas@glider.be


Signed-off-by: default avatarRob Herring <robh@kernel.org>
parent 3ff9ee2a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -52,5 +52,5 @@ examples:
    apmu@e6152000 {
            compatible = "renesas,r8a7791-apmu", "renesas,apmu";
            reg = <0xe6152000 0x188>;
            cpus = <&cpu0 &cpu1>;
            cpus = <&cpu0>, <&cpu1>;
    };