diff options
author | Ye.Li <B37916@freescale.com> | 2015-03-27 17:17:57 +0800 |
---|---|---|
committer | Ye.Li <B37916@freescale.com> | 2015-03-27 17:25:11 +0800 |
commit | e77d667b20956a37de9d367a8914ef2fe79258df (patch) | |
tree | e51420d0af14acd388093d39bfcab4475f7a8de3 /include | |
parent | b4d3b2a8eaf1ad1dc529ae2348d1646a2833b701 (diff) | |
download | u-boot-imx-e77d667b20956a37de9d367a8914ef2fe79258df.zip u-boot-imx-e77d667b20956a37de9d367a8914ef2fe79258df.tar.gz u-boot-imx-e77d667b20956a37de9d367a8914ef2fe79258df.tar.bz2 |
MLK-10492-2 imx: mx7dsabresd: Add TFT43AB LCD support
The mx7dsabresd uses new LCD TFT43AB which has 480 x 272 pixels.
Update panel info for this LCD.
Signed-off-by: Ye.Li <B37916@freescale.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/mx7dsabresd.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/mx7dsabresd.h b/include/configs/mx7dsabresd.h index 9a789e5..8ca619d 100644 --- a/include/configs/mx7dsabresd.h +++ b/include/configs/mx7dsabresd.h @@ -145,7 +145,7 @@ #ifdef CONFIG_VIDEO #define CONFIG_VIDEO_MODE \ - "panel=MCIMX28LCD\0" + "panel=TFT43AB\0" #else #define CONFIG_VIDEO_MODE "" #endif |