vc4_hdmi: Make irq shared

Signed-off-by: Dom Cobley <popcornmix@gmail.com>
This commit is contained in:
Dom Cobley
2020-05-07 18:16:08 +01:00
committed by popcornmix
parent d11614d5c2
commit bf37c60c5f

View File

@@ -1454,7 +1454,8 @@ static int vc4_hdmi_cec_init(struct vc4_hdmi *vc4_hdmi)
HDMI_WRITE(HDMI_CEC_CNTRL_1, value);
ret = devm_request_threaded_irq(&pdev->dev, platform_get_irq(pdev, 0),
vc4_cec_irq_handler,
vc4_cec_irq_handler_thread, 0,
vc4_cec_irq_handler_thread,
IRQF_SHARED,
"vc4 hdmi cec", vc4_hdmi);
if (ret)
goto err_delete_cec_adap;