Commit da45d738 authored by Thierry Reding's avatar Thierry Reding Committed by Stephen Warren
Browse files

ARM: tegra: Properly sort clocks property



Other files and nodes list the resets property after the clocks property
so do the same here for consistency.

Signed-off-by: default avatarThierry Reding <treding@nvidia.com>
Signed-off-by: default avatarStephen Warren <swarren@nvidia.com>
parent 5816898b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -144,9 +144,9 @@
			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 {