[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <14263703.RDIVbhacDa@diego>
Date: Thu, 14 Dec 2023 10:50:26 +0100
From: Heiko Stübner <heiko@...ech.de>
To: iommu@...ts.linux.dev, Andy Yan <andyshrk@....com>,
joro@...tes.org, jroedel@...e.de
Cc: conor+dt@...nel.org, krzysztof.kozlowski+dt@...aro.org,
robh+dt@...nel.org, robin.murphy@....com, will@...nel.org,
devicetree@...r.kernel.org, linux-arm-kernel@...ts.infradead.org,
linux-kernel@...r.kernel.org, linux-rockchip@...ts.infradead.org,
Andy Yan <andy.yan@...k-chips.com>,
Krzysztof Kozlowski <krzysztof.kozlowski@...aro.org>
Subject: Re: [PATCH v2] dt-bindings: iommu: rockchip: Add Rockchip RK3588
Hi Joerg,
Am Dienstag, 12. Dezember 2023, 01:57:10 CET schrieb Andy Yan:
> From: Andy Yan <andy.yan@...k-chips.com>
>
> Add a Rockchip RK3588 compatible
>
> I split it from the vop2 patch series as suggested by Heiko[0]
>
> Signed-off-by: Andy Yan <andy.yan@...k-chips.com>
> Reviewed-by: Heiko Stuebner <heiko@...ech.de>
> Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@...aro.org>
could you possibly pick this patch for the iommu tree?
Thanks a lot
Heiko
> [0]https://patchwork.kernel.org/project/dri-devel/patch/20231207080235.652719-1-andyshrk@163.com/
>
> ---
>
> Changes in v2:
> - Add maintainers for the iommu subsystem to cc list
>
> .../devicetree/bindings/iommu/rockchip,iommu.yaml | 11 ++++++++---
> 1 file changed, 8 insertions(+), 3 deletions(-)
>
> diff --git a/Documentation/devicetree/bindings/iommu/rockchip,iommu.yaml b/Documentation/devicetree/bindings/iommu/rockchip,iommu.yaml
> index ba9124f721f1..621dde0e45d8 100644
> --- a/Documentation/devicetree/bindings/iommu/rockchip,iommu.yaml
> +++ b/Documentation/devicetree/bindings/iommu/rockchip,iommu.yaml
> @@ -19,9 +19,14 @@ description: |+
>
> properties:
> compatible:
> - enum:
> - - rockchip,iommu
> - - rockchip,rk3568-iommu
> + oneOf:
> + - enum:
> + - rockchip,iommu
> + - rockchip,rk3568-iommu
> + - items:
> + - enum:
> + - rockchip,rk3588-iommu
> + - const: rockchip,rk3568-iommu
>
> reg:
> items:
>
Powered by blists - more mailing lists