|
@@ -2496,6 +2496,9 @@ static void __dw_hdmi_remove(struct dw_hdmi *hdmi)
|
|
/* Disable all interrupts */
|
|
/* Disable all interrupts */
|
|
hdmi_writeb(hdmi, ~0, HDMI_IH_MUTE_PHY_STAT0);
|
|
hdmi_writeb(hdmi, ~0, HDMI_IH_MUTE_PHY_STAT0);
|
|
|
|
|
|
|
|
+ if (hdmi->cec_notifier)
|
|
|
|
+ cec_notifier_put(hdmi->cec_notifier);
|
|
|
|
+
|
|
clk_disable_unprepare(hdmi->iahb_clk);
|
|
clk_disable_unprepare(hdmi->iahb_clk);
|
|
clk_disable_unprepare(hdmi->isfr_clk);
|
|
clk_disable_unprepare(hdmi->isfr_clk);
|
|
|
|
|