mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-11 05:17:10 +09:00
drm: rockchip: rk618: hpd io pull down
Signed-off-by: Shunqing Chen <csq@rock-chips.com> Change-Id: I309bc695dbd94281880ce934415c1864c5abc8c8
This commit is contained in:
@@ -1521,6 +1521,9 @@ static int rk618_hdmi_probe(struct platform_device *pdev)
|
||||
return PTR_ERR(hdmi->clock);
|
||||
}
|
||||
|
||||
/* hpd io pull down */
|
||||
regmap_write(rk618->regmap, RK618_IO_CON0, HDMI_IO_PULL_UP_DISABLE);
|
||||
|
||||
rk618_hdmi_pol_init(hdmi, 0);
|
||||
rk618_hdmi_reset(hdmi);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user