hc
2023-11-22 9ca5fbcb63a8dcaee0527f96afb91dc4b4bd8fa9
u-boot/include/linux/dw_hdmi.h
....@@ -92,6 +92,7 @@
9292 RK3366_HDMI,
9393 RK3368_HDMI,
9494 RK3399_HDMI,
95
+ RK3528_HDMI,
9596 RK3568_HDMI,
9697 };
9798
....@@ -177,7 +178,7 @@
177178 const struct dw_hdmi_mpll_config *mpll_cfg;
178179 const struct dw_hdmi_mpll_config *mpll_cfg_420;
179180 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;
181182 int (*configure_phy)(struct dw_hdmi *hdmi,
182183 const struct dw_hdmi_plat_data *pdata,
183184 unsigned long mpixelclock);