[PATCH] dt-bindings: crypto: amd,ccp-seattle-v1a: Allow 'iommus' property

Rob Herring (Arm) posted 1 patch 3 months, 2 weeks ago
.../devicetree/bindings/crypto/amd,ccp-seattle-v1a.yaml        | 3 +++
1 file changed, 3 insertions(+)
[PATCH] dt-bindings: crypto: amd,ccp-seattle-v1a: Allow 'iommus' property
Posted by Rob Herring (Arm) 3 months, 2 weeks ago
The AMD Seattle CCP is behind an IOMMU and has 4 entries, so add
the 'iommus' property.

Signed-off-by: Rob Herring (Arm) <robh@kernel.org>
---
 .../devicetree/bindings/crypto/amd,ccp-seattle-v1a.yaml        | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/Documentation/devicetree/bindings/crypto/amd,ccp-seattle-v1a.yaml b/Documentation/devicetree/bindings/crypto/amd,ccp-seattle-v1a.yaml
index 32bf3a1c3b42..5fb708471059 100644
--- a/Documentation/devicetree/bindings/crypto/amd,ccp-seattle-v1a.yaml
+++ b/Documentation/devicetree/bindings/crypto/amd,ccp-seattle-v1a.yaml
@@ -21,6 +21,9 @@ properties:
 
   dma-coherent: true
 
+  iommus:
+    maxItems: 4
+
 required:
   - compatible
   - reg
-- 
2.51.0
Re: [PATCH] dt-bindings: crypto: amd,ccp-seattle-v1a: Allow 'iommus' property
Posted by Herbert Xu 3 months, 1 week ago
On Wed, Oct 22, 2025 at 06:04:03PM -0500, Rob Herring (Arm) wrote:
> The AMD Seattle CCP is behind an IOMMU and has 4 entries, so add
> the 'iommus' property.
> 
> Signed-off-by: Rob Herring (Arm) <robh@kernel.org>
> ---
>  .../devicetree/bindings/crypto/amd,ccp-seattle-v1a.yaml        | 3 +++
>  1 file changed, 3 insertions(+)

Patch applied.  Thanks.
-- 
Email: Herbert Xu <herbert@gondor.apana.org.au>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt
Re: [PATCH] dt-bindings: crypto: amd,ccp-seattle-v1a: Allow 'iommus' property
Posted by Krzysztof Kozlowski 3 months, 1 week ago
On Wed, Oct 22, 2025 at 06:04:03PM -0500, Rob Herring (Arm) wrote:
> The AMD Seattle CCP is behind an IOMMU and has 4 entries, so add
> the 'iommus' property.
> 
> Signed-off-by: Rob Herring (Arm) <robh@kernel.org>
> ---
>  .../devicetree/bindings/crypto/amd,ccp-seattle-v1a.yaml        | 3 +++
>  1 file changed, 3 insertions(+)

Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>

Best regards,
Krzysztof