ARM: dt: tegra30.dtsi: Reformat gpio's interrupts property
authorStephen Warren <swarren@nvidia.com>
Wed, 4 Jan 2012 08:39:35 +0000 (08:39 +0000)
committerOlof Johansson <olof@lixom.net>
Tue, 7 Feb 2012 02:21:19 +0000 (18:21 -0800)
The new content matches tegra20.dtsi, and is < 80 columns.

Signed-off-by: Stephen Warren <swarren@nvidia.com>
Acked-by: Grant Likely <grant.likely@secretlab.ca>
Signed-off-by: Olof Johansson <olof@lixom.net>
arch/arm/boot/dts/tegra30.dtsi

index ee7db98..e5d1406 100644 (file)
        gpio: gpio@6000d000 {
                compatible = "nvidia,tegra30-gpio", "nvidia,tegra20-gpio";
                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-controller;
        };