summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorPedro Perez de Heredia <pedro.perez@digi.com>2012-01-17 13:52:54 +0100
committerPedro Perez de Heredia <pedro.perez@digi.com>2012-01-17 13:52:54 +0100
commit3a28a4832d072c014555da9433808ad8e267e7b5 (patch)
tree1a47db66b116c88a8fb80a396c3d9713df8ef670 /arch
parent4ff6ccce73830057440b220bff5c085b8ab34ec9 (diff)
ccxmx53: set DSE to MED for video parallel interf with fullhd
Signed-off-by: Pedro Perez de Heredia <pedro.perez@digi.com>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/mach-mx5/devices_ccwmx53.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/arch/arm/mach-mx5/devices_ccwmx53.c b/arch/arm/mach-mx5/devices_ccwmx53.c
index d38c941f8d65..154fbc97cc65 100644
--- a/arch/arm/mach-mx5/devices_ccwmx53.c
+++ b/arch/arm/mach-mx5/devices_ccwmx53.c
@@ -537,6 +537,8 @@ static void mxc_videomode_to_var(struct ad9389_dev *ad9389, struct fb_var_screen
/* PPH, TODO, select video interface properly */
if (fbvmode && fbvmode->xres <= 1366)
gpio_video_active(0, PAD_CTL_DSE_LOW);
+ else
+ gpio_video_active(0, PAD_CTL_DSE_MED);
fb_dump_var(str, var);
}
@@ -679,7 +681,7 @@ static int ccwmx53_hdmi_hw_init(struct ad9389_dev *ad9389)
gpio_request(AD9389_GPIO_IRQ, "ad9389_irq");
gpio_direction_input(AD9389_GPIO_IRQ);
}
- gpio_video_active(pdata->dispif, PAD_CTL_DSE_HIGH);
+ gpio_video_active(pdata->dispif, PAD_CTL_DSE_MED);
return 0;
}