Am Dienstag, 4. März 2025, 15:47:28 MEZ schrieb Sebastian Reichel:
Hello,
On Tue, Dec 31, 2024 at 06:57:21AM -0600, Rob Herring (Arm) wrote:
quoted
On Tue, 31 Dec 2024 17:57:17 +0800, Andy Yan wrote:
quoted
As the VOP[0] and HDMI[1] driver have already been submitted for review.
This series enable hdmi display on sige5 board.
[0] https://lore.kernel.org/linux-rockchip/20241231090802.251787-1-andyshrk@163.com/T/#t (local)
[1] https://lore.kernel.org/linux-rockchip/20241231094425.253398-1-andyshrk@163.com/T/#t (local)
Changes in v3:
- Split from https://lore.kernel.org/linux-rockchip/3330586.aeNJFYEL58@diego/T/#t (local)
Andy Yan (3):
arm64: dts: rockchip: Add vop for rk3576
arm64: dts: rockchip: Add hdmi for rk3576
arm64: dts: rockchip: Enable hdmi display on sige5
.../boot/dts/rockchip/rk3576-armsom-sige5.dts | 47 +++++++
arch/arm64/boot/dts/rockchip/rk3576.dtsi | 126 ++++++++++++++++++
2 files changed, 173 insertions(+)
[...] (a bunch of warnings due to dependency patch series not yet
being in linux-next)
I think all dependencies have landed now. But it might be sensible
to do a quick resend considering how old this is.
Would be nice to have initial RK3576 HDMI support in 6.15 :)
now we can :-)
The update was not that difficult, so did it myself when applying.
Heiko