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

dt-bindings: crypto: fsl-imx-sahara: Fix the number of irqs

i.MX27 has only one Sahara interrupt. i.MX53 has two.

Describe this difference.

Signed-off-by: Fabio Estevam <festevam@denx.de>
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>

authored by

Fabio Estevam and committed by
Herbert Xu
200a9879 dcd7a896

+21 -1
+21 -1
Documentation/devicetree/bindings/crypto/fsl-imx-sahara.yaml
··· 19 19 maxItems: 1 20 20 21 21 interrupts: 22 - maxItems: 1 22 + items: 23 + - description: SAHARA Interrupt for Host 0 24 + - description: SAHARA Interrupt for Host 1 25 + minItems: 1 23 26 24 27 clocks: 25 28 items: ··· 40 37 - interrupts 41 38 - clocks 42 39 - clock-names 40 + 41 + allOf: 42 + - if: 43 + properties: 44 + compatible: 45 + contains: 46 + enum: 47 + - fsl,imx53-sahara 48 + then: 49 + properties: 50 + interrupts: 51 + minItems: 2 52 + maxItems: 2 53 + else: 54 + properties: 55 + interrupts: 56 + maxItems: 1 43 57 44 58 additionalProperties: false 45 59