diff options
author | Nitin Garg <nitin.garg@freescale.com> | 2014-05-28 19:55:43 -0500 |
---|---|---|
committer | Nitin Garg <nitin.garg@freescale.com> | 2014-06-13 10:17:02 -0500 |
commit | 45d532a0237f5baf2ec95b4364ec5bc94d312689 (patch) | |
tree | 78aca68b08b41e2e183450cd7afb29958c4661c1 /include | |
parent | 0b02843b18d3a2c5c8012c4248a5574a8f6998c7 (diff) | |
download | u-boot-imx-45d532a0237f5baf2ec95b4364ec5bc94d312689.zip u-boot-imx-45d532a0237f5baf2ec95b4364ec5bc94d312689.tar.gz u-boot-imx-45d532a0237f5baf2ec95b4364ec5bc94d312689.tar.bz2 |
ENGR00315499-21 HDMI: splash screen function enhancement
-Change HDMI video mode to VGA.
-Add pixel clock fraction part setting in IPU driver,
fix video mode timing issue.
-Add overflow state clear workaround,
fix kernel hang in HDMI driver issue.
-Correct IPU clock to 264MHz.
Signed-off-by: Sandor Yu <R01008@freescale.com>
Signed-off-by: Nitin Garg <nitin.garg@freescale.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/mx6sabresd.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/mx6sabresd.h b/include/configs/mx6sabresd.h index 10cbdf7..e4abd1b 100644 --- a/include/configs/mx6sabresd.h +++ b/include/configs/mx6sabresd.h @@ -57,7 +57,7 @@ #define CONFIG_BMP_16BPP #define CONFIG_VIDEO_LOGO #define CONFIG_VIDEO_BMP_LOGO -#define CONFIG_IPUV3_CLK 260000000 +#define CONFIG_IPUV3_CLK 264000000 #define CONFIG_IMX_HDMI #define CONFIG_CMD_PCI |