Message ID | 20221114-narmstrong-sm8550-upstream-spmi-v1-5-6338a2b4b241@linaro.org |
---|---|
State | New |
Headers | show |
Series | qcom: add support for SPMI PMICs found on SM8550 platforms | expand |
On 16/11/2022 11:11, Neil Armstrong wrote: > Document compatible, pin count & pin names for pmr735d. > Squash with previous. Best regards, Krzysztof
On 16/11/2022 12:17, Krzysztof Kozlowski wrote: > On 16/11/2022 11:11, Neil Armstrong wrote: >> Document compatible, pin count & pin names for pmr735d. >> > > Squash with previous. I'll squash 5 into 4, can I keep your Reviewed-by on 4 ? Thanks, Neil > > Best regards, > Krzysztof >
On 17/11/2022 08:42, Neil Armstrong wrote: > On 16/11/2022 12:17, Krzysztof Kozlowski wrote: >> On 16/11/2022 11:11, Neil Armstrong wrote: >>> Document compatible, pin count & pin names for pmr735d. >>> >> >> Squash with previous. > > I'll squash 5 into 4, can I keep your Reviewed-by on 4 ? Yes. Best regards, Krzysztof
diff --git a/Documentation/devicetree/bindings/pinctrl/qcom,pmic-gpio.yaml b/Documentation/devicetree/bindings/pinctrl/qcom,pmic-gpio.yaml index a32e4b4566bb..db505fdeac86 100644 --- a/Documentation/devicetree/bindings/pinctrl/qcom,pmic-gpio.yaml +++ b/Documentation/devicetree/bindings/pinctrl/qcom,pmic-gpio.yaml @@ -61,6 +61,7 @@ properties: - qcom,pmp8074-gpio - qcom,pmr735a-gpio - qcom,pmr735b-gpio + - qcom,pmr735d-gpio - qcom,pms405-gpio - qcom,pmx55-gpio - qcom,pmx65-gpio @@ -116,6 +117,7 @@ allOf: enum: - qcom,pm8008-gpio - qcom,pmi8950-gpio + - qcom,pmr735d-gpio then: properties: gpio-line-names: @@ -440,6 +442,7 @@ $defs: - gpio1-gpio12 for pmp8074 (holes on gpio1 and gpio12) - gpio1-gpio4 for pmr735a - gpio1-gpio4 for pmr735b + - gpio1-gpio2 for pmr735d - gpio1-gpio12 for pms405 (holes on gpio1, gpio9 and gpio10) - gpio1-gpio11 for pmx55 (holes on gpio3, gpio7, gpio10
Document compatible, pin count & pin names for pmr735d. Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org> --- Documentation/devicetree/bindings/pinctrl/qcom,pmic-gpio.yaml | 3 +++ 1 file changed, 3 insertions(+)