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-14 10:47:22 +0530
commitcd05975a749aabff11da05733b64111770340dc8 (patch)
tree3e0b53ecae54683c997bd7526dc1184879679ec0
parent1eb02a0125000a1893d869e161f0dfe9aa024497 (diff)
ARM: EXYNOS: Enable MALI-G3D support for Origen_quad boardsamsung-lt-android-v3.8-1samsung-android-origen_quad-3.8-2013.03
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 987805b96079..db2e9e0d4ef7 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 daef61b2bea6..999691cf5c61 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,