Re: [PATCH v3 1/2] media: dt-bindings: rockchip,rk3568-mipi-csi2: add rk3588 compatible

From: Rob Herring

Date: Wed Mar 25 2026 - 17:06:46 EST


On Wed, Mar 25, 2026 at 11:25:34AM +0100, Michael Riesch wrote:
> The RK3588 MIPI CSI-2 receivers are compatible to the ones found in
> the RK3568.
> Introduce a list of compatible variants and add the RK3588 variant to
> it.
>
> Acked-by: Rob Herring (Arm) <robh@xxxxxxxxxx>
> Signed-off-by: Michael Riesch <michael.riesch@xxxxxxxxxxxxx>
> ---
> .../devicetree/bindings/media/rockchip,rk3568-mipi-csi2.yaml | 10 +++++++---
> 1 file changed, 7 insertions(+), 3 deletions(-)
>
> diff --git a/Documentation/devicetree/bindings/media/rockchip,rk3568-mipi-csi2.yaml b/Documentation/devicetree/bindings/media/rockchip,rk3568-mipi-csi2.yaml
> index 4ac4a3b6f406..3d3b3cd78884 100644
> --- a/Documentation/devicetree/bindings/media/rockchip,rk3568-mipi-csi2.yaml
> +++ b/Documentation/devicetree/bindings/media/rockchip,rk3568-mipi-csi2.yaml
> @@ -16,9 +16,13 @@ description:
>
> properties:
> compatible:
> - enum:
> - - fsl,imx93-mipi-csi2
> - - rockchip,rk3568-mipi-csi2
> + oneOf:
> + - const: fsl,imx93-mipi-csi2
> + - const: rockchip,rk3568-mipi-csi2

These 2 should be a single enum as they were before.

> + - items:
> + - enum:
> + - rockchip,rk3588-mipi-csi2
> + - const: rockchip,rk3568-mipi-csi2
>
> reg:
> maxItems: 1
>
> --
> 2.39.5
>