Commit 59a9dd64 authored by Thierry Reding's avatar Thierry Reding
Browse files

arm64: tegra: Use standard notation for interrupts



It is customary to use angle brackets around each tuple in the
interrupts property.

Signed-off-by: default avatarThierry Reding <treding@nvidia.com>
parent aa78032c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -1199,8 +1199,8 @@ gpu@17000000 {
		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>,