mirror of
https://github.com/hardkernel/kernel_common_drivers.git
synced 2026-06-25 12:03:48 +09:00
lcd: fix phy register mistake when bitrate change [1/1]
PD#SWPL-208516 Problem: In MIN switch mode type, we update PHY configuration parameter, but not valid it to register. Solution: update PHY register while phy parameter changed Verify: T3X Change-Id: I54ddbcbd5b5ff190791597dbd986fe9cb32a0dec Signed-off-by: jie.dai <jie.dai@amlogic.com>
This commit is contained in:
committed by
gerrit autosubmit
parent
fca426051f
commit
1dbfa75e33
@@ -693,6 +693,8 @@ static void lcd_mode_switch_data_on(struct aml_lcd_drv_s *pdrv)
|
||||
if (pdrv->config.basic.lcd_type == LCD_P2P)
|
||||
lcd_tcon_reload(pdrv);
|
||||
#endif
|
||||
// phy param maybe change update phy register
|
||||
lcd_phy_set(pdrv, LCD_PHY_ON);
|
||||
break;
|
||||
#ifdef CONFIG_AMLOGIC_LCD_EXTERN
|
||||
case LCD_POWER_TYPE_EXTERN:
|
||||
|
||||
Reference in New Issue
Block a user