Since the initial support for the RK3588 HDMI TX Controller [1] has been merged as of next-20241018, let's enable the HDMI0 output port for the following boards: Radxa ROCK 5A & 5B, Rockchip RK3588 EVB1 V10, Xunlong Orange Pi 5+. @Luis: Could you please verify this series still works as expected on your Orange Pi device? The ROCK 5A related patch is currently untested, but we might be able to validate it beginning of next week. Thanks, Cristian [1]: https://lore.kernel.org/all/20241016-b4-rk3588-bridge-upstream-v10-0-87ef92a6d14e@xxxxxxxxxxxxx/ Signed-off-by: Cristian Ciocaltea <cristian.ciocaltea@xxxxxxxxxxxxx> --- Cristian Ciocaltea (5): arm64: dts: rockchip: Add HDMI0 node to rk3588 arm64: dts: rockchip: Enable HDMI0 on rock-5b arm64: dts: rockchip: Enable HDMI0 on rk3588-evb1 arm64: dts: rockchip: Enable HDMI0 on orangepi-5-plus [UNTESTED] arm64: dts: rockchip: Enable HDMI0 on rock-5a arch/arm64/boot/dts/rockchip/rk3588-base.dtsi | 41 +++++++++++++++++++ arch/arm64/boot/dts/rockchip/rk3588-evb1-v10.dts | 47 ++++++++++++++++++++++ .../boot/dts/rockchip/rk3588-orangepi-5-plus.dts | 47 ++++++++++++++++++++++ arch/arm64/boot/dts/rockchip/rk3588-rock-5b.dts | 47 ++++++++++++++++++++++ arch/arm64/boot/dts/rockchip/rk3588s-rock-5a.dts | 47 ++++++++++++++++++++++ 5 files changed, 229 insertions(+) --- base-commit: f2493655d2d3d5c6958ed996b043c821c23ae8d3 change-id: 20241018-rk3588-hdmi0-dt-1a135d0076af