lcd: add mipi-dsi support for sm1 [2/2]

PD#SWPL-6114

Problem:
add mipi-dsi support for sm1

Solution:
add lcd_chip_sm1

Verify:
verify by S905x3

Change-Id: I1b95676ad1300f8cbf859f89b557f680cccff117
Signed-off-by: Evoke Zhang <evoke.zhang@amlogic.com>
This commit is contained in:
Evoke Zhang
2019-03-20 18:54:47 +08:00
committed by Luke Go
parent 0b99d9dde5
commit d7bc390cfd
15 changed files with 1029 additions and 6 deletions

View File

@@ -50,6 +50,7 @@ enum bl_chip_type_e {
BL_CHIP_G12A,
BL_CHIP_G12B,
BL_CHIP_TL1,
BL_CHIP_SM1,
BL_CHIP_MAX,
};

View File

@@ -89,6 +89,7 @@ enum lcd_chip_e {
LCD_CHIP_G12A, /* 5 */
LCD_CHIP_G12B, /* 6 */
LCD_CHIP_TL1, /* 7 */
LCD_CHIP_SM1, /* 8 */
LCD_CHIP_MAX,
};