public inbox for linux-arm-kernel@lists.infradead.org
 help / color / mirror / Atom feed
* [PATCH 0/9] Gernal RK3368 HDMI support and 2 outputs for RK3368-Lion
@ 2025-10-20  8:24 Heiko Stuebner
  2025-10-20  8:25 ` [PATCH 1/9] dt-bindings: display: rockchip: dw-hdmi: Add compatible for RK3368 HDMI Heiko Stuebner
                   ` (9 more replies)
  0 siblings, 10 replies; 12+ messages in thread
From: Heiko Stuebner @ 2025-10-20  8:24 UTC (permalink / raw)
  To: heiko
  Cc: maarten.lankhorst, mripard, tzimmermann, robh, krzk+dt, conor+dt,
	quentin.schulz, andy.yan, dri-devel, devicetree, linux-arm-kernel,
	linux-rockchip, linux-kernel, cn.liweihao

This series adds the necessary bits for HDMI output on RK3368 and enables
this on RK3368-Lion. At the same time, use the recently added DSI support
to enable the generic Video-Demo-adapter as an overlay on Lion as well.


The reason I'm shaving this Yak is that the recently added DSI support
created DTC warnings about a single endpoint with an address.

So it was either removing the @0 from the endpoint, or adding a second
output option :-) .


Heiko Stuebner (9):
  dt-bindings: display: rockchip: dw-hdmi: Add compatible for RK3368
    HDMI
  drm/rockchip: hdmi: add RK3368 controller variant
  soc: rockchip: grf: Add select correct PWM implementation on RK3368
  arm64: dts: rockchip: Add power-domain to RK3368 DSI controller
  arm64: dts: rockchip: Add power-domain to RK3368 VOP controller
  arm64: dts: rockchip: Use phandle for i2c_lvds_blc on rk3368-lion
    haikou
  arm64: dts: rockchip: Add HDMI node to RK3368
  arm64: dts: rockchip: Enable HDMI output on RK3368-Lion-Haikou
  arm64: dts: rockchip: Add the Video-Demo overlay for Lion Haikou

 .../display/rockchip/rockchip,dw-hdmi.yaml    |   1 +
 arch/arm64/boot/dts/rockchip/Makefile         |   5 +
 .../rk3368-lion-haikou-video-demo.dtso        | 174 ++++++++++++++++++
 .../boot/dts/rockchip/rk3368-lion-haikou.dts  |  36 +++-
 arch/arm64/boot/dts/rockchip/rk3368.dtsi      |  45 +++++
 drivers/gpu/drm/rockchip/dw_hdmi-rockchip.c   |  16 ++
 drivers/soc/rockchip/grf.c                    |   1 +
 7 files changed, 268 insertions(+), 10 deletions(-)
 create mode 100644 arch/arm64/boot/dts/rockchip/rk3368-lion-haikou-video-demo.dtso

-- 
2.47.2



^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2025-10-20 17:19 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-10-20  8:24 [PATCH 0/9] Gernal RK3368 HDMI support and 2 outputs for RK3368-Lion Heiko Stuebner
2025-10-20  8:25 ` [PATCH 1/9] dt-bindings: display: rockchip: dw-hdmi: Add compatible for RK3368 HDMI Heiko Stuebner
2025-10-20 17:18   ` Conor Dooley
2025-10-20  8:25 ` [PATCH 2/9] drm/rockchip: hdmi: add RK3368 controller variant Heiko Stuebner
2025-10-20  8:25 ` [PATCH 3/9] soc: rockchip: grf: Add select correct PWM implementation on RK3368 Heiko Stuebner
2025-10-20  8:25 ` [PATCH 4/9] arm64: dts: rockchip: Add power-domain to RK3368 DSI controller Heiko Stuebner
2025-10-20  8:25 ` [PATCH 5/9] arm64: dts: rockchip: Add power-domain to RK3368 VOP controller Heiko Stuebner
2025-10-20  8:25 ` [PATCH 6/9] arm64: dts: rockchip: Use phandle for i2c_lvds_blc on rk3368-lion haikou Heiko Stuebner
2025-10-20  8:25 ` [PATCH 7/9] arm64: dts: rockchip: Add HDMI node to RK3368 Heiko Stuebner
2025-10-20  8:25 ` [PATCH 8/9] arm64: dts: rockchip: Enable HDMI output on RK3368-Lion-Haikou Heiko Stuebner
2025-10-20  8:25 ` [PATCH 9/9] arm64: dts: rockchip: Add the Video-Demo overlay for Lion Haikou Heiko Stuebner
2025-10-20 10:23 ` [PATCH 0/9] Gernal RK3368 HDMI support and 2 outputs for RK3368-Lion Diederik de Haas

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox