Skip to content

Commit d3431ec

Browse files
committed
dt-bindings: pinctrl: qcom,sm6350-tlmm: add gpio-line-names
Allow gpio-line-names property (quite commonly used) and constrain gpio-reserved-ranges. Reviewed-by: Rob Herring <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Krzysztof Kozlowski <[email protected]>
1 parent a880faf commit d3431ec

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

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

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,14 @@ properties:
2626
interrupt-controller: true
2727
"#interrupt-cells": true
2828
gpio-controller: true
29-
gpio-reserved-ranges: true
29+
30+
gpio-reserved-ranges:
31+
minItems: 1
32+
maxItems: 78
33+
34+
gpio-line-names:
35+
maxItems: 156
36+
3037
"#gpio-cells": true
3138
gpio-ranges: true
3239
wakeup-parent: true

0 commit comments

Comments
 (0)