Message ID | 1621937466-1502-12-git-send-email-skakit@codeaurora.org (mailing list archive) |
---|---|
State | Not Applicable, archived |
Headers | show |
Series | Add PMIC DT files for sc7280 | expand |
On Tue 25 May 05:11 CDT 2021, satya priya wrote: > Add support for pm8350c, pmk8350, pm7325 and pmr735a PMICS. > Reviewed-by: Bjorn Andersson <bjorn.andersson@linaro.org> @Lee, will you take this patch through the mfd tree? Regards, Bjorn > Signed-off-by: satya priya <skakit@codeaurora.org> > --- > 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 >
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 <bjorn.andersson@linaro.org> > > @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 <skakit@codeaurora.org> > > --- > > 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:
On Tue, 25 May 2021, satya priya wrote: > Add support for pm8350c, pmk8350, pm7325 and pmr735a PMICS. > > Signed-off-by: satya priya <skakit@codeaurora.org> > --- > 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.
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:
Add support for pm8350c, pmk8350, pm7325 and pmr735a PMICS. Signed-off-by: satya priya <skakit@codeaurora.org> --- 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(+)