Skip to content

Commit 5c70697

Browse files
committed
dt-bindings: pinctrl: qcom,sdx55: correct GPIO name pattern
The SDX55 TLMM pin controller has GPIOs 0-107, so narrow the pattern. Acked-by: Rob Herring <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Krzysztof Kozlowski <[email protected]>
1 parent 913137a commit 5c70697

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ $defs:
5555
List of gpio pins affected by the properties specified in this subnode.
5656
items:
5757
oneOf:
58-
- pattern: "^gpio([0-9]|[1-9][0-9]|1[0-1][0-6])$"
58+
- pattern: "^gpio([0-9]|[1-9][0-9]|10[0-7])$"
5959
- enum: [ sdc1_clk, sdc1_cmd, sdc1_data, sdc2_clk, sdc2_cmd, sdc2_data ]
6060
minItems: 1
6161
maxItems: 36

0 commit comments

Comments
 (0)