summaryrefslogtreecommitdiff
path: root/include/configs/mx7dsabresd.h
diff options
context:
space:
mode:
authorYe.Li <B37916@freescale.com>2015-03-27 17:17:57 +0800
committerMax Krummenacher <max.krummenacher@toradex.com>2016-03-09 14:42:20 +0100
commitbf76ba154f2f20e1343de21f2d7d3aa332f52c93 (patch)
tree8f7933d2e0e0fc9c0ed09c15e4d202f8c6805c7e /include/configs/mx7dsabresd.h
parentf043421649d6d2687eabd49c429673a0b478a7c1 (diff)
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 3a4b83a0cca..65ace67dfe9 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