Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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 <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>

authored by

Geert Uytterhoeven and committed by
Rob Herring
497bde88 3ff9ee2a

+1 -1
+1 -1
Documentation/devicetree/bindings/power/renesas,apmu.yaml
··· 52 52 apmu@e6152000 { 53 53 compatible = "renesas,r8a7791-apmu", "renesas,apmu"; 54 54 reg = <0xe6152000 0x188>; 55 - cpus = <&cpu0 &cpu1>; 55 + cpus = <&cpu0>, <&cpu1>; 56 56 };