Skip to content

Commit 497bde8

Browse files
geerturobherring
authored andcommitted
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: Geert Uytterhoeven <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Rob Herring <[email protected]>
1 parent 3ff9ee2 commit 497bde8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/devicetree/bindings/power/renesas,apmu.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,5 +52,5 @@ examples:
5252
apmu@e6152000 {
5353
compatible = "renesas,r8a7791-apmu", "renesas,apmu";
5454
reg = <0xe6152000 0x188>;
55-
cpus = <&cpu0 &cpu1>;
55+
cpus = <&cpu0>, <&cpu1>;
5656
};

0 commit comments

Comments
 (0)