From: Krzysztof Kozlowski Date: Fri, 8 Dec 2023 21:55:26 +0000 (+0100) Subject: dt-bindings: pinctrl: qcom,qdu1000-tlmm: restrict number of interrupts X-Git-Tag: v6.8-rc1~65^2~12 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=98b94e055fcce71a4ccfc856e55d928218d9f612;p=thirdparty%2Fkernel%2Flinux.git dt-bindings: pinctrl: qcom,qdu1000-tlmm: restrict number of interrupts QDU1000 TLMM pin controller comes with only one interrupt, so narrow the number of interrupts previously defined in common TLMM bindings. Signed-off-by: Krzysztof Kozlowski Reviewed-by: Rob Herring Link: https://lore.kernel.org/r/20231208215534.195854-2-krzysztof.kozlowski@linaro.org Signed-off-by: Linus Walleij --- diff --git a/Documentation/devicetree/bindings/pinctrl/qcom,qdu1000-tlmm.yaml b/Documentation/devicetree/bindings/pinctrl/qcom,qdu1000-tlmm.yaml index 237cac4f6ce1d..47363c23f4ea6 100644 --- a/Documentation/devicetree/bindings/pinctrl/qcom,qdu1000-tlmm.yaml +++ b/Documentation/devicetree/bindings/pinctrl/qcom,qdu1000-tlmm.yaml @@ -23,7 +23,9 @@ properties: reg: maxItems: 1 - interrupts: true + interrupts: + maxItems: 1 + interrupt-controller: true "#interrupt-cells": true gpio-controller: true