mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 19:30:30 +09:00
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:
@@ -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[] = {
|
||||
|
||||
Reference in New Issue
Block a user