aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Medhurst <tixy@linaro.org>2014-06-09 12:55:43 +0100
committerJon Medhurst <tixy@linaro.org>2015-03-03 11:47:23 +0000
commitfddb486157a17d8972694db24f2739a660268676 (patch)
treea3d7e165a011980fd45b9dbdc949e71965a03efc
parent2aa982d38dbf31d35aa8d768280fa5d4fd535382 (diff)
arm64: dts: Add Mali GPU to juno.dts
Signed-off-by: Jon Medhurst <tixy@linaro.org>
-rw-r--r--arch/arm64/boot/dts/juno.dts7
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/juno.dts b/arch/arm64/boot/dts/juno.dts
index e510646e2d87..b8baba186b1e 100644
--- a/arch/arm64/boot/dts/juno.dts
+++ b/arch/arm64/boot/dts/juno.dts
@@ -219,6 +219,13 @@
clock-names = "apb_pclk";
};
+ gpu@0x2d000000 {
+ compatible = "arm,malit6xx", "arm,mali";
+ reg = <0x0 0x2d000000 0x0 0x4000>;
+ interrupts = <0 33 4>, <0 34 4>, <0 32 4>;
+ interrupt-names = "JOB", "MMU", "GPU";
+ };
+
smb {
compatible = "simple-bus";
#address-cells = <2>;