mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 19:30:30 +09:00
rk3036 hdmi:
Add 20ms delay between irq and work thread to make sure hdmi connection status stable.
This commit is contained in:
@@ -789,7 +789,7 @@ void rk3036_hdmi_irq(struct hdmi *hdmi_drv)
|
||||
hdmi_drv->state = WAIT_HOTPLUG;
|
||||
|
||||
queue_delayed_work(hdmi_drv->workqueue, &hdmi_drv->delay_work,
|
||||
msecs_to_jiffies(0));
|
||||
msecs_to_jiffies(20));
|
||||
|
||||
}/*plug out*/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user