Message ID | 20210422001434.11367-7-andre.przywara@arm.com |
---|---|
State | Accepted |
Commit | a1d2ad4a2d5ce6f83aa6f9722ce8070c5b5b786f |
Delegated to: | Anatolij Gustschin |
Headers | show |
Series | video: sunxi: rework DE2 driver | expand |
diff --git a/drivers/video/sunxi/sunxi_dw_hdmi.c b/drivers/video/sunxi/sunxi_dw_hdmi.c index 37e78ff2411..6d2bc206fc2 100644 --- a/drivers/video/sunxi/sunxi_dw_hdmi.c +++ b/drivers/video/sunxi/sunxi_dw_hdmi.c @@ -361,9 +361,6 @@ static int sunxi_dw_hdmi_probe(struct udevice *dev) return -1; } - uclass_get_device_by_phandle(UCLASS_I2C, dev, "ddc-i2c-bus", - &priv->hdmi.ddc_bus); - dw_hdmi_init(&priv->hdmi); return 0;