From c7a021781b4913349d13964d628d4f6e79039714 Mon Sep 17 00:00:00 2001 From: "Ye.Li" Date: Mon, 9 Jun 2014 18:20:20 +0800 Subject: ENGR00315894-39 Splash screen: correct i.MX6dl ipu hsp clock rate i.MX6dl ipu hsp clock rate is 270MHz in kernel. In uboot, i.MX6dq ipu hsp clock rate is 264MHz, and i.MX6dl ipu hsp clock rate is 198MHz. Correct i.MX6dl ipu hsp clock rate, display will get correct pixel clock now. Signed-off-by: Sandor Yu Signed-off-by: Ye.Li --- include/configs/mx6sabre_common.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'include/configs/mx6sabre_common.h') diff --git a/include/configs/mx6sabre_common.h b/include/configs/mx6sabre_common.h index 7e4e306..922e759 100644 --- a/include/configs/mx6sabre_common.h +++ b/include/configs/mx6sabre_common.h @@ -418,7 +418,11 @@ #define CONFIG_BMP_16BPP #define CONFIG_VIDEO_LOGO #define CONFIG_VIDEO_BMP_LOGO +#ifdef CONFIG_MX6DL +#define CONFIG_IPUV3_CLK 198000000 +#else #define CONFIG_IPUV3_CLK 264000000 +#endif #define CONFIG_IMX_HDMI #if defined(CONFIG_ANDROID_SUPPORT) -- cgit v1.1