aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts
diff options
context:
space:
mode:
authorRichard Zhao <richard.zhao@freescale.com>2011-12-19 17:10:11 +0800
committerEric Miao <eric.miao@linaro.org>2012-01-09 21:28:36 +0800
commitf98bfd6f1220639ab61a372c5c9ac2e8a727b3cf (patch)
tree2e3213f5c12e89a59ec584f632095b47ccc1eae7 /arch/arm/boot/dts
parentdff74412060c72fe7679a420f2144e7a263cadc3 (diff)
gpu-viv: convert to device tree and fix build errorstopic/lt-3.2-imx6-gpu
Signed-off-by: Richard Zhao <richard.zhao@freescale.com>
Diffstat (limited to 'arch/arm/boot/dts')
-rw-r--r--arch/arm/boot/dts/imx6q.dtsi10
1 files changed, 10 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx6q.dtsi b/arch/arm/boot/dts/imx6q.dtsi
index 263e8f3664b..5649dd1dcb9 100644
--- a/arch/arm/boot/dts/imx6q.dtsi
+++ b/arch/arm/boot/dts/imx6q.dtsi
@@ -571,5 +571,15 @@
status = "disabled";
};
};
+
+ galcore@virtual {
+ compatible = "viv,galcore";
+ reg = <0x00130000 0x4000>, /* gc2000 */
+ <0x00134000 0x4000>, /* gc320 */
+ <0x02204000 0x4000>; /* gc355 */
+ interrupts = <0 9 0x04 /* gc2000 */
+ 0 10 0x04 /* gc320 */
+ 0 11 0x04>; /* gc355 */
+ };
};
};