Skip to content

Commit 7923490

Browse files
committed
dt-bindings: pinctrl: qcom,msm8226: correct GPIO name pattern
The MSM8226 TLMM pin controller has GPIOs 0-116, so correct the pattern to bring back missing 107-109. Acked-by: Rob Herring <[email protected]> Reviewed-by: Luca Weiss <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Krzysztof Kozlowski <[email protected]>
1 parent 91d04c7 commit 7923490

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ $defs:
5656
subnode.
5757
items:
5858
oneOf:
59-
- pattern: "^gpio([0-9]|[1-9][0-9]|1[0-1][0-6])$"
59+
- pattern: "^gpio([0-9]|[1-9][0-9]|10[0-9]|11[0-6])$"
6060
- enum: [ sdc1_clk, sdc1_cmd, sdc1_data, sdc2_clk, sdc2_cmd, sdc2_data ]
6161
minItems: 1
6262
maxItems: 36

0 commit comments

Comments
 (0)