ARM: dts: exynos4x12: Add gpu node for arm mali 400
authorSeung-Woo Kim <sw0312.kim@samsung.com>
Thu, 5 Feb 2015 10:04:29 +0000 (19:04 +0900)
committerMarek Szyprowski <m.szyprowski@samsung.com>
Mon, 13 Apr 2015 10:44:22 +0000 (12:44 +0200)
This patch adds gpu node to exynos4x12 dtsi.

Signed-off-by: Seung-Woo Kim <sw0312.kim@samsung.com>
arch/arm/boot/dts/exynos4x12.dtsi

index 6c664bae0d9fcb1669614e3ae8bdfa3c04333f35..727ca60d2f198da56168d71f5ac61943b37f1d61 100644 (file)
                };
        };
 
+       gpu@13000000 {
+               compatible = "samsung,exynos4x12-g3d";
+               reg = <0x13001000 0x200>,
+                       <0x13000000 0x100>, <0x13003000 0x100>,
+                       <0x13008000 0x1100>, <0x13004000 0x100>,
+                       <0x1300a000 0x1100>, <0x13005000 0x100>,
+                       <0x1300c000 0x1100>, <0x13006000 0x100>,
+                       <0x1300e000 0x1100>, <0x13007000 0x100>;
+               interrupts = <0 127 0>, <0 122 0>, <0 123 0>, <0 118 0>,
+                               <0 124 0>, <0 119 0>, <0 125 0>, <0 120 0>,
+                               <0 126 0>, <0 121 0>;
+               clock-names = "pll", "mux1", "mux2", "sclk", "g3d";
+               clocks = <&clock 11>, <&clock 393>, <&clock 394>, <&clock 172>,
+                      <&clock 276>;
+               samsung,power-domain = <&pd_g3d>;
+               status = "disabled";
+       };
+
        mshc_0: mmc@12550000 {
                compatible = "samsung,exynos4412-dw-mshc";
                reg = <0x12550000 0x1000>;