projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ecf4374
)
ARM: dt: tegra20.dtsi: Add GART node
author
hdoyu@nvidia.com
<hdoyu@nvidia.com>
Wed, 9 May 2012 21:45:33 +0000
(21:45 +0000)
committer
Stephen Warren
<swarren@nvidia.com>
Mon, 14 May 2012 16:51:55 +0000
(10:51 -0600)
Add a node for the Tegra20 GART
Signed-off-by: Hiroshi DOYU <hdoyu@nvidia.com>
Signed-off-by: Stephen Warren <swarren@nvidia.com>
arch/arm/boot/dts/tegra20.dtsi
patch
|
blob
|
blame
|
history
diff --git
a/arch/arm/boot/dts/tegra20.dtsi
b/arch/arm/boot/dts/tegra20.dtsi
index 548b42eebd531d2bbe8a98b5d52cef919081dc1a..a76c8a85020ae80583c1dcb2833c3d52198b5481 100644
(file)
--- a/
arch/arm/boot/dts/tegra20.dtsi
+++ b/
arch/arm/boot/dts/tegra20.dtsi
@@
-218,5
+218,11
@@
0x7000f03c 0x3c4>;
interrupts = <0 77 0x04>;
};
+
+ gart {
+ compatible = "nvidia,tegra20-gart";
+ reg = <0x7000f024 0x00000018 /* controller registers */
+ 0x58000000 0x02000000>; /* GART aperture */
+ };
};