提交 da45d738 编写于 作者: T Thierry Reding 提交者: Stephen Warren

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: NThierry Reding <treding@nvidia.com>
Signed-off-by: NStephen Warren <swarren@nvidia.com>
上级 5816898b
...@@ -144,9 +144,9 @@ ...@@ -144,9 +144,9 @@
compatible = "nvidia,tegra30-gr2d"; compatible = "nvidia,tegra30-gr2d";
reg = <0x54140000 0x00040000>; reg = <0x54140000 0x00040000>;
interrupts = <GIC_SPI 72 IRQ_TYPE_LEVEL_HIGH>; interrupts = <GIC_SPI 72 IRQ_TYPE_LEVEL_HIGH>;
clocks = <&tegra_car TEGRA30_CLK_GR2D>;
resets = <&tegra_car 21>; resets = <&tegra_car 21>;
reset-names = "2d"; reset-names = "2d";
clocks = <&tegra_car TEGRA30_CLK_GR2D>;
}; };
gr3d@54180000 { gr3d@54180000 {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册