From 5f02cbdfb03af2bff957dc1ddb5d4815d5938a00 Mon Sep 17 00:00:00 2001 From: Dong Aisheng Date: Wed, 1 Aug 2012 11:20:16 +0800 Subject: [PATCH] --- yaml --- r: 326724 b: refs/heads/master c: e317317a7148fce681166a5ab01f36a1844254c7 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/arch/arm/mach-mxs/mach-mxs.c | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index 98b55880982c..1f971a11826e 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 98916a2fbc4f9b7bf85d9c4d2f9aa301c1f71259 +refs/heads/master: e317317a7148fce681166a5ab01f36a1844254c7 diff --git a/trunk/arch/arm/mach-mxs/mach-mxs.c b/trunk/arch/arm/mach-mxs/mach-mxs.c index 8dabfe81d07c..02d1ab2a27f2 100644 --- a/trunk/arch/arm/mach-mxs/mach-mxs.c +++ b/trunk/arch/arm/mach-mxs/mach-mxs.c @@ -24,6 +24,7 @@ #include #include #include +#include static struct fb_videomode mx23evk_video_modes[] = { { @@ -237,6 +238,8 @@ static void __init imx28_evk_init(void) mxsfb_pdata.mode_count = ARRAY_SIZE(mx28evk_video_modes); mxsfb_pdata.default_bpp = 32; mxsfb_pdata.ld_intf_width = STMLCDIF_24BIT; + + mxs_saif_clkmux_select(MXS_DIGCTL_SAIF_CLKMUX_EXTMSTR0); } static void __init m28evk_init(void)