]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
ARM: dt: tegra20: Add GART device
authorThierry Reding <thierry.reding@avionic-design.de>
Mon, 16 Apr 2012 05:04:30 +0000 (05:04 +0000)
committerStephen Warren <swarren@nvidia.com>
Mon, 16 Apr 2012 18:42:33 +0000 (12:42 -0600)
This commit adds the device node required to probe NVIDIA Tegra 20 GART
hardware from the device tree.

Signed-off-by: Thierry Reding <thierry.reding@avionic-design.de>
Signed-off-by: Stephen Warren <swarren@nvidia.com>
arch/arm/boot/dts/tegra20.dtsi

index 108e894a8926d790151b298fcec1b75075dbfa9d..52cab080ef8d5bfd101ecbe081c6240c106e8522 100644 (file)
                interrupts = < 0 97 0x04 >;
                phy_type = "utmi";
        };
+
+       gart: gart@7000f000 {
+               compatible = "nvidia,tegra20-gart";
+               reg = < 0x7000f000 0x00000100    /* controller registers */
+                       0x58000000 0x02000000 >; /* GART aperture */
+       };
 };