u-boot/include/linux/dw_hdmi.h
.. .. @@ -92,6 +92,7 @@ 92 92 RK3366_HDMI, 93 93 RK3368_HDMI, 94 94 RK3399_HDMI, 95 + RK3528_HDMI,95 96 RK3568_HDMI, 96 97 }; 97 98 .. .. @@ -177,7 +178,7 @@ 177 178 const struct dw_hdmi_mpll_config *mpll_cfg; 178 179 const struct dw_hdmi_mpll_config *mpll_cfg_420; 179 180 const struct dw_hdmi_curr_ctrl *cur_ctr; 180 - const struct dw_hdmi_phy_config *phy_config;181 + struct dw_hdmi_phy_config *phy_config;181 182 int (*configure_phy)(struct dw_hdmi *hdmi, 182 183 const struct dw_hdmi_plat_data *pdata, 183 184 unsigned long mpixelclock);