mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-09 12:17:12 +09:00
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:
@@ -50,6 +50,7 @@ enum bl_chip_type_e {
|
||||
BL_CHIP_G12A,
|
||||
BL_CHIP_G12B,
|
||||
BL_CHIP_TL1,
|
||||
BL_CHIP_SM1,
|
||||
BL_CHIP_MAX,
|
||||
};
|
||||
|
||||
|
||||
@@ -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,
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user