From: Fabio Estevam Date: Mon, 15 Oct 2012 05:37:17 +0000 (+0000) Subject: mx53loco: Adapt the IPU clock X-Git-Tag: v2013.01-rc2~146^2~22^2~16 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=c606608a3427a6b35106e2ddd55c482b6b97265f;p=u-boot mx53loco: Adapt the IPU clock Since PLL2 now has changed, it is necessary to adapt the CONFIG_IPUV3_CLK accordingly. Signed-off-by: Fabio Estevam --- diff --git a/include/configs/mx53loco.h b/include/configs/mx53loco.h index 6a6aaa1923..2ecfbd6bfc 100644 --- a/include/configs/mx53loco.h +++ b/include/configs/mx53loco.h @@ -222,6 +222,6 @@ #define CONFIG_SPLASH_SCREEN #define CONFIG_BMP_16BPP #define CONFIG_VIDEO_LOGO -#define CONFIG_IPUV3_CLK 133000000 +#define CONFIG_IPUV3_CLK 200000000 #endif /* __CONFIG_H */