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 373f575b8678e3bd7cb28561d70afeb16f77fcc8..50b56168fc979c3f7bf3864f6da227a9a125813d 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>,