Skip to content

Commit

Permalink
ARM: tegra: Add Tegra114 gr3d support
Browse files Browse the repository at this point in the history
Add the gr3d device tree node. The gr3d block on Tegra114 is backwards-
compatible with the one on Tegra20.

Signed-off-by: Thierry Reding <[email protected]>
Signed-off-by: Stephen Warren <[email protected]>
  • Loading branch information
thierryreding authored and nvswarren committed Dec 20, 2013
1 parent 5648b26 commit 032f11f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions arch/arm/boot/dts/tegra114.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,14 @@
reset-names = "2d";
};

gr3d@54180000 {
compatible = "nvidia,tegra114-gr3d", "nvidia,tegra20-gr3d";
reg = <0x54180000 0x00040000>;
clocks = <&tegra_car TEGRA114_CLK_GR3D>;
resets = <&tegra_car 24>;
reset-names = "3d";
};

dc@54200000 {
compatible = "nvidia,tegra114-dc", "nvidia,tegra20-dc";
reg = <0x54200000 0x00040000>;
Expand Down

0 comments on commit 032f11f

Please sign in to comment.