Re: [PATCH RESEND 0/2] media: rockchip: rga: Add rk3568 support

From: Nicolas Dufresne
Date: Mon Jan 23 2023 - 14:50:51 EST


Hi Micheal,

Le vendredi 20 janvier 2023 à 10:14 +0100, Michael Tretter a écrit :
> The RGA2 on the Rockchip rk3568 is the same core as the RGA2 on the Rockchip
> rk3288.
>
> This series adds the necessary device tree binding and node in the device tree
> to enable the RGA2 on the Rockchip rk3568.
>
> I tested the driver with the GStreamer v4l2convert element on a Rock3 Model A
> board.
>
> This is a RESEND including the linux-media list, as Heiko asked for an
> Acked-by from someone from media.

I don't think there will be any concern about this on media side.

Acked-by: Nicolas Dufresne <nicolas.dufresne@xxxxxxxxxxxxx>

>
>
>
> Michael
>
> To: Jacob Chen <jacob-chen@xxxxxxxxxx>
> To: Ezequiel Garcia <ezequiel@xxxxxxxxxxxxxxxxxxxx>
> To: Mauro Carvalho Chehab <mchehab@xxxxxxxxxx>
> To: Rob Herring <robh+dt@xxxxxxxxxx>
> To: Krzysztof Kozlowski <krzysztof.kozlowski+dt@xxxxxxxxxx>
> To: Heiko Stuebner <heiko@xxxxxxxxx>
> Cc: linux-media@xxxxxxxxxxxxxxx
> Cc: linux-rockchip@xxxxxxxxxxxxxxxxxxx
> Cc: devicetree@xxxxxxxxxxxxxxx
> Cc: linux-arm-kernel@xxxxxxxxxxxxxxxxxxx
> Cc: linux-kernel@xxxxxxxxxxxxxxx
> Cc: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxx>
> Cc: Nicolas Frattaroli <frattaroli.nicolas@xxxxxxxxx>
> Signed-off-by: Michael Tretter <m.tretter@xxxxxxxxxxxxxx>
>
> ---
> Michael Tretter (2):
> media: dt-bindings: media: rockchip-rga: add rockchip,rk3568-rga
> arm64: dts: rockchip: Add RGA2 support to rk356x
>
> Documentation/devicetree/bindings/media/rockchip-rga.yaml | 4 +++-
> arch/arm64/boot/dts/rockchip/rk356x.dtsi | 11 +++++++++++
> 2 files changed, 14 insertions(+), 1 deletion(-)
> ---
> base-commit: 5dc4c995db9eb45f6373a956eb1f69460e69e6d4
> change-id: 20230119-rk3568-rga-d1b0cccc7b82
>
> Best regards,