Commit 75ec058d authored by Rohit Agarwal's avatar Rohit Agarwal Committed by Linus Walleij

dt-bindings: pinctrl: qcom-pmic-gpio: Add pmx75 support

Add support for the pmx75 GPIO support to the Qualcomm PMIC GPIO
binding.
Signed-off-by: default avatarRohit Agarwal <quic_rohiagar@quicinc.com>
Reviewed-by: default avatarKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/r/1688707209-30151-3-git-send-email-quic_rohiagar@quicinc.comSigned-off-by: default avatarLinus Walleij <linus.walleij@linaro.org>
parent 4bbee99d
...@@ -69,6 +69,7 @@ properties: ...@@ -69,6 +69,7 @@ properties:
- qcom,pms405-gpio - qcom,pms405-gpio
- qcom,pmx55-gpio - qcom,pmx55-gpio
- qcom,pmx65-gpio - qcom,pmx65-gpio
- qcom,pmx75-gpio
- enum: - enum:
- qcom,spmi-gpio - qcom,spmi-gpio
...@@ -303,6 +304,7 @@ allOf: ...@@ -303,6 +304,7 @@ allOf:
contains: contains:
enum: enum:
- qcom,pmx65-gpio - qcom,pmx65-gpio
- qcom,pmx75-gpio
then: then:
properties: properties:
gpio-line-names: gpio-line-names:
...@@ -459,6 +461,7 @@ $defs: ...@@ -459,6 +461,7 @@ $defs:
- gpio1-gpio11 for pmx55 (holes on gpio3, gpio7, gpio10 - gpio1-gpio11 for pmx55 (holes on gpio3, gpio7, gpio10
and gpio11) and gpio11)
- gpio1-gpio16 for pmx65 - gpio1-gpio16 for pmx65
- gpio1-gpio16 for pmx75
items: items:
pattern: "^gpio([0-9]+)$" pattern: "^gpio([0-9]+)$"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment