From: Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
To: Bjorn Andersson <bjorn.andersson@sonymobile.com>
Cc: Kumar Gala <galak@codeaurora.org>,
"devicetree@vger.kernel.org" <devicetree@vger.kernel.org>,
"broonie@kernel.org" <broonie@kernel.org>,
"lee.jones@linaro.org" <lee.jones@linaro.org>,
Rob Herring <robh+dt@kernel.org>, Pawel Moll <pawel.moll@arm.com>,
Mark Rutland <mark.rutland@arm.com>,
Ian Campbell <ijc+devicetree@hellion.org.uk>,
Russell King <linux@arm.linux.org.uk>,
"linux-arm-kernel@lists.infradead.org"
<linux-arm-kernel@lists.infradead.org>,
"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
"arm@kernel.org" <arm@kernel.org>,
"linux-arm-msm@vger.kernel.org" <linux-arm-msm@vger.kernel.org>
Subject: Re: [PATCH v2 1/4] ARM: dts: apq8064: add RPM regulators support
Date: Tue, 30 Sep 2014 16:48:56 +0100 [thread overview]
Message-ID: <542AD0E8.5030605@linaro.org> (raw)
In-Reply-To: <20140930151437.GM28481@sonymobile.com>
On 30/09/14 16:14, Bjorn Andersson wrote:
> On Tue 30 Sep 07:09 PDT 2014, Srinivas Kandagatla wrote:
>
>> This patch adds rpm node to apq8064 dt as rpm would be used by other
>> devices for regulator support. Also adds all the regulators in the rpm.
>>
>
> Some comments on the compatibles, based on rpm-regulator-8960 msm-3.4.
>
Thanks for the review. I kind of grabbed a table from datasheet,
obviously my interpretation of some of them are wrong. I should have
looked at rpm-regulator-8960.c.
I will fix them in next version.
> After giving this some more thought I think it would be good to defer the
> voltage definition to the dts files, at least for the ldos (as these are being
> re-purposed).
>
I agree with you.
> That way the dts implementor will be the one frying their components and not us
> because some default value kicking in because someone miss-spelled or forgot to
> override a certain voltage.
>
Yes.. I had the same feeling when I started adding this.. But I wanted
to send it for review and see.
>> Signed-off-by: Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
>> ---
>> arch/arm/boot/dts/qcom-apq8064.dtsi | 297 ++++++++++++++++++++++++++++++++++++
>> 1 file changed, 297 insertions(+)
>>
>> diff --git a/arch/arm/boot/dts/qcom-apq8064.dtsi b/arch/arm/boot/dts/qcom-apq8064.dtsi
>
> [..]
>
>> + pm8921_s5: pm8921-s5 {
>> + compatible = "qcom,rpm-pm8921-smps";
>
> qcom,rpm-pm8921-ftsmps
>
>> + reg = <QCOM_RPM_PM8921_SMPS5>;
>> + regulator-min-microvolt = < 850000>;
>> + regulator-max-microvolt = <1300000>;
>> + };
>> +
>> + pm8921_s6: pm8921-s6 {
>> + compatible = "qcom,rpm-pm8921-smps";
>
> qcom,rpm-pm8921-ftsmps
>
>> + reg = <QCOM_RPM_PM8921_SMPS6>;
>> + regulator-min-microvolt = < 850000>;
>> + regulator-max-microvolt = <1300000>;
>> + };
>> +
>> + pm8921_s7: pm8921-s7 {
>> + compatible = "qcom,rpm-pm8921-smps";
>> + reg = <QCOM_RPM_PM8921_SMPS7>;
>> + regulator-min-microvolt = < 500000>;
>> + regulator-max-microvolt = <1350000>;
>> + };
>> +
>> + pm8921_s8: pm8921-s8 {
>> + compatible = "qcom,rpm-pm8921-smps";
>> + reg = <QCOM_RPM_PM8921_SMPS8>;
>> + regulator-min-microvolt = <1500000>;
>> + regulator-max-microvolt = <2350000>;
>> + };
>> +
>> + /* PMOS LDO */
>> + pm8921_l1: pm8921-l1 {
>> + compatible = "qcom,rpm-pm8921-pldo";
>
> qcom,rpm-pm8921-nldo
>
>> + reg = <QCOM_RPM_PM8921_LDO1>;
>> + regulator-min-microvolt = <1000000>;
>> + regulator-max-microvolt = <1450000>;
>> + };
>> +
>> + pm8921_l2: pm8921-l2 {
>> + compatible = "qcom,rpm-pm8921-pldo";
>
> qcom,rpm-pm8921-nldo
>
>> + reg = <QCOM_RPM_PM8921_LDO2>;
>> + regulator-min-microvolt = <1200000>;
>> + regulator-max-microvolt = <1200000>;
>> + };
>> +
>
> [..]
>
>> +
>> + pm8921_l24: pm8921-l24 {
>> + compatible = "qcom,rpm-pm8921-pldo";
>
> qcom,rpm-pm8921-nldo1200
>
>> + reg = <QCOM_RPM_PM8921_LDO24>;
>> + regulator-min-microvolt = <0750000>;
>> + regulator-max-microvolt = <1250000>;
>> + };
>> +
>> + pm8921_l25: pm8921-l25 {
>> + compatible = "qcom,rpm-pm8921-pldo";
>
> qcom,rpm-pm8921-nldo1200
>
>> + reg = <QCOM_RPM_PM8921_LDO25>;
>> + regulator-min-microvolt = <0750000>;
>> + regulator-max-microvolt = <1250000>;
>> + };
>> +
>> + pm8921_l26: pm8921-l26 {
>> + compatible = "qcom,rpm-pm8921-pldo";
>
> qcom,rpm-pm8921-nldo1200
>
>> + reg = <QCOM_RPM_PM8921_LDO26>;
>> + regulator-min-microvolt = <0750000>;
>> + regulator-max-microvolt = <1250000>;
>> + };
>> +
>> + pm8921_l27: pm8921-l27 {
>> + compatible = "qcom,rpm-pm8921-pldo";
>
> qcom,rpm-pm8921-nldo1200
>
>> + reg = <QCOM_RPM_PM8921_LDO27>;
>> + regulator-min-microvolt = <0750000>;
>> + regulator-max-microvolt = <1250000>;
>> + };
>> +
>> + pm8921_l28: pm8921-l28 {
>> + compatible = "qcom,rpm-pm8921-pldo";
>
> qcom,rpm-pm8921-nldo1200
>
>> + reg = <QCOM_RPM_PM8921_LDO28>;
>> + regulator-min-microvolt = <0750000>;
>> + regulator-max-microvolt = <1500000>;
>> + };
>> +
>
> [..]
>
>> +
>
> pm8921_usb_switch: pm8921-usb-switch {
> compatible = "qcom,rpm-pm8921-switch";
> reg = <QCOM_RPM_USB_OTG_SWITCH>;
> };
>
> pm8921_hdmi_switch: pm8921-hdmi-switch {
> compatible = "qcom,rpm-pm8921-switch";
> reg = <QCOM_RPM_HDMI_SWITCH>;
> };
>
> pm8921_ncp: pm8921-ncp {
> compatible = "qcom,rpm-pm8921-ncp";
> reg = <QCOM_RPM_PM8921_NCP>;
> };
>> + };
>> +
>> /* Temporary fixed regulator */
>> vsdcc_fixed: vsdcc-regulator {
>> compatible = "regulator-fixed";
>> --
>> 1.9.1
>>
next prev parent reply other threads:[~2014-09-30 15:48 UTC|newest]
Thread overview: 34+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-09-29 9:14 [PATCH 0/4] ARM: DT: apq8064 DT patches Srinivas Kandagatla
2014-09-29 9:14 ` [PATCH 1/4] ARM: DT: apq8064: add rpm support Srinivas Kandagatla
2014-09-29 22:17 ` Stephen Boyd
2014-09-30 5:02 ` Bjorn Andersson
2014-09-30 18:27 ` Stephen Boyd
2014-09-30 19:00 ` Bjorn Andersson
2014-09-30 19:13 ` Stephen Boyd
2014-09-30 19:56 ` Bjorn Andersson
2014-09-30 7:44 ` Srinivas Kandagatla
[not found] ` <1411982092-7922-1-git-send-email-srinivas.kandagatla-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>
2014-09-30 5:11 ` Bjorn Andersson
[not found] ` <20140930051138.GH28481-/MT0OVThwyLZJqsBc5GL+g@public.gmane.org>
2014-09-30 7:49 ` Srinivas Kandagatla
2014-09-29 9:15 ` [PATCH 2/4] ARM: DT: apq8064: Add usb host support Srinivas Kandagatla
[not found] ` <1411982100-7964-1-git-send-email-srinivas.kandagatla-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>
2014-09-30 5:17 ` Bjorn Andersson
2014-09-30 8:16 ` Srinivas Kandagatla
2014-09-29 9:15 ` [PATCH 3/4] ARM: DT: apq8064: Add USB OTG support Srinivas Kandagatla
2014-09-29 10:26 ` Kiran Padwal
2014-09-29 10:53 ` Mark Rutland
2014-09-29 11:27 ` Srinivas Kandagatla
2014-09-29 9:15 ` [PATCH 4/4] ARM: DT: apq8064: Add SATA controller support Srinivas Kandagatla
2014-09-29 22:20 ` Stephen Boyd
[not found] ` <5429DB3D.5080701-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org>
2014-09-30 8:18 ` Srinivas Kandagatla
2014-09-30 14:09 ` [PATCH v2 0/4] ARM: dts: apq8064 DT patches Srinivas Kandagatla
2014-09-30 14:09 ` [PATCH v2 1/4] ARM: dts: apq8064: add RPM regulators support Srinivas Kandagatla
2014-09-30 15:14 ` Bjorn Andersson
2014-09-30 15:48 ` Srinivas Kandagatla [this message]
2014-09-30 14:09 ` [PATCH v2 2/4] ARM: dts: apq8064: Add usb host support Srinivas Kandagatla
2014-09-30 14:10 ` [PATCH v2 3/4] ARM: dts: apq8064: Add USB OTG support Srinivas Kandagatla
2014-09-30 14:10 ` [PATCH v2 4/4] ARM: dts: apq8064: Add SATA controller support Srinivas Kandagatla
2014-09-30 18:45 ` [PATCH v2 0/4] ARM: dts: apq8064 DT patches Kevin Hilman
2014-10-01 9:05 ` [PATCH v3 " Srinivas Kandagatla
2014-10-01 9:06 ` [PATCH v3 2/4] ARM: dts: apq8064: Add usb host support Srinivas Kandagatla
2014-10-01 9:06 ` [PATCH v3 3/4] ARM: dts: apq8064: Add USB OTG support Srinivas Kandagatla
[not found] ` <1412154355-2639-1-git-send-email-srinivas.kandagatla-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>
2014-10-01 9:06 ` [PATCH v3 1/4] ARM: dts: apq8064: add RPM regulators support Srinivas Kandagatla
2014-10-01 9:06 ` [PATCH v3 4/4] ARM: dts: apq8064: Add SATA controller support Srinivas Kandagatla
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=542AD0E8.5030605@linaro.org \
--to=srinivas.kandagatla@linaro.org \
--cc=arm@kernel.org \
--cc=bjorn.andersson@sonymobile.com \
--cc=broonie@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=galak@codeaurora.org \
--cc=ijc+devicetree@hellion.org.uk \
--cc=lee.jones@linaro.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-arm-msm@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux@arm.linux.org.uk \
--cc=mark.rutland@arm.com \
--cc=pawel.moll@arm.com \
--cc=robh+dt@kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).