summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorPeng Fan <[email protected]>2016-03-09 16:07:22 +0800
committerAnatolij Gustschin <[email protected]>2016-03-14 22:53:33 +0100
commit51674985751b947521f3fea2636ccf799ff1f487 (patch)
treed842fcd230052ddb8ba2e24d6f08c5cc2364c8d1 /include
parent3cb4f25cc702db17455583599d0940c81337a17a (diff)
imx: mx6: correct IPU clock
The CONFIG_IPUV3_CLK should be 264000000, to i.MX6DL, it should be 198000000. Signed-off-by: Peng Fan <[email protected]> Signed-off-by: Sandor Yu <[email protected]> Cc: Stefano Babic <[email protected]> Cc: Fabio Estevam <[email protected]> Cc: Peter Robinson <[email protected]>
Diffstat (limited to 'include')
-rw-r--r--include/configs/mx6sabre_common.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/include/configs/mx6sabre_common.h b/include/configs/mx6sabre_common.h
index 29d1f913602..a6d821bb4dc 100644
--- a/include/configs/mx6sabre_common.h
+++ b/include/configs/mx6sabre_common.h
@@ -225,7 +225,11 @@
#define CONFIG_BMP_16BPP
#define CONFIG_VIDEO_LOGO
#define CONFIG_VIDEO_BMP_LOGO
-#define CONFIG_IPUV3_CLK 260000000
+#ifdef CONFIG_MX6DL
+#define CONFIG_IPUV3_CLK 198000000
+#else
+#define CONFIG_IPUV3_CLK 264000000
+#endif
#define CONFIG_IMX_HDMI
#define CONFIG_IMX_VIDEO_SKIP