diff options
| author | Jonas Karlman <jonas@kwiboo.se> | 2026-05-18 19:37:42 +0000 |
|---|---|---|
| committer | Heiko Stuebner <heiko@sntech.de> | 2026-06-02 22:33:07 +0200 |
| commit | 1481cc03cc63fc0f6990956264cbb16c8f65f28e (patch) | |
| tree | 1927a2296220093e0ca11e38a453c4aa9bdfa579 | |
| parent | 2ca256b5fe2325d0f1134789b507a621775b385e (diff) | |
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
| -rw-r--r-- | drivers/gpu/drm/rockchip/dw_hdmi-rockchip.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/rockchip/dw_hdmi-rockchip.c b/drivers/gpu/drm/rockchip/dw_hdmi-rockchip.c index 3f3ff820b1b9..14adf6e8ff47 100644 --- a/drivers/gpu/drm/rockchip/dw_hdmi-rockchip.c +++ b/drivers/gpu/drm/rockchip/dw_hdmi-rockchip.c @@ -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[] = { |
