Re: [PATCH v2 1/5] dt-bindings: display: rockchip: Add rk3576 DisplayPort

From: Krzysztof Kozlowski

Date: Thu Feb 05 2026 - 08:34:06 EST


On Sun, Feb 01, 2026 at 04:13:27PM +0800, Andy Yan wrote:
> From: Andy Yan <andy.yan@xxxxxxxxxxxxxx>
>
> The DisplayPort found on RK3576 is very similar to that of RK3588,
> but work in dual pixel mode. And itself does not depend on the I2S
> clock or the SPDIF clock when transmit audio.
>
> Signed-off-by: Andy Yan <andy.yan@xxxxxxxxxxxxxx>
> Reviewed-by: Sebastian Reichel <sebastian.reichel@xxxxxxxxxxxxx>
>
> ---
>
> Changes in v2:
> - Remove unnecessary maxItems
>
> .../display/rockchip/rockchip,dw-dp.yaml | 27 ++++++++++++++++---
> 1 file changed, 24 insertions(+), 3 deletions(-)
>
> diff --git a/Documentation/devicetree/bindings/display/rockchip/rockchip,dw-dp.yaml b/Documentation/devicetree/bindings/display/rockchip/rockchip,dw-dp.yaml
> index 6345f0132d43..8a5299755abf 100644
> --- a/Documentation/devicetree/bindings/display/rockchip/rockchip,dw-dp.yaml
> +++ b/Documentation/devicetree/bindings/display/rockchip/rockchip,dw-dp.yaml
> @@ -27,13 +27,11 @@ description: |
> * Pixel clock up to 594MHz
> * I2S, SPDIF audio interface
>
> -allOf:
> - - $ref: /schemas/sound/dai-common.yaml#
> -
> properties:
> compatible:
> enum:
> - rockchip,rk3588-dp
> + - rockchip,rk3576-dp

Wrongly orderd. 76 < 88.

Best regards,
Krzysztof