On Wed, Jan 04, 2012 at 11:39:35AM -0700, Stephen Warren wrote:
> The new content matches tegra20.dtsi, and is < 80 columns.
> 
> Signed-off-by: Stephen Warren <[email protected]>
> ---
>  arch/arm/boot/dts/tegra30.dtsi |    8 +++++++-
>  1 files changed, 7 insertions(+), 1 deletions(-)
> 
> diff --git a/arch/arm/boot/dts/tegra30.dtsi b/arch/arm/boot/dts/tegra30.dtsi
> index ee7db98..e5d1406 100644
> --- a/arch/arm/boot/dts/tegra30.dtsi
> +++ b/arch/arm/boot/dts/tegra30.dtsi
> @@ -55,7 +55,13 @@
>       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 >;

Nit: I often find the following form convenient (even if it doesn't change the 
data generation):

                interrupts = < 0 32 0x04 >,
                             < 0 33 0x04 >,
                             < 0 34 0x04 >,
                             < 0 35 0x04 >,
                             < 0 55 0x04 >,
                             < 0 87 0x04 >,
                             < 0 89 0x04 >;

Otherwise:

Acked-by: Grant Likely <[email protected]>

>               #gpio-cells = <2>;
>               gpio-controller;
>       };
> -- 
> 1.7.0.4
> 
> 
> _______________________________________________
> linux-arm-kernel mailing list
> [email protected]
> http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
--
To unsubscribe from this list: send the line "unsubscribe linux-tegra" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to