diff options
| author | Jernej Skrabec <jernej.skrabec@siol.net> | 2021-04-22 01:14:31 +0100 |
|---|---|---|
| committer | Anatolij Gustschin <agust@denx.de> | 2021-04-24 13:44:52 +0200 |
| commit | a1d2ad4a2d5ce6f83aa6f9722ce8070c5b5b786f (patch) | |
| tree | b7f8bd710f55d40b40213e2387515cd61e36c673 | |
| parent | 935b5198ef51c2985ec05dc45bdd8144e940b2ce (diff) | |
video: sunxi: Remove check for ddc-i2c-bus property
No Allwinner board with DW-HDMI controller use separate I2C bus for
EDID read. Remove that check.
Reviewed-by: Andre Przywara <andre.przywara@arm.com>
Signed-off-by: Jernej Skrabec <jernej.skrabec@siol.net>
Signed-off-by: Andre Przywara <andre.przywara@arm.com>
| -rw-r--r-- | drivers/video/sunxi/sunxi_dw_hdmi.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/video/sunxi/sunxi_dw_hdmi.c b/drivers/video/sunxi/sunxi_dw_hdmi.c index 37e78ff241..6d2bc206fc 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; |
