drm/rockchip: dsi: the max bit rate is 1.2Gbps per lane in rk3568

Change-Id: I80d8f7303679bd4595cf59ef3d576dfef7863e69
Signed-off-by: Guochun Huang <hero.huang@rock-chips.com>
This commit is contained in:
Guochun Huang
2021-02-21 10:34:15 +08:00
committed by Tao Huang
parent 4be1db3450
commit fa3d24a3d9

View File

@@ -1960,7 +1960,7 @@ static const u32 rk3568_dsi1_grf_reg_fields[MAX_FIELDS] = {
static const struct dw_mipi_dsi_plat_data rk3568_mipi_dsi_plat_data = {
.dsi0_grf_reg_fields = rk3568_dsi0_grf_reg_fields,
.dsi1_grf_reg_fields = rk3568_dsi1_grf_reg_fields,
.max_bit_rate_per_lane = 1000000000UL,
.max_bit_rate_per_lane = 1200000000UL,
};
static const struct of_device_id dw_mipi_dsi_dt_ids[] = {