From 9df731a176aab8e03b984b681b1bea01ccff6644 Mon Sep 17 00:00:00 2001
From: hc <hc@nodka.com>
Date: Mon, 06 Nov 2023 07:23:06 +0000
Subject: [PATCH] rk3568 rt uboot init

---
 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