lcd: update bist index on t6d [2/2]

PD#SWPL-186989

Problem:
want to support x icon,but it doesn't work

Solution:
1.reserve bist index 9 to be consistent with the other chips
2.set description to Not support and the function is same as None

Verify:
T6D-BR301

Change-Id: I2992eb0a543b2840b8c1b69fbfa97d873d2ce1f9
Signed-off-by: chenyang.liu <chenyang.liu@amlogic.com>
This commit is contained in:
chenyang.liu
2024-09-24 05:42:13 +00:00
committed by gerrit autosubmit
parent 05fac0ce72
commit 10661f0a43
4 changed files with 43 additions and 9 deletions
@@ -707,6 +707,7 @@ struct lcd_vmode_mgr_s {
struct lcd_data_s {
enum lcd_chip_e chip_type;
const char *chip_name;
unsigned char rev_type;
int *reg_map_table;
unsigned char drv_max;
unsigned int offset_venc[LCD_MAX_DRV];