Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

dt-bindings: crypto: starfive: Add jh8100 support

Add compatible string and additional interrupt for StarFive JH8100
crypto engine.

Signed-off-by: Jia Jie Ho <jiajie.ho@starfivetech.com>
Acked-by: Conor Dooley <conor.dooley@microchip.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>

authored by

Jia Jie Ho and committed by
Herbert Xu
2ccf7a5d 43698cd6

+28 -2
+28 -2
Documentation/devicetree/bindings/crypto/starfive,jh7110-crypto.yaml
··· 12 12 13 13 properties: 14 14 compatible: 15 - const: starfive,jh7110-crypto 15 + enum: 16 + - starfive,jh8100-crypto 17 + - starfive,jh7110-crypto 16 18 17 19 reg: 18 20 maxItems: 1 ··· 30 28 - const: ahb 31 29 32 30 interrupts: 33 - maxItems: 1 31 + minItems: 1 32 + items: 33 + - description: SHA2 module irq 34 + - description: SM3 module irq 34 35 35 36 resets: 36 37 maxItems: 1 ··· 58 53 - dma-names 59 54 60 55 additionalProperties: false 56 + 57 + allOf: 58 + - if: 59 + properties: 60 + compatible: 61 + const: starfive,jh7110-crypto 62 + 63 + then: 64 + properties: 65 + interrupts: 66 + maxItems: 1 67 + 68 + - if: 69 + properties: 70 + compatible: 71 + const: starfive,jh8100-crypto 72 + 73 + then: 74 + properties: 75 + interrupts: 76 + minItems: 2 61 77 62 78 examples: 63 79 - |