Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 636e50a0 authored by Stephen Warren's avatar Stephen Warren Committed by Olof Johansson
Browse files

ARM: dt: tegra30.dtsi: Reformat gpio's interrupts property



The new content matches tegra20.dtsi, and is < 80 columns.

Signed-off-by: default avatarStephen Warren <swarren@nvidia.com>
Acked-by: default avatarGrant Likely <grant.likely@secretlab.ca>
Signed-off-by: default avatarOlof Johansson <olof@lixom.net>
parent a38b84fc
Loading
Loading
Loading
Loading
+7 −1
Original line number Original line Diff line number Diff line
@@ -55,7 +55,13 @@
	gpio: gpio@6000d000 {
	gpio: gpio@6000d000 {
		compatible = "nvidia,tegra30-gpio", "nvidia,tegra20-gpio";
		compatible = "nvidia,tegra30-gpio", "nvidia,tegra20-gpio";
		reg = < 0x6000d000 0x1000 >;
		reg = < 0x6000d000 0x1000 >;
		interrupts = < 0 32 0x04 0 33 0x04 0 34 0x04 0 35 0x04 0 55 0x04 0 87 0x04 0 89 0x04 >;
		interrupts = < 0 32 0x04
			       0 33 0x04
			       0 34 0x04
			       0 35 0x04
			       0 55 0x04
			       0 87 0x04
			       0 89 0x04 >;
		#gpio-cells = <2>;
		#gpio-cells = <2>;
		gpio-controller;
		gpio-controller;
	};
	};