From 8ac6c7a54ed1b98d142dce24b11c6de6a1e239a5 Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Tue, 22 Oct 2024 10:36:11 +0000 Subject: [PATCH] 修改4g拨号为QMI,需要在系统里后台执行quectel-CM --- 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