summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorshaochan.liu <shaochan.liu@amlogic.com>2019-03-28 19:15:09 +0800
committerDongjin Kim <tobetter@gmail.com>2019-05-16 13:21:14 +0900
commit612456f284d1a15c660f1d1659b08bab6902246a (patch)
tree0021b8c504f74647c232d831c928945a265f491d /include
parent85f11d57937308f75ad76a32aa05c5000a9bdd54 (diff)
downloadu-boot-odroid-c1-612456f284d1a15c660f1d1659b08bab6902246a.tar.gz
lcd: add lcd driver support for tm2 [1/2]
PD#SWPL-6398 Problem: add lcd_driver support for tm2 Solution: add lcd_chip_tm2 Verify: verify by S905Y2-U221 Signed-off-by: shaochan.liu <shaochan.liu@amlogic.com> Conflicts: drivers/display/lcd/aml_lcd.c include/amlogic/aml_lcd_vout.h Change-Id: I6c72c0888267d0b067ba4011de5f22ee1b1ab4b0
Diffstat (limited to 'include')
-rw-r--r--include/amlogic/aml_lcd_vout.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/amlogic/aml_lcd_vout.h b/include/amlogic/aml_lcd_vout.h
index 483fb89b7c..1ee516de27 100644
--- a/include/amlogic/aml_lcd_vout.h
+++ b/include/amlogic/aml_lcd_vout.h
@@ -80,7 +80,8 @@ enum lcd_chip_e {
LCD_CHIP_G12A, /* 7 */
LCD_CHIP_G12B, /* 8 */
LCD_CHIP_TL1, /* 9 */
- LCD_CHIP_SM1, /* 10 */
+ LCD_CHIP_SM1, /* 10 */
+ LCD_CHIP_TM2, /* 11 */
LCD_CHIP_MAX,
};