Message ID | 1647410837-22537-6-git-send-email-quic_rohiagar@quicinc.com (mailing list archive) |
---|---|
State | Not Applicable |
Headers | show |
Series | Add Power Domains and Regulators in SDX65 | expand |
On 16/03/2022 07:07, Rohit Agarwal wrote: > Add support for the PMX65 GPIO support to the Qualcomm PMIC GPIO > binding. > > Signed-off-by: Rohit Agarwal <quic_rohiagar@quicinc.com> > --- > Documentation/devicetree/bindings/pinctrl/qcom,pmic-gpio.yaml | 2 ++ > 1 file changed, 2 insertions(+) > Acked-by: Krzysztof Kozlowski <krzk@kernel.org> Best regards, Krzysztof
On Wed, Mar 16, 2022 at 7:07 AM Rohit Agarwal <quic_rohiagar@quicinc.com> wrote: > Add support for the PMX65 GPIO support to the Qualcomm PMIC GPIO > binding. > > Signed-off-by: Rohit Agarwal <quic_rohiagar@quicinc.com> After the merge window can you resend this binding and the pinctrl patch separately so I can merge them to the pinctrl tree? Yours, Linus Walleij
On 3/25/2022 4:10 AM, Linus Walleij wrote: > On Wed, Mar 16, 2022 at 7:07 AM Rohit Agarwal <quic_rohiagar@quicinc.com> wrote: > >> Add support for the PMX65 GPIO support to the Qualcomm PMIC GPIO >> binding. >> >> Signed-off-by: Rohit Agarwal <quic_rohiagar@quicinc.com> > After the merge window can you resend this binding and the pinctrl > patch separately so I can merge them to the pinctrl tree? Sure, Will do. Thanks. > > Yours, > Linus Walleij
diff --git a/Documentation/devicetree/bindings/pinctrl/qcom,pmic-gpio.yaml b/Documentation/devicetree/bindings/pinctrl/qcom,pmic-gpio.yaml index 9400b66..15df3fc 100644 --- a/Documentation/devicetree/bindings/pinctrl/qcom,pmic-gpio.yaml +++ b/Documentation/devicetree/bindings/pinctrl/qcom,pmic-gpio.yaml @@ -52,6 +52,7 @@ properties: - qcom,pmr735b-gpio - qcom,pms405-gpio - qcom,pmx55-gpio + - qcom,pmx65-gpio - enum: - qcom,spmi-gpio @@ -139,6 +140,7 @@ $defs: and gpio10) - gpio1-gpio11 for pmx55 (holes on gpio3, gpio7, gpio10 and gpio11) + - gpio1-gpio16 for pmx65 items: pattern: "^gpio([0-9]+)$"
Add support for the PMX65 GPIO support to the Qualcomm PMIC GPIO binding. Signed-off-by: Rohit Agarwal <quic_rohiagar@quicinc.com> --- Documentation/devicetree/bindings/pinctrl/qcom,pmic-gpio.yaml | 2 ++ 1 file changed, 2 insertions(+)