diff options
Diffstat (limited to 'drivers/gpu/drm/panel/panel-jadard-jd9365da-h3.c')
-rwxr-xr-x | drivers/gpu/drm/panel/panel-jadard-jd9365da-h3.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/gpu/drm/panel/panel-jadard-jd9365da-h3.c b/drivers/gpu/drm/panel/panel-jadard-jd9365da-h3.c index 0b7341cecc45..7006bfa99a79 100755 --- a/drivers/gpu/drm/panel/panel-jadard-jd9365da-h3.c +++ b/drivers/gpu/drm/panel/panel-jadard-jd9365da-h3.c @@ -514,7 +514,7 @@ static int panel_probe(struct i2c_client *client, const struct i2c_device_id *id int ret = 0; struct mipi_dsi_device_info info = { .type = DSI_DRIVER_NAME, - .channel = 1, //0, + .channel = 2, //0, .node = NULL, }; @@ -642,7 +642,7 @@ static int jadard_dsi_probe(struct mipi_dsi_device *dsi) dsi->mode_flags = MIPI_DSI_MODE_LPM | MIPI_DSI_MODE_VIDEO | MIPI_DSI_MODE_VIDEO_SYNC_PULSE ; dsi->format = MIPI_DSI_FMT_RGB888; dsi->lanes = 4; - dsi->channel = 1; + dsi->channel = 2; dsi->hs_rate = 490000000; ret = mipi_dsi_attach(dsi); |