Commit 993f2c9a authored by Geert Uytterhoeven's avatar Geert Uytterhoeven
Browse files

arm64: dts: renesas: r8a77970: Group tuples in thermal reg property



To improve human readability and enable automatic validation, the tuples
in "reg" properties should be grouped.

Fix this by grouping the tuples in the thermal node's "reg" property
using angle brackets.

Signed-off-by: default avatarGeert Uytterhoeven <geert+renesas@glider.be>
Link: https://lore.kernel.org/r/20191213164115.3697-9-geert+renesas@glider.be


Reviewed-by: default avatarUlrich Hecht <uli+renesas@fpond.eu>
parent 9504a9f2
Loading
Loading
Loading
Loading
+2 −2
Original line number Original line Diff line number Diff line
@@ -302,8 +302,8 @@ sysc: system-controller@e6180000 {


		thermal: thermal@e6190000 {
		thermal: thermal@e6190000 {
			compatible = "renesas,thermal-r8a77970";
			compatible = "renesas,thermal-r8a77970";
			reg =  <0 0xe6190000 0 0x10
			reg = <0 0xe6190000 0 0x10>,
				0 0xe6190100 0 0x120>;
			      <0 0xe6190100 0 0x120>;
			interrupts = <GIC_SPI 67 IRQ_TYPE_LEVEL_HIGH>,
			interrupts = <GIC_SPI 67 IRQ_TYPE_LEVEL_HIGH>,
				     <GIC_SPI 68 IRQ_TYPE_LEVEL_HIGH>,
				     <GIC_SPI 68 IRQ_TYPE_LEVEL_HIGH>,
				     <GIC_SPI 69 IRQ_TYPE_LEVEL_HIGH>;
				     <GIC_SPI 69 IRQ_TYPE_LEVEL_HIGH>;