ARM: tegra: Properly sort clocks property
authorThierry Reding <thierry.reding@gmail.com>
Mon, 6 Jan 2014 15:20:42 +0000 (16:20 +0100)
committerStephen Warren <swarren@nvidia.com>
Wed, 5 Feb 2014 16:49:16 +0000 (09:49 -0700)
Other files and nodes list the resets property after the clocks property
so do the same here for consistency.

Signed-off-by: Thierry Reding <treding@nvidia.com>
Signed-off-by: Stephen Warren <swarren@nvidia.com>
arch/arm/boot/dts/tegra30.dtsi

index ed8e7700b46dac0ba9d5ba34754fb5f8ae3dd976..18d52a7704ccdcb38fc34e073f151e8151ec3d40 100644 (file)
                        compatible = "nvidia,tegra30-gr2d";
                        reg = <0x54140000 0x00040000>;
                        interrupts = <GIC_SPI 72 IRQ_TYPE_LEVEL_HIGH>;
+                       clocks = <&tegra_car TEGRA30_CLK_GR2D>;
                        resets = <&tegra_car 21>;
                        reset-names = "2d";
-                       clocks = <&tegra_car TEGRA30_CLK_GR2D>;
                };
 
                gr3d@54180000 {
This page took 0.036022 seconds and 5 git commands to generate.