diff options
author | Luca Weiss <luca.weiss@fairphone.com> | 2023-09-19 15:45:59 +0300 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2023-09-27 11:57:23 +0300 |
commit | 07113fea91dc50ff6f6d06893d972109d6416cd8 (patch) | |
tree | 6c5a85317ad1cc3f7d66b0da5f6d44d8287d5c59 | |
parent | b50df2f58aa363945deb9bf395764c7c0f659492 (diff) | |
download | linux-07113fea91dc50ff6f6d06893d972109d6416cd8.tar.xz |
dt-bindings: pinctrl: qcom,sc7280: Allow gpio-reserved-ranges
Allow the gpio-reserved-ranges property on SC7280 TLMM.
Acked-by: Linus Walleij <linus.walleij@linaro.org>
Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: Luca Weiss <luca.weiss@fairphone.com>
Link: https://lore.kernel.org/r/20230919-fp5-initial-v2-5-14bb7cedadf5@fairphone.com
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
-rw-r--r-- | Documentation/devicetree/bindings/pinctrl/qcom,sc7280-pinctrl.yaml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/pinctrl/qcom,sc7280-pinctrl.yaml b/Documentation/devicetree/bindings/pinctrl/qcom,sc7280-pinctrl.yaml index 368d44ff5468..c8735ab97e40 100644 --- a/Documentation/devicetree/bindings/pinctrl/qcom,sc7280-pinctrl.yaml +++ b/Documentation/devicetree/bindings/pinctrl/qcom,sc7280-pinctrl.yaml @@ -41,6 +41,10 @@ properties: gpio-ranges: maxItems: 1 + gpio-reserved-ranges: + minItems: 1 + maxItems: 88 + gpio-line-names: maxItems: 175 |