mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 20:07:46 +09:00
hdmitx: optimise hdmi power consumption
PD#172019: hdmitx: optimise hdmi power consumption A tiny modification of HDMI_PHY_CNTL5 under suspend. Change-Id: I429d930f980c1eb9af3c186c138c538c9ad4fcd0 Signed-off-by: Zongdong Jiao <zongdong.jiao@amlogic.com>
This commit is contained in:
committed by
Jianxin Pan
parent
25584b300d
commit
97070d506f
@@ -4772,7 +4772,7 @@ static void hdmi_phy_suspend(void)
|
||||
{
|
||||
hd_write_reg(P_HHI_HDMI_PHY_CNTL0, 0x0);
|
||||
hd_write_reg(P_HHI_HDMI_PHY_CNTL3, 0x0);
|
||||
hd_write_reg(P_HHI_HDMI_PHY_CNTL5, 0x0);
|
||||
hd_write_reg(P_HHI_HDMI_PHY_CNTL5, 0x800);
|
||||
}
|
||||
|
||||
static void hdmi_phy_wakeup(struct hdmitx_dev *hdev)
|
||||
|
||||
Reference in New Issue
Block a user