diff options
-rw-r--r-- | include/configs/mx6qsabre_common.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/configs/mx6qsabre_common.h b/include/configs/mx6qsabre_common.h index 0d67cef..5d30d60 100644 --- a/include/configs/mx6qsabre_common.h +++ b/include/configs/mx6qsabre_common.h @@ -412,7 +412,11 @@ #define CONFIG_BMP_16BPP #define CONFIG_VIDEO_LOGO #define CONFIG_VIDEO_BMP_LOGO +#ifdef CONFIG_MX6DL +#define CONFIG_IPUV3_CLK 198000000 +#else #define CONFIG_IPUV3_CLK 264000000 +#endif #define CONFIG_IMX_HDMI #endif /* __MX6QSABRE_COMMON_CONFIG_H */ |