Skip to content

Commit

Permalink
ARM: dt: tegra20.dtsi: Add GART node
Browse files Browse the repository at this point in the history
Add a node for the Tegra20 GART

Signed-off-by: Hiroshi DOYU <hdoyu@nvidia.com>
Signed-off-by: Stephen Warren <swarren@nvidia.com>
  • Loading branch information
hdoyu@nvidia.com authored and Stephen Warren committed May 14, 2012
1 parent ecf4374 commit 6a943e0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions arch/arm/boot/dts/tegra20.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -218,5 +218,11 @@
0x7000f03c 0x3c4>;
interrupts = <0 77 0x04>;
};

gart {
compatible = "nvidia,tegra20-gart";
reg = <0x7000f024 0x00000018 /* controller registers */
0x58000000 0x02000000>; /* GART aperture */
};
};

0 comments on commit 6a943e0

Please sign in to comment.