diff options
author | Vinod Koul <vkoul@kernel.org> | 2022-04-14 12:12:35 +0530 |
---|---|---|
committer | Vinod Koul <vkoul@kernel.org> | 2022-04-20 18:11:20 +0530 |
commit | 7495a5bbf89f68c8880757c112fd0994f5dba309 (patch) | |
tree | 4e072ac1d5ad3017f75c8f2708d1b8263c485438 | |
parent | 1cd8e751d96c43ece3f6842ac2244a37d9332c3a (diff) | |
download | linux-rpi-7495a5bbf89f68c8880757c112fd0994f5dba309.tar.gz linux-rpi-7495a5bbf89f68c8880757c112fd0994f5dba309.tar.bz2 linux-rpi-7495a5bbf89f68c8880757c112fd0994f5dba309.zip |
dt-bindings: dmaengine: qcom: gpi: Add minItems for interrupts
Add the minItems for interrupts property as well. In the absence of
this, we get warning if interrupts are less than 13
arch/arm64/boot/dts/qcom/qrb5165-rb5.dtb:
dma-controller@800000: interrupts: [[0, 588, 4], [0, 589, 4], [0, 590,
4], [0, 591, 4], [0, 592, 4], [0, 593, 4], [0, 594, 4], [0, 595, 4], [0,
596, 4], [0, 597, 4]] is too short
Signed-off-by: Vinod Koul <vkoul@kernel.org>
Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/r/20220414064235.1182195-1-vkoul@kernel.org
Signed-off-by: Vinod Koul <vkoul@kernel.org>
-rw-r--r-- | Documentation/devicetree/bindings/dma/qcom,gpi.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/dma/qcom,gpi.yaml b/Documentation/devicetree/bindings/dma/qcom,gpi.yaml index e614fe3187bb..d09d79d7406a 100644 --- a/Documentation/devicetree/bindings/dma/qcom,gpi.yaml +++ b/Documentation/devicetree/bindings/dma/qcom,gpi.yaml @@ -29,6 +29,7 @@ properties: interrupts: description: Interrupt lines for each GPI instance + minItems: 1 maxItems: 13 "#dma-cells": |