summaryrefslogtreecommitdiff
path: root/include/configs/mx7dsabresd.h
diff options
context:
space:
mode:
authorYe.Li <B37916@freescale.com>2015-03-27 17:17:57 +0800
committerPeng Fan <Peng.Fan@freescale.com>2015-04-29 15:05:29 +0800
commite0dd27a37193c71e11fb09cc542d388a1f28f3f7 (patch)
tree57c9f42557d9ebe6080e0c1ad3ae46fb19759d86 /include/configs/mx7dsabresd.h
parent3e0d4789c80b1809f5fbd425cda8fac621c2dcb1 (diff)
downloadu-boot-imx-e0dd27a37193c71e11fb09cc542d388a1f28f3f7.zip
u-boot-imx-e0dd27a37193c71e11fb09cc542d388a1f28f3f7.tar.gz
u-boot-imx-e0dd27a37193c71e11fb09cc542d388a1f28f3f7.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> (cherry picked from commit e77d667b20956a37de9d367a8914ef2fe79258df)
Diffstat (limited to 'include/configs/mx7dsabresd.h')
-rw-r--r--include/configs/mx7dsabresd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/mx7dsabresd.h b/include/configs/mx7dsabresd.h
index 3a4b83a..65ace67 100644
--- a/include/configs/mx7dsabresd.h
+++ b/include/configs/mx7dsabresd.h
@@ -144,7 +144,7 @@
#ifdef CONFIG_VIDEO
#define CONFIG_VIDEO_MODE \
- "panel=MCIMX28LCD\0"
+ "panel=TFT43AB\0"
#else
#define CONFIG_VIDEO_MODE ""
#endif