Skip to content

Commit 933adeb

Browse files
robherringLinus Walleij
authored andcommitted
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>
1 parent 48bd5c3 commit 933adeb

5 files changed

Lines changed: 4 additions & 9 deletions

File tree

Documentation/devicetree/bindings/pinctrl/qcom,qcm2290-pinctrl.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,7 @@ properties:
4242
gpio-ranges:
4343
maxItems: 1
4444

45-
wakeup-parent:
46-
maxItems: 1
45+
wakeup-parent: true
4746

4847
#PIN CONFIGURATION NODES
4948
patternProperties:

Documentation/devicetree/bindings/pinctrl/qcom,sc7280-pinctrl.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,7 @@ properties:
4242
gpio-ranges:
4343
maxItems: 1
4444

45-
wakeup-parent:
46-
maxItems: 1
45+
wakeup-parent: true
4746

4847
#PIN CONFIGURATION NODES
4948
patternProperties:

Documentation/devicetree/bindings/pinctrl/qcom,sm6115-pinctrl.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,7 @@ properties:
4949
gpio-ranges:
5050
maxItems: 1
5151

52-
wakeup-parent:
53-
maxItems: 1
52+
wakeup-parent: true
5453

5554
#PIN CONFIGURATION NODES
5655
patternProperties:

Documentation/devicetree/bindings/pinctrl/qcom,sm8250-pinctrl.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,7 @@ properties:
4949
gpio-ranges:
5050
maxItems: 1
5151

52-
wakeup-parent:
53-
maxItems: 1
52+
wakeup-parent: true
5453

5554
#PIN CONFIGURATION NODES
5655
patternProperties:

Documentation/devicetree/bindings/pinctrl/qcom,tlmm-common.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ properties:
4242
description:
4343
Specifying the interrupt-controller used to wake up the system when the
4444
TLMM block has been powered down.
45-
maxItems: 1
4645

4746
gpio-reserved-ranges:
4847
description:

0 commit comments

Comments
 (0)