diff options
author | Rob Herring <robh@kernel.org> | 2022-05-18 20:12:09 -0500 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2022-05-19 15:30:58 +0200 |
commit | 933adebbbd2f3160451b55f915133cd4d1c4d8fd (patch) | |
tree | 57bb050b1adf1dc475da73620b1b312565b8bce1 /Documentation/devicetree/bindings/pinctrl/qcom,sm6115-pinctrl.yaml | |
parent | 48bd5c381c4a750bf486360536f4274c10b9ca35 (diff) |
dt-bindings: pinctrl: qcom: Drop 'maxItems' on 'wakeup-parent'
'wakeup-parent' is a single phandle and not an array, so 'maxItems' is
wrong. Drop it.
Signed-off-by: Rob Herring <robh@kernel.org>
Link: https://lore.kernel.org/r/20220519011210.170022-1-robh@kernel.org
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'Documentation/devicetree/bindings/pinctrl/qcom,sm6115-pinctrl.yaml')
-rw-r--r-- | Documentation/devicetree/bindings/pinctrl/qcom,sm6115-pinctrl.yaml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Documentation/devicetree/bindings/pinctrl/qcom,sm6115-pinctrl.yaml b/Documentation/devicetree/bindings/pinctrl/qcom,sm6115-pinctrl.yaml index cfcde405d30a..a7a2bb8bff46 100644 --- a/Documentation/devicetree/bindings/pinctrl/qcom,sm6115-pinctrl.yaml +++ b/Documentation/devicetree/bindings/pinctrl/qcom,sm6115-pinctrl.yaml @@ -49,8 +49,7 @@ properties: gpio-ranges: maxItems: 1 - wakeup-parent: - maxItems: 1 + wakeup-parent: true #PIN CONFIGURATION NODES patternProperties: |