Message ID | 20250523131814.1047662-4-john.ernberg@actia.se |
---|---|
State | New |
Headers | show |
Series | crypto: caam - iMX8QXP support (and related fixes) | expand |
diff --git a/Documentation/devicetree/bindings/crypto/fsl,sec-v4.0.yaml b/Documentation/devicetree/bindings/crypto/fsl,sec-v4.0.yaml index 75afa441e019..47bbf87a5a5a 100644 --- a/Documentation/devicetree/bindings/crypto/fsl,sec-v4.0.yaml +++ b/Documentation/devicetree/bindings/crypto/fsl,sec-v4.0.yaml @@ -77,6 +77,9 @@ properties: interrupts: maxItems: 1 + power-domains: + maxItems: 1 + fsl,sec-era: description: Defines the 'ERA' of the SEC device. $ref: /schemas/types.yaml#/definitions/uint32 @@ -116,6 +119,9 @@ patternProperties: interrupts: maxItems: 1 + power-domains: + maxItems: 1 + fsl,liodn: description: Specifies the LIODN to be used in conjunction with the ppid-to-liodn
NXP SoCs like the iMX8QM, iMX8QXP or iMX8DXP use power domains for resource management. Signed-off-by: John Ernberg <john.ernberg@actia.se> --- Documentation/devicetree/bindings/crypto/fsl,sec-v4.0.yaml | 6 ++++++ 1 file changed, 6 insertions(+)