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: Thierry Reding <treding@nvidia.com> Signed-off-by: Stephen Warren <swarren@nvidia.com>
This commit is contained in:
Родитель
5816898b95
Коммит
da45d738c5
|
@ -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 {
|
||||||
|
|
Загрузка…
Ссылка в новой задаче