From: Andy Yan <[email protected]>
Add a Rockchip RK3588 compatible
I split it from the vop2 patch series as suggested by Heiko[0]
Signed-off-by: Andy Yan <[email protected]>
Reviewed-by: Heiko Stuebner <[email protected]>
Acked-by: Krzysztof Kozlowski <[email protected]>
[0]https://patchwork.kernel.org/project/dri-devel/patch/[email protected]/
---
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:
--
2.34.1
Hi Joerg,
Am Dienstag, 12. Dezember 2023, 01:57:10 CET schrieb Andy Yan:
> From: Andy Yan <[email protected]>
>
> Add a Rockchip RK3588 compatible
>
> I split it from the vop2 patch series as suggested by Heiko[0]
>
> Signed-off-by: Andy Yan <[email protected]>
> Reviewed-by: Heiko Stuebner <[email protected]>
> Acked-by: Krzysztof Kozlowski <[email protected]>
could you possibly pick this patch for the iommu tree?
Thanks a lot
Heiko
> [0]https://patchwork.kernel.org/project/dri-devel/patch/[email protected]/
>
> ---
>
> 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:
>
On Tue, Dec 12, 2023 at 08:57:10AM +0800, Andy Yan wrote:
> 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(-)
Applied, thanks.