From: Seung-Woo Kim Date: Thu, 5 Feb 2015 10:04:29 +0000 (+0900) Subject: ARM: dts: exynos4x12: Add gpu node for arm mali 400 X-Git-Tag: submit/tizen/20150416.081342~66 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d48f77506d080066a0e880a434279fe7d6f47396;p=platform%2Fkernel%2Flinux-exynos.git ARM: dts: exynos4x12: Add gpu node for arm mali 400 This patch adds gpu node to exynos4x12 dtsi. Signed-off-by: Seung-Woo Kim --- diff --git a/arch/arm/boot/dts/exynos4x12.dtsi b/arch/arm/boot/dts/exynos4x12.dtsi index 6c664bae0d9f..727ca60d2f19 100644 --- a/arch/arm/boot/dts/exynos4x12.dtsi +++ b/arch/arm/boot/dts/exynos4x12.dtsi @@ -278,6 +278,24 @@ }; }; + 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>;