2024-01-16 09:18:25

by Jia Jie Ho

[permalink] [raw]
Subject: [PATCH v2 1/5] dt-bindings: crypto: starfive: Add jh8100 compatible string

Add compatible string for StarFive JH8100 crypto hardware.

Signed-off-by: Jia Jie Ho <[email protected]>
Acked-by: Conor Dooley <[email protected]>
---
.../devicetree/bindings/crypto/starfive,jh7110-crypto.yaml | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/crypto/starfive,jh7110-crypto.yaml b/Documentation/devicetree/bindings/crypto/starfive,jh7110-crypto.yaml
index 71a2876bd6e4..3b14320a107f 100644
--- a/Documentation/devicetree/bindings/crypto/starfive,jh7110-crypto.yaml
+++ b/Documentation/devicetree/bindings/crypto/starfive,jh7110-crypto.yaml
@@ -12,7 +12,11 @@ maintainers:

properties:
compatible:
- const: starfive,jh7110-crypto
+ oneOf:
+ - items:
+ - const: starfive,jh8100-crypto
+ - const: starfive,jh7110-crypto
+ - const: starfive,jh7110-crypto

reg:
maxItems: 1
--
2.34.1