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]>
---
 arch/arm/boot/dts/tegra114.dtsi | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/arch/arm/boot/dts/tegra114.dtsi b/arch/arm/boot/dts/tegra114.dtsi
index d8a3d61..710c542 100644
--- a/arch/arm/boot/dts/tegra114.dtsi
+++ b/arch/arm/boot/dts/tegra114.dtsi
@@ -34,6 +34,12 @@
                        clocks = <&tegra_car TEGRA114_CLK_GR2D>;
                };
 
+               gr3d@54180000 {
+                       compatible = "nvidia,tegra114-gr3d", 
"nvidia,tegra20-gr3d";
+                       reg = <0x54180000 0x00040000>;
+                       clocks = <&tegra_car TEGRA114_CLK_GR3D>;
+               };
+
                dc@54200000 {
                        compatible = "nvidia,tegra114-dc", "nvidia,tegra20-dc";
                        reg = <0x54200000 0x00040000>;
-- 
1.8.4

--
To unsubscribe from this list: send the line "unsubscribe linux-tegra" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to