hdmitx: add missing pin mux for HPD [1/1]

PD#SWPL-10457

Problem:
Lack pin mux for HPD

Solution:
Add missing pin mux for HPD

Verify:
GXL/P212

Change-Id: If6ec414f03294dc8a858593294b9bb54a4f3fb21
Signed-off-by: Zongdong Jiao <zongdong.jiao@amlogic.com>
This commit is contained in:
Zongdong Jiao
2019-07-02 17:33:40 +08:00
committed by Luan Yuan
parent e0505eaedc
commit bfbda3c3e2

View File

@@ -4191,6 +4191,7 @@ static int hdmi_task_handle(void *data)
hdmitx_device->HWOp.SetupIRQ(hdmitx_device);
/* Trigger HDMITX IRQ*/
hdmitx_device->HWOp.CntlMisc(hdmitx_device, MISC_HPD_MUX_OP, PIN_MUX);
if (hdmitx_device->HWOp.CntlMisc(hdmitx_device, MISC_HPD_GPI_ST, 0))
hdmitx_device->HWOp.CntlMisc(hdmitx_device,
MISC_TRIGGER_HPD, 0);