dt-bindings: pinctrl: mediatek,pinctrl-mt6795: Fix interrupt count
authorYassine Oudjana <y.oudjana@protonmail.com>
Fri, 28 Oct 2022 15:34:57 +0000 (18:34 +0300)
committerLinus Walleij <linus.walleij@linaro.org>
Wed, 9 Nov 2022 08:27:53 +0000 (09:27 +0100)
The document currently states a maximum of 1 interrupt, but the DT
has 2 specified causing a dtbs_check error. Replace the maximum limit
with a minimum and add per-interrupt descriptions to pass the check.

Fixes: 81557a71564a ("dt-bindings: pinctrl: Add MediaTek MT6795 pinctrl bindings")
Suggested-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
Signed-off-by: Yassine Oudjana <y.oudjana@protonmail.com>
Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/r/20221028153505.23741-6-y.oudjana@protonmail.com
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Documentation/devicetree/bindings/pinctrl/mediatek,pinctrl-mt6795.yaml

index 73ae6e11410b3d40a6d701aed00b520b70502862..a3a3f7fb9605b40f6750a404e6f5b863aa82c1aa 100644 (file)
@@ -47,7 +47,10 @@ properties:
 
   interrupts:
     description: The interrupt outputs to sysirq.
-    maxItems: 1
+    minItems: 1
+    items:
+      - description: EINT interrupt
+      - description: EINT event_b interrupt
 
 # PIN CONFIGURATION NODES
 patternProperties: