summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorJoonyoung Shim <jy0922.shim@samsung.com>2016-07-28 11:00:39 +0900
committerSeung-Woo Kim <sw0312.kim@samsung.com>2016-12-14 13:52:00 +0900
commit29f9bee80d0e405cf3e4d4649ba0bdfb299b2556 (patch)
tree4c0667efa6cfc11979884ebfe209847721632b38 /arch
parent1a37403eff196d5a413187cd22e65b97d29670e0 (diff)
ARM: dts: exynos3250: fix g3d nodes
This fixes order of reg resources. First has to be resource that has lowest address because mali400 r5p2 version requires it. This also adds interrupt-names for g3d nodes. The interrupt-names needs at mali400 r5p2 version. Change-Id: I84a31ff3691ffea084b5f3f0abbcf998ea0a8371 Signed-off-by: Joonyoung Shim <jy0922.shim@samsung.com>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/boot/dts/exynos3250.dtsi8
1 files changed, 5 insertions, 3 deletions
diff --git a/arch/arm/boot/dts/exynos3250.dtsi b/arch/arm/boot/dts/exynos3250.dtsi
index 508aaab27bfd..2cc34009b60a 100644
--- a/arch/arm/boot/dts/exynos3250.dtsi
+++ b/arch/arm/boot/dts/exynos3250.dtsi
@@ -527,12 +527,14 @@
gpu: gpu@13000000 {
compatible = "samsung,exynos3250-g3d";
- reg = <0x13001000 0x200>,
- <0x13000000 0x100>, <0x13003000 0x100>,
+ reg = <0x13000000 0x100>, <0x13003000 0x100>,
<0x13008000 0x1100>, <0x13004000 0x100>,
- <0x1300a000 0x1100>, <0x13005000 0x100>;
+ <0x1300a000 0x1100>, <0x13005000 0x100>,
+ <0x13001000 0x200>;
interrupts = <0 187 0>, <0 182 0>, <0 183 0>, <0 178 0>,
<0 184 0>, <0 179 0>;
+ interrupt-names = "IRQGP", "IRQGPMMU", "IRQPP0", "IRQPPMMU0",
+ "IRQPP1", "IRQPPMMU1";
clock-names = "pll", "mux1", "mux2", "sclk", "smmu",
"g3d";
clocks = <&cmu CLK_DIV_MPLL_PRE>, <&cmu CLK_MOUT_G3D_0>,