mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-25 21:24:08 +08:00
dt-bindings: pinctrl: qcom,sm8350-pinctrl: do not require function on non-GPIOs
Certain pins, like SDcard related, do not have functions and such should not be required: sdc1-clk-pins: 'function' is a required property Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Reviewed-by: Bjorn Andersson <andersson@kernel.org> Link: https://lore.kernel.org/r/20220912061746.6311-19-krzysztof.kozlowski@linaro.org Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
This commit is contained in:
parent
2d4e77a71f
commit
34b88934e6
@ -54,7 +54,6 @@ $defs:
|
|||||||
description:
|
description:
|
||||||
Pinctrl node's client devices use subnodes for desired pin configuration.
|
Pinctrl node's client devices use subnodes for desired pin configuration.
|
||||||
Client device subnodes use below standard properties.
|
Client device subnodes use below standard properties.
|
||||||
$ref: "qcom,tlmm-common.yaml#/$defs/qcom-tlmm-state"
|
|
||||||
|
|
||||||
properties:
|
properties:
|
||||||
pins:
|
pins:
|
||||||
@ -108,7 +107,16 @@ $defs:
|
|||||||
|
|
||||||
required:
|
required:
|
||||||
- pins
|
- pins
|
||||||
- function
|
|
||||||
|
allOf:
|
||||||
|
- $ref: "qcom,tlmm-common.yaml#/$defs/qcom-tlmm-state"
|
||||||
|
- if:
|
||||||
|
properties:
|
||||||
|
pins:
|
||||||
|
pattern: "^gpio([0-9]|[1-9][0-9]|1[0-9][0-9]|20[0-3])$"
|
||||||
|
then:
|
||||||
|
required:
|
||||||
|
- function
|
||||||
|
|
||||||
additionalProperties: false
|
additionalProperties: false
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user