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 <fabio.estevam@freescale.com>
diff --git a/include/configs/mx53loco.h b/include/configs/mx53loco.h
index e58548e..f936785 100644
--- a/include/configs/mx53loco.h
+++ b/include/configs/mx53loco.h
@@ -226,5 +226,6 @@
 #define CONFIG_SPLASH_SCREEN
 #define CONFIG_BMP_16BPP
 #define CONFIG_VIDEO_LOGO
+#define CONFIG_IPUV3_CLK	133000000
 
 #endif				/* __CONFIG_H */