From cd05975a749aabff11da05733b64111770340dc8 Mon Sep 17 00:00:00 2001 From: Tushar Behera Date: Mon, 8 Oct 2012 10:53:50 +0530 Subject: ARM: EXYNOS: Enable MALI-G3D support for Origen_quad board Signed-off-by: Tushar Behera --- arch/arm/mach-exynos/Kconfig | 1 + arch/arm/mach-exynos/mach-origen_quad.c | 1 + 2 files changed, 2 insertions(+) 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, -- cgit v1.2.3