Hi, This series adds support for the Rockchip PX30 SoC in the V4L2 M2M RGA driver. It also contains a fix for the YUV2YUV case that was not properly handled. Changes since v1: - Rebased on media tree master (changed dt binding to yaml); - Removed spurious line removal. Cheers, Paul Paul Kocialkowski (4): dt-bindings: rockchip-rga: Add PX30 compatible arm64: dts: rockchip: Add RGA support to the PX30 media: rockchip: rga: Add support for the PX30 compatible media: rockchip: rga: Only set output CSC mode for RGB input .../bindings/media/rockchip-rga.yaml | 1 + arch/arm64/boot/dts/rockchip/px30.dtsi | 11 +++++++++++ drivers/media/platform/rockchip/rga/rga-hw.c | 18 +++++++++++------- drivers/media/platform/rockchip/rga/rga.c | 3 +++ 4 files changed, 26 insertions(+), 7 deletions(-) -- 2.26.0