diff options
| author | Krzysztof Kozlowski <[email protected]> | 2022-10-16 13:00:20 -0400 |
|---|---|---|
| committer | Krzysztof Kozlowski <[email protected]> | 2022-10-17 13:07:30 -0400 |
| commit | 0ec9c96fdaab2ee920bf58747af78e0f98697bb3 (patch) | |
| tree | de4ce77ca2ca961600e5bf04fe746cfba5df5fa0 | |
| parent | 07741416a0922197899696e1a109f0cc58d4944d (diff) | |
dt-bindings: pinctrl: qcom,msm8909-tlmm: do not require function on non-GPIOs
Certain pins, like SDcard related, do not have functions and such should
not be required.
Reviewed-by: Bjorn Andersson <[email protected]>
Reviewed-by: Stephan Gerhold <[email protected]>
Reviewed-by: Rob Herring <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Krzysztof Kozlowski <[email protected]>
| -rw-r--r-- | Documentation/devicetree/bindings/pinctrl/qcom,msm8909-tlmm.yaml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/pinctrl/qcom,msm8909-tlmm.yaml b/Documentation/devicetree/bindings/pinctrl/qcom,msm8909-tlmm.yaml index b1735918fa90..08e2dd5cbebe 100644 --- a/Documentation/devicetree/bindings/pinctrl/qcom,msm8909-tlmm.yaml +++ b/Documentation/devicetree/bindings/pinctrl/qcom,msm8909-tlmm.yaml @@ -113,7 +113,6 @@ $defs: required: - pins - - function additionalProperties: false |