aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSangwook Lee <sangwook.lee@linaro.org>2012-05-08 11:45:25 +0100
committerTushar Behera <tushar.behera@linaro.org>2012-11-21 10:10:14 +0530
commit07b9e2e8207bf14c48a4859f3a1efd5ab0b4478d (patch)
treef3c1454d9b930e323ccee35280f04b5e4cbb5f56
parentc51b3de593de9a0e0a6311da45ac82abefcf1e26 (diff)
ARM: EXYNOS: Add G3D machine support for Origen board
Signed-off-by: Sangwook Lee <sangwook.lee@linaro.org>
-rw-r--r--arch/arm/mach-exynos/Kconfig1
-rw-r--r--arch/arm/mach-exynos/mach-origen.c1
2 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-exynos/Kconfig b/arch/arm/mach-exynos/Kconfig
index 4592059e0fb..68e00a76f2a 100644
--- a/arch/arm/mach-exynos/Kconfig
+++ b/arch/arm/mach-exynos/Kconfig
@@ -345,6 +345,7 @@ config MACH_ORIGEN
select S5P_DEV_FIMC3
select S5P_DEV_FIMD0
select S5P_DEV_G2D
+ select S5P_DEV_G3D
select S5P_DEV_I2C_HDMIPHY
select S5P_DEV_JPEG
select S5P_DEV_MFC
diff --git a/arch/arm/mach-exynos/mach-origen.c b/arch/arm/mach-exynos/mach-origen.c
index db5a3fe0498..c6fb8766a1b 100644
--- a/arch/arm/mach-exynos/mach-origen.c
+++ b/arch/arm/mach-exynos/mach-origen.c
@@ -834,6 +834,7 @@ static struct platform_device *origen_devices[] __initdata = {
&s5p_device_fimc_md,
&s5p_device_fimd0,
&s5p_device_g2d,
+ &s5p_device_g3d,
&s5p_device_hdmi,
&s5p_device_i2c_hdmiphy,
&s5p_device_jpeg,