From f45e756958099c35d6afb746df1d40a1c6302cfc Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Tue, 07 Nov 2023 06:20:23 +0000 Subject: [PATCH] enable wifi gpio --- u-boot/include/linux/dw_hdmi.h | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/u-boot/include/linux/dw_hdmi.h b/u-boot/include/linux/dw_hdmi.h index 18433ea..3d15ead 100644 --- a/u-boot/include/linux/dw_hdmi.h +++ b/u-boot/include/linux/dw_hdmi.h @@ -92,6 +92,7 @@ RK3366_HDMI, RK3368_HDMI, RK3399_HDMI, + RK3528_HDMI, RK3568_HDMI, }; @@ -177,7 +178,7 @@ const struct dw_hdmi_mpll_config *mpll_cfg; const struct dw_hdmi_mpll_config *mpll_cfg_420; const struct dw_hdmi_curr_ctrl *cur_ctr; - const struct dw_hdmi_phy_config *phy_config; + struct dw_hdmi_phy_config *phy_config; int (*configure_phy)(struct dw_hdmi *hdmi, const struct dw_hdmi_plat_data *pdata, unsigned long mpixelclock); -- Gitblit v1.6.2