Commit e0f0c706 authored by Geert Uytterhoeven's avatar Geert Uytterhoeven
Browse files

ARM: dts: renesas: Group tuples in APMU 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/20210204130517.1647073-2-geert+renesas@glider.be
parent 22650045
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -367,13 +367,13 @@ cpg: clock-controller@e6150000 {
		apmu@e6151000 {
			compatible = "renesas,r8a7742-apmu", "renesas,apmu";
			reg = <0 0xe6151000 0 0x188>;
			cpus = <&cpu4 &cpu5 &cpu6 &cpu7>;
			cpus = <&cpu4>, <&cpu5>, <&cpu6>, <&cpu7>;
		};

		apmu@e6152000 {
			compatible = "renesas,r8a7742-apmu", "renesas,apmu";
			reg = <0 0xe6152000 0 0x188>;
			cpus = <&cpu0 &cpu1 &cpu2 &cpu3>;
			cpus = <&cpu0>, <&cpu1>, <&cpu2>, <&cpu3>;
		};

		rst: reset-controller@e6160000 {
+1 −1
Original line number Diff line number Diff line
@@ -293,7 +293,7 @@ cpg: clock-controller@e6150000 {
		apmu@e6152000 {
			compatible = "renesas,r8a7743-apmu", "renesas,apmu";
			reg = <0 0xe6152000 0 0x188>;
			cpus = <&cpu0 &cpu1>;
			cpus = <&cpu0>, <&cpu1>;
		};

		rst: reset-controller@e6160000 {
+1 −1
Original line number Diff line number Diff line
@@ -293,7 +293,7 @@ cpg: clock-controller@e6150000 {
		apmu@e6152000 {
			compatible = "renesas,r8a7744-apmu", "renesas,apmu";
			reg = <0 0xe6152000 0 0x188>;
			cpus = <&cpu0 &cpu1>;
			cpus = <&cpu0>, <&cpu1>;
		};

		rst: reset-controller@e6160000 {
+1 −1
Original line number Diff line number Diff line
@@ -258,7 +258,7 @@ cpg: clock-controller@e6150000 {
		apmu@e6151000 {
			compatible = "renesas,r8a7745-apmu", "renesas,apmu";
			reg = <0 0xe6151000 0 0x188>;
			cpus = <&cpu0 &cpu1>;
			cpus = <&cpu0>, <&cpu1>;
		};

		rst: reset-controller@e6160000 {
+1 −1
Original line number Diff line number Diff line
@@ -205,7 +205,7 @@ cpg: clock-controller@e6150000 {
		apmu@e6151000 {
			compatible = "renesas,r8a77470-apmu", "renesas,apmu";
			reg = <0 0xe6151000 0 0x188>;
			cpus = <&cpu0 &cpu1>;
			cpus = <&cpu0>, <&cpu1>;
		};

		rst: reset-controller@e6160000 {
Loading