aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTushar Behera <tushar.behera@linaro.org>2012-10-08 10:53:50 +0530
committerTushar Behera <tushar.behera@linaro.org>2013-03-12 14:36:04 +0530
commit6ff307f9449536b56bd7d53fd185d542140aab5d (patch)
treee5819a862a9969d69cf741a2f73428eacbaa18ad
parent56ba2650895ef727dd3302239be39b362854ba8e (diff)
ARM: EXYNOS: Enable MALI-G3D support for Origen_quad boardsamsung-lt-android-v3.8
Signed-off-by: Tushar Behera <tushar.behera@linaro.org>
-rw-r--r--arch/arm/mach-exynos/Kconfig1
-rw-r--r--arch/arm/mach-exynos/mach-origen_quad.c1
2 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-exynos/Kconfig b/arch/arm/mach-exynos/Kconfig
index 987805b9607..db2e9e0d4ef 100644
--- a/arch/arm/mach-exynos/Kconfig
+++ b/arch/arm/mach-exynos/Kconfig
@@ -436,6 +436,7 @@ config MACH_ORIGEN_QUAD
select EXYNOS4_SETUP_SDHCI
select S5P_DEV_I2C_HDMIPHY
select S3C24XX_PWM
+ select S5P_DEV_G3D
help
Machine support for ORIGEN based on Samsung EXYNOS4412
diff --git a/arch/arm/mach-exynos/mach-origen_quad.c b/arch/arm/mach-exynos/mach-origen_quad.c
index 6eed70895d5..7f333fc5ed7 100644
--- a/arch/arm/mach-exynos/mach-origen_quad.c
+++ b/arch/arm/mach-exynos/mach-origen_quad.c
@@ -729,6 +729,7 @@ static struct platform_device *origen_quad_devices[] __initdata = {
&s5p_device_fimc3,
&s5p_device_fimc_md,
&s5p_device_fimd0,
+ &s5p_device_g3d,
&s5p_device_hdmi,
&s5p_device_i2c_hdmiphy,
&s5p_device_mfc,