ARM: dts: exynos3250: fix g3d nodes
authorJoonyoung Shim <jy0922.shim@samsung.com>
Thu, 28 Jul 2016 02:00:39 +0000 (11:00 +0900)
committerSeung-Woo Kim <sw0312.kim@samsung.com>
Wed, 14 Dec 2016 04:52:00 +0000 (13:52 +0900)
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>
arch/arm/boot/dts/exynos3250.dtsi

index 508aaab..2cc3400 100644 (file)
 
                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>,