From 9fbdb1aac5583197270c5d1a7634b7f93b34a654 Mon Sep 17 00:00:00 2001 From: Fabio Estevam Date: Thu, 31 May 2012 07:24:00 +0000 Subject: ipu_common: Do not hardcode the ipu_clk frequency Do not hardcode the ipu_clk frequency and let the board file pass this value. Signed-off-by: Fabio Estevam --- include/configs/vision2.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/configs/vision2.h') diff --git a/include/configs/vision2.h b/include/configs/vision2.h index 919f5ce5e5..0ed53d2e04 100644 --- a/include/configs/vision2.h +++ b/include/configs/vision2.h @@ -219,5 +219,6 @@ #define CONFIG_SPLASH_SCREEN #define CONFIG_CMD_BMP #define CONFIG_BMP_16BPP +#define CONFIG_IPUV3_CLK 133000000 #endif /* __CONFIG_H */ -- cgit v1.2.3