]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
mx53loco: Adapt the IPU clock
authorFabio Estevam <fabio.estevam@freescale.com>
Mon, 15 Oct 2012 05:37:17 +0000 (05:37 +0000)
committerStefano Babic <sbabic@denx.de>
Wed, 17 Oct 2012 16:09:34 +0000 (18:09 +0200)
Since PLL2 now has changed, it is necessary to adapt the CONFIG_IPUV3_CLK
accordingly.

Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
include/configs/mx53loco.h

index 6a6aaa1923f75ae97b0d193857e1bf2b40cfc5b9..2ecfbd6bfc4d92dce8ed1d022a6b457bcf067cf2 100644 (file)
 #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 */