arm64: tegra: Use standard notation for interrupts
authorThierry Reding <treding@nvidia.com>
Thu, 16 Jan 2020 11:32:07 +0000 (12:32 +0100)
committerThierry Reding <treding@nvidia.com>
Tue, 23 Jun 2020 16:25:42 +0000 (18:25 +0200)
It is customary to use angle brackets around each tuple in the
interrupts property.

Signed-off-by: Thierry Reding <treding@nvidia.com>
arch/arm64/boot/dts/nvidia/tegra186.dtsi

index 373f575..50b5616 100644 (file)
                compatible = "nvidia,gp10b";
                reg = <0x0 0x17000000 0x0 0x1000000>,
                      <0x0 0x18000000 0x0 0x1000000>;
-               interrupts = <GIC_SPI 70 IRQ_TYPE_LEVEL_HIGH
-                             GIC_SPI 71 IRQ_TYPE_LEVEL_HIGH>;
+               interrupts = <GIC_SPI 70 IRQ_TYPE_LEVEL_HIGH>,
+                            <GIC_SPI 71 IRQ_TYPE_LEVEL_HIGH>;
                interrupt-names = "stall", "nonstall";
 
                clocks = <&bpmp TEGRA186_CLK_GPCCLK>,