[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <ed1ac7d6-12d3-5480-3699-70a88595cac2@gmail.com>
Date: Thu, 30 Apr 2020 23:24:17 +0200
From: Johan Jonker <jbx6244@...il.com>
To: paul.kocialkowski@...tlin.com
Cc: devicetree@...r.kernel.org, ezequiel@...labora.com,
hansverk@...co.com, heiko@...ech.de,
linux-arm-kernel@...ts.infradead.org, linux-kernel@...r.kernel.org,
linux-media@...r.kernel.org, linux-rockchip@...ts.infradead.org,
mchehab@...nel.org, robh+dt@...nel.org,
thomas.petazzoni@...tlin.com
Subject: Re: [PATCH v3 1/4] dt-bindings: rockchip-rga: Add PX30 compatible
Hi Paul,
>
> Add a new compatible for the PX30 Rockchip SoC, which also features
> a RGA block. It is compatible with the RK3288 RGA block.
>
> Signed-off-by: Paul Kocialkowski <paul.kocialkowski@...tlin.com>
> ---
> Documentation/devicetree/bindings/media/rockchip-rga.yaml | 3 +++
> 1 file changed, 3 insertions(+)
>
> diff --git a/Documentation/devicetree/bindings/media/rockchip-rga.yaml b/Documentation/devicetree/bindings/media/rockchip-rga.yaml
> index dd645ddccb07..740586299da9 100644
> --- a/Documentation/devicetree/bindings/media/rockchip-rga.yaml
> +++ b/Documentation/devicetree/bindings/media/rockchip-rga.yaml
> @@ -23,6 +23,9 @@ properties:
> - items:
> - const: rockchip,rk3228-rga
> - const: rockchip,rk3288-rga
> + - items:
> + - const: rockchip,px30-rga
> + - const: rockchip,rk3288-rga
Use enum.
- items:
- enum:
- rockchip,px30-rga
- rockchip,rk3228-rga
- const: rockchip,rk3288-rga
>
> reg:
> maxItems: 1
> --
> 2.26.0
Powered by blists - more mailing lists