2021-05-25 10:36:53

by Satya Priya

[permalink] [raw]
Subject: [PATCH V5 11/11] mfd: qcom-spmi-pmic: Add support for four variants

Add support for pm8350c, pmk8350, pm7325 and pmr735a PMICS.

Signed-off-by: satya priya <[email protected]>
---
Changes in V5:
- Newly added in V5 to add documentation support for pmics of this series.

Documentation/devicetree/bindings/mfd/qcom,spmi-pmic.txt | 4 ++++
1 file changed, 4 insertions(+)

diff --git a/Documentation/devicetree/bindings/mfd/qcom,spmi-pmic.txt b/Documentation/devicetree/bindings/mfd/qcom,spmi-pmic.txt
index 79367a4..5ef79bf 100644
--- a/Documentation/devicetree/bindings/mfd/qcom,spmi-pmic.txt
+++ b/Documentation/devicetree/bindings/mfd/qcom,spmi-pmic.txt
@@ -34,6 +34,10 @@ Required properties:
"qcom,pm8998",
"qcom,pmi8998",
"qcom,pm8005",
+ "qcom,pm8350c",
+ "qcom,pmk8350",
+ "qcom,pm7325",
+ "qcom,pmr735a",
or generalized "qcom,spmi-pmic".
- reg: Specifies the SPMI USID slave address for this device.
For more information see:
--
QUALCOMM INDIA, on behalf of Qualcomm Innovation Center, Inc. is a member
of Code Aurora Forum, hosted by The Linux Foundation


2021-05-25 18:03:43

by Bjorn Andersson

[permalink] [raw]
Subject: Re: [PATCH V5 11/11] mfd: qcom-spmi-pmic: Add support for four variants

On Tue 25 May 05:11 CDT 2021, satya priya wrote:

> Add support for pm8350c, pmk8350, pm7325 and pmr735a PMICS.
>

Reviewed-by: Bjorn Andersson <[email protected]>

@Lee, will you take this patch through the mfd tree?

Regards,
Bjorn

> Signed-off-by: satya priya <[email protected]>
> ---
> Changes in V5:
> - Newly added in V5 to add documentation support for pmics of this series.
>
> Documentation/devicetree/bindings/mfd/qcom,spmi-pmic.txt | 4 ++++
> 1 file changed, 4 insertions(+)
>
> diff --git a/Documentation/devicetree/bindings/mfd/qcom,spmi-pmic.txt b/Documentation/devicetree/bindings/mfd/qcom,spmi-pmic.txt
> index 79367a4..5ef79bf 100644
> --- a/Documentation/devicetree/bindings/mfd/qcom,spmi-pmic.txt
> +++ b/Documentation/devicetree/bindings/mfd/qcom,spmi-pmic.txt
> @@ -34,6 +34,10 @@ Required properties:
> "qcom,pm8998",
> "qcom,pmi8998",
> "qcom,pm8005",
> + "qcom,pm8350c",
> + "qcom,pmk8350",
> + "qcom,pm7325",
> + "qcom,pmr735a",
> or generalized "qcom,spmi-pmic".
> - reg: Specifies the SPMI USID slave address for this device.
> For more information see:
> --
> QUALCOMM INDIA, on behalf of Qualcomm Innovation Center, Inc. is a member
> of Code Aurora Forum, hosted by The Linux Foundation
>

2021-05-26 11:26:42

by Lee Jones

[permalink] [raw]
Subject: Re: [PATCH V5 11/11] mfd: qcom-spmi-pmic: Add support for four variants

On Tue, 25 May 2021, Bjorn Andersson wrote:

> On Tue 25 May 05:11 CDT 2021, satya priya wrote:
>
> > Add support for pm8350c, pmk8350, pm7325 and pmr735a PMICS.
> >
>
> Reviewed-by: Bjorn Andersson <[email protected]>
>
> @Lee, will you take this patch through the mfd tree?

I will.

Not sure if Rob would like to review it too - it's pretty simple.

> > Signed-off-by: satya priya <[email protected]>
> > ---
> > Changes in V5:
> > - Newly added in V5 to add documentation support for pmics of this series.
> >
> > Documentation/devicetree/bindings/mfd/qcom,spmi-pmic.txt | 4 ++++
> > 1 file changed, 4 insertions(+)
> >
> > diff --git a/Documentation/devicetree/bindings/mfd/qcom,spmi-pmic.txt b/Documentation/devicetree/bindings/mfd/qcom,spmi-pmic.txt
> > index 79367a4..5ef79bf 100644
> > --- a/Documentation/devicetree/bindings/mfd/qcom,spmi-pmic.txt
> > +++ b/Documentation/devicetree/bindings/mfd/qcom,spmi-pmic.txt
> > @@ -34,6 +34,10 @@ Required properties:
> > "qcom,pm8998",
> > "qcom,pmi8998",
> > "qcom,pm8005",
> > + "qcom,pm8350c",
> > + "qcom,pmk8350",
> > + "qcom,pm7325",
> > + "qcom,pmr735a",
> > or generalized "qcom,spmi-pmic".
> > - reg: Specifies the SPMI USID slave address for this device.
> > For more information see:

--
Lee Jones [李琼斯]
Senior Technical Lead - Developer Services
Linaro.org │ Open source software for Arm SoCs
Follow Linaro: Facebook | Twitter | Blog

2021-06-01 15:27:25

by Lee Jones

[permalink] [raw]
Subject: Re: [PATCH V5 11/11] mfd: qcom-spmi-pmic: Add support for four variants

On Tue, 25 May 2021, satya priya wrote:

> Add support for pm8350c, pmk8350, pm7325 and pmr735a PMICS.
>
> Signed-off-by: satya priya <[email protected]>
> ---
> Changes in V5:
> - Newly added in V5 to add documentation support for pmics of this series.
>
> Documentation/devicetree/bindings/mfd/qcom,spmi-pmic.txt | 4 ++++
> 1 file changed, 4 insertions(+)

Applied, thanks.

--
Lee Jones [李琼斯]
Senior Technical Lead - Developer Services
Linaro.org │ Open source software for Arm SoCs
Follow Linaro: Facebook | Twitter | Blog