aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-exynos/mach-smdk4x12.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-exynos/mach-smdk4x12.c')
-rw-r--r--arch/arm/mach-exynos/mach-smdk4x12.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/mach-exynos/mach-smdk4x12.c b/arch/arm/mach-exynos/mach-smdk4x12.c
index a1555a73c7af..ae6da40c2aa9 100644
--- a/arch/arm/mach-exynos/mach-smdk4x12.c
+++ b/arch/arm/mach-exynos/mach-smdk4x12.c
@@ -246,7 +246,7 @@ static struct samsung_keypad_platdata smdk4x12_keypad_data __initdata = {
246 .cols = 8, 246 .cols = 8,
247}; 247};
248 248
249#ifdef CONFIG_DRM_EXYNOS 249#ifdef CONFIG_DRM_EXYNOS_FIMD
250static struct exynos_drm_fimd_pdata drm_fimd_pdata = { 250static struct exynos_drm_fimd_pdata drm_fimd_pdata = {
251 .panel = { 251 .panel = {
252 .timing = { 252 .timing = {
@@ -360,7 +360,7 @@ static void __init smdk4x12_machine_init(void)
360 360
361 s3c_hsotg_set_platdata(&smdk4x12_hsotg_pdata); 361 s3c_hsotg_set_platdata(&smdk4x12_hsotg_pdata);
362 362
363#ifdef CONFIG_DRM_EXYNOS 363#ifdef CONFIG_DRM_EXYNOS_FIMD
364 s5p_device_fimd0.dev.platform_data = &drm_fimd_pdata; 364 s5p_device_fimd0.dev.platform_data = &drm_fimd_pdata;
365 exynos4_fimd0_gpio_setup_24bpp(); 365 exynos4_fimd0_gpio_setup_24bpp();
366#else 366#else