mbox series

[v15,0/2] Enable HDMI RX controller on RK3588

Message ID 20250307091857.646581-1-dmitry.osipenko@collabora.com (mailing list archive)
Headers show
Series Enable HDMI RX controller on RK3588 | expand

Message

Dmitry Osipenko March 7, 2025, 9:18 a.m. UTC
Hi Heiko,

This patchset adds HDMIRX controller node to RK3588 DTSI and enables
it on Rock 5b board.

Changelog:

v15: - Removed duplicated HDMIRX pinctrl definitions

     - Removed default M1 HDMIRX pinctrl assignment from the DTSI as
       technically HDMIRX can use M0 depending on a board configuration.

     - Changed ordering of the status DT property

v14: - Re-enabled LOAD_DEFAULT_EDID=y option in the defconfig and
       added ack from Hans Verkuil fot that patch.

Sebastian Reichel (1):
  arm64: dts: rockchip: Enable HDMI receiver on rock-5b

Shreeya Patel (1):
  arm64: dts: rockchip: Add device tree support for HDMI RX Controller

 .../arm64/boot/dts/rockchip/rk3588-extra.dtsi | 55 +++++++++++++++++++
 .../boot/dts/rockchip/rk3588-rock-5b.dts      | 17 ++++++
 2 files changed, 72 insertions(+)

Comments

Heiko Stuebner March 8, 2025, 5:32 p.m. UTC | #1
On Fri, 07 Mar 2025 12:18:55 +0300, Dmitry Osipenko wrote:
> This patchset adds HDMIRX controller node to RK3588 DTSI and enables
> it on Rock 5b board.
> 
> Changelog:
> 
> v15: - Removed duplicated HDMIRX pinctrl definitions
> 
> [...]

Applied, thanks!

[1/2] arm64: dts: rockchip: Add device tree support for HDMI RX Controller
      commit: 0327238991ba2d1de25e1116b1c064f433e45b8d
[2/2] arm64: dts: rockchip: Enable HDMI receiver on rock-5b
      commit: c62d8fdb27391ee72bfdf53328463813997844f1

Best regards,