drm/amdgpu/bu: update mtype_local parameter settings
[platform/kernel/linux-rpi.git] / drivers / gpu / drm / bridge / lontium-lt8912b.c
index 2019a81..13c131a 100644 (file)
@@ -504,7 +504,6 @@ static int lt8912_attach_dsi(struct lt8912 *lt)
        dsi->format = MIPI_DSI_FMT_RGB888;
 
        dsi->mode_flags = MIPI_DSI_MODE_VIDEO |
-                         MIPI_DSI_MODE_VIDEO_BURST |
                          MIPI_DSI_MODE_LPM |
                          MIPI_DSI_MODE_NO_EOT_PACKET;
 
@@ -676,8 +675,8 @@ static int lt8912_parse_dt(struct lt8912 *lt)
 
        lt->hdmi_port = of_drm_find_bridge(port_node);
        if (!lt->hdmi_port) {
-               dev_err(lt->dev, "%s: Failed to get hdmi port\n", __func__);
-               ret = -ENODEV;
+               ret = -EPROBE_DEFER;
+               dev_err_probe(lt->dev, ret, "%s: Failed to get hdmi port\n", __func__);
                goto err_free_host_node;
        }