Re: [PATCH v2 0/8] Add display subsystem dt node on rk3576

From: Heiko Stübner
Date: Sat Dec 28 2024 - 13:37:01 EST


Hi Andy,

Am Samstag, 28. Dezember 2024, 13:21:43 CET schrieb Andy Yan:
> From: Andy Yan <andy.yan@xxxxxxxxxxxxxx>
>
>
> As the VOP[0] and HDMI[1] driver have already been submitted for review.
> This series send all display related device tree part together.
> [0] https://lore.kernel.org/linux-rockchip/20241219073931.3997788-1-andyshrk@xxxxxxx/T/#t
> [1] https://lore.kernel.org/linux-rockchip/20241225103741.364597-1-andyshrk@xxxxxxx/T/#t

not to confuse you too much, I mainly meant that we were missing the
"arm64: dts: rockchip:" patches from this series.

The dt-binding patches are (already) part of the driver changes and
should stay part of those series, to prevent confusion of what part goes
where :-) .


Heiko


> Changes in v2:
> - Wrap commit message according to Linux coding style
> - Make "rockchip,rk3588-hdptx-phy" const for "rockchip,rk3576-hdptx-phy"
> - Make declare phy/ropll/lcpll reset line are not exit on rk3576
> - describe constraint SOC by SOC for vop2 binding, as interrupts of rk3576
> is very different from others
> - Drop Krzysztof's Reviewed-by for vopp2 bindings, as this version changed a lot.
>
> Changes in v1:
> - ordered by soc name
> - Add description for newly added interrupt
>
> Andy Yan (8):
> dt-bindings: soc: rockchip: add rk3576 hdptxphy grf syscon
> dt-bindings: phy: Add rk3576 hdptx phy
> dt-bindings: display: rockchip: Add rk3576 hdmi controller
> dt-bindings: iommu: rockchip: Add Rockchip RK3576
> dt-bindings: display: vop2: Add rk3576 support
> arm64: dts: rockchip: Add vop for rk3576
> arm64: dts: rockchip: Add hdmi for rk3576
> arm64: dts: rockchip: Enable hdmi display on sige5
>
> .../rockchip/rockchip,rk3588-dw-hdmi-qp.yaml | 1 +
> .../display/rockchip/rockchip-vop2.yaml | 70 ++++++++--
> .../bindings/iommu/rockchip,iommu.yaml | 1 +
> .../phy/rockchip,rk3588-hdptx-phy.yaml | 62 ++++++---
> .../devicetree/bindings/soc/rockchip/grf.yaml | 1 +
> .../boot/dts/rockchip/rk3576-armsom-sige5.dts | 47 +++++++
> arch/arm64/boot/dts/rockchip/rk3576.dtsi | 126 ++++++++++++++++++
> 7 files changed, 276 insertions(+), 32 deletions(-)
>
>