From 4637d8fe515d126436898a833f2d673ef5b7c715 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Lothar=20Wa=C3=9Fmann?= Date: Fri, 8 Aug 2014 14:51:23 +0200 Subject: [PATCH] karo: tx51: fix ipu clock setting The IPU clock is derived from AXI_B clock, which is running at 133MHz not 200MHz. --- include/configs/tx51.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/configs/tx51.h b/include/configs/tx51.h index c28775f656..9397e90aa2 100644 --- a/include/configs/tx51.h +++ b/include/configs/tx51.h @@ -41,7 +41,7 @@ #define CONFIG_SPLASH_SCREEN #define CONFIG_SPLASH_SCREEN_ALIGN #define CONFIG_VIDEO_IPUV3 -#define CONFIG_IPUV3_CLK 200000000 +#define CONFIG_IPUV3_CLK 133000000 #define CONFIG_LCD_LOGO #define LCD_BPP LCD_COLOR24 #define CONFIG_CMD_BMP -- 2.39.2