drm/rockchip: dw_hdmi: Set output_port for RK3568/RK3566

All in-tree RK3568/RK3566 device trees using HDMI also include the
required hdmi-connector node at port@1 since their introduction.

Define the output_port for RK3568 so that dw-hdmi bridge driver can pick
up the display-connector bridge once the dw-hdmi connector is replaced
with a bridge connector in a future change.

Signed-off-by: Jonas Karlman <jonas@kwiboo.se>
Tested-by: Heiko Stuebner <heiko@sntech.de> #rk3328
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Link: https://patch.msgid.link/20260518193748.2482823-9-jonas@kwiboo.se
This commit is contained in:
Jonas Karlman
2026-05-18 19:37:42 +00:00
committed by Heiko Stuebner
parent 2ca256b5fe
commit 1481cc03cc

View File

@@ -461,6 +461,7 @@ static const struct dw_hdmi_plat_data rk3568_hdmi_drv_data = {
.phy_config = rockchip_phy_config,
.phy_data = &rk3568_chip_data,
.use_drm_infoframe = true,
.output_port = 1,
};
static const struct of_device_id dw_hdmi_rockchip_dt_ids[] = {