File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -481,7 +481,7 @@ static struct rockchip_hdmi_chip_data rk3399_chip_data = {
481
481
.lcdsel_grf_reg = RK3399_GRF_SOC_CON20 ,
482
482
.lcdsel_big = HIWORD_UPDATE (0 , RK3399_HDMI_LCDC_SEL ),
483
483
.lcdsel_lit = HIWORD_UPDATE (RK3399_HDMI_LCDC_SEL , RK3399_HDMI_LCDC_SEL ),
484
- .max_tmds_clock = 340000 ,
484
+ .max_tmds_clock = 594000 ,
485
485
};
486
486
487
487
static const struct dw_hdmi_plat_data rk3399_hdmi_drv_data = {
@@ -495,7 +495,7 @@ static const struct dw_hdmi_plat_data rk3399_hdmi_drv_data = {
495
495
496
496
static struct rockchip_hdmi_chip_data rk3568_chip_data = {
497
497
.lcdsel_grf_reg = -1 ,
498
- .max_tmds_clock = 340000 ,
498
+ .max_tmds_clock = 594000 ,
499
499
};
500
500
501
501
static const struct dw_hdmi_plat_data rk3568_hdmi_drv_data = {
You can’t perform that action at this time.
0 commit comments