summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorshaochan.liu <shaochan.liu@amlogic.com>2019-03-20 19:43:51 +0800
committerDongjin Kim <tobetter@gmail.com>2019-05-16 13:18:39 +0900
commit3931222a0af06e6ec042bb7c2c95d590e9326e58 (patch)
tree409f1c0da963a34e64618a96730dae4e9c84aa2f /include
parentc0ae62589868d18993b31b1f6043680910d9d18f (diff)
downloadu-boot-odroid-c1-3931222a0af06e6ec042bb7c2c95d590e9326e58.tar.gz
lcd: add mipi-dsi support for sm1 [1/2]
PD#SWPL-6114 Problem: add mipi-dsi support for sm1 Solution: add lcd_chip_sm1 Verify: verify by S905x3 Change-Id: I3f895e9bc14ff64d984190877ba0f11ad0ccad45 Signed-off-by: shaochan.liu <shaochan.liu@amlogic.com>
Diffstat (limited to 'include')
-rw-r--r--include/amlogic/aml_lcd_vout.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/amlogic/aml_lcd_vout.h b/include/amlogic/aml_lcd_vout.h
index 8a34c3f4f4..483fb89b7c 100644
--- a/include/amlogic/aml_lcd_vout.h
+++ b/include/amlogic/aml_lcd_vout.h
@@ -80,6 +80,7 @@ enum lcd_chip_e {
LCD_CHIP_G12A, /* 7 */
LCD_CHIP_G12B, /* 8 */
LCD_CHIP_TL1, /* 9 */
+ LCD_CHIP_SM1, /* 10 */
LCD_CHIP_MAX,
};