diff options
| author | Tom Rini <[email protected]> | 2016-03-15 08:01:17 -0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2016-03-15 08:01:17 -0400 |
| commit | 4d339a9e8a758889de5da16b562aff5601bb3d8d (patch) | |
| tree | 1c1ac403b33a156efbd8f42c8970d771a6ce8f5c /include/configs | |
| parent | e6de55ec5bf306df3b3cc8e7a4cc17fa1e78ca6c (diff) | |
| parent | 00b1d2d3178747c113dd8f939cf3e2d449bfaf54 (diff) | |
Merge branch 'master' of git://git.denx.de/u-boot-video
Diffstat (limited to 'include/configs')
| -rw-r--r-- | include/configs/mx6sabre_common.h | 6 |
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 |
