diff --git a/drivers/gpu/drm/bridge/dw-hdmi.c b/drivers/gpu/drm/bridge/dw-hdmi.c index 1cc9680d8059..5156271b0660 100644 --- a/drivers/gpu/drm/bridge/dw-hdmi.c +++ b/drivers/gpu/drm/bridge/dw-hdmi.c @@ -2989,7 +2989,7 @@ int dw_hdmi_bind(struct device *dev, struct device *master, /* Unmask HPD, clear transitory interrupts, then unmute */ hdmi_writeb(hdmi, hdmi->phy_mask, HDMI_PHY_MASK0); - if (hdmi->dev_type == RK3288_HDMI && hdmi->version > 0x200a) + if (hdmi->dev_type == RK3288_HDMI && hdmi->version == 0x200a) hdmi->connector.ycbcr_420_allowed = false; else hdmi->connector.ycbcr_420_allowed = true;