* [PATCH v2] dt-bindings: iommu: rockchip: Add Rockchip RK3588
@ 2023-12-12 0:57 Andy Yan
2023-12-14 9:50 ` Heiko Stübner
2023-12-15 8:06 ` Joerg Roedel
0 siblings, 2 replies; 3+ messages in thread
From: Andy Yan @ 2023-12-12 0:57 UTC (permalink / raw)
To: iommu
Cc: heiko, conor+dt, joro, krzysztof.kozlowski+dt, robh+dt,
robin.murphy, will, devicetree, linux-arm-kernel, linux-kernel,
linux-rockchip, Andy Yan, Krzysztof Kozlowski
From: Andy Yan <andy.yan@rock-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@rock-chips.com>
Reviewed-by: Heiko Stuebner <heiko@sntech.de>
Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
[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:
--
2.34.1
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH v2] dt-bindings: iommu: rockchip: Add Rockchip RK3588
2023-12-12 0:57 [PATCH v2] dt-bindings: iommu: rockchip: Add Rockchip RK3588 Andy Yan
@ 2023-12-14 9:50 ` Heiko Stübner
2023-12-15 8:06 ` Joerg Roedel
1 sibling, 0 replies; 3+ messages in thread
From: Heiko Stübner @ 2023-12-14 9:50 UTC (permalink / raw)
To: iommu, Andy Yan, joro, jroedel
Cc: conor+dt, krzysztof.kozlowski+dt, robh+dt, robin.murphy, will,
devicetree, linux-arm-kernel, linux-kernel, linux-rockchip,
Andy Yan, Krzysztof Kozlowski
Hi Joerg,
Am Dienstag, 12. Dezember 2023, 01:57:10 CET schrieb Andy Yan:
> From: Andy Yan <andy.yan@rock-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@rock-chips.com>
> Reviewed-by: Heiko Stuebner <heiko@sntech.de>
> Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.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:
>
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH v2] dt-bindings: iommu: rockchip: Add Rockchip RK3588
2023-12-12 0:57 [PATCH v2] dt-bindings: iommu: rockchip: Add Rockchip RK3588 Andy Yan
2023-12-14 9:50 ` Heiko Stübner
@ 2023-12-15 8:06 ` Joerg Roedel
1 sibling, 0 replies; 3+ messages in thread
From: Joerg Roedel @ 2023-12-15 8:06 UTC (permalink / raw)
To: Andy Yan
Cc: iommu, heiko, conor+dt, krzysztof.kozlowski+dt, robh+dt,
robin.murphy, will, devicetree, linux-arm-kernel, linux-kernel,
linux-rockchip, Andy Yan, Krzysztof Kozlowski
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.
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2023-12-15 8:06 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-12-12 0:57 [PATCH v2] dt-bindings: iommu: rockchip: Add Rockchip RK3588 Andy Yan
2023-12-14 9:50 ` Heiko Stübner
2023-12-15 8:06 ` Joerg Roedel
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).