From c7430d7d5efc45666476dab0da97466cb8ccff8e Mon Sep 17 00:00:00 2001 From: Fabio Estevam Date: Wed, 6 Sep 2017 13:49:31 -0300 Subject: ipu_common: Let the MX6 IPU clock be calculated in run-time MX6Q/QP IPU operates at 264MHz and MX6DL IPU at 198MHz. When running a SPL target, which supports multiple MX6 variants we cannot properly setup the IPU clock frequency via CONFIG_IPUV3_CLK option as such decision is done in build-time currently. Remove the CONFIG_IPUV3_CLK option and let the IPU clock frequency be configured in run-time on mx6. Reported-by: Eric Nelson Signed-off-by: Fabio Estevam Reviewed-by: Eric Nelson Reviewed-by: Stefano Babic [agust: fixed #endif in cgtqmx6eval.h] Signed-off-by: Anatolij Gustschin --- include/configs/mx53cx9020.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include/configs/mx53cx9020.h') diff --git a/include/configs/mx53cx9020.h b/include/configs/mx53cx9020.h index d78a877..ccb1a4a 100644 --- a/include/configs/mx53cx9020.h +++ b/include/configs/mx53cx9020.h @@ -179,6 +179,5 @@ #define CONFIG_SPLASH_SCREEN #define CONFIG_BMP_16BPP #define CONFIG_VIDEO_LOGO -#define CONFIG_IPUV3_CLK 200000000 #endif /* __CONFIG_H */ -- cgit v1.1