From: Bjorn Andersson <bjorn.andersson@sonymobile.com>
To: Stephen Boyd <sboyd@codeaurora.org>
Cc: Ian Campbell <ijc+devicetree@hellion.org.uk>,
Kumar Gala <galak@codeaurora.org>,
Lee Jones <lee.jones@linaro.org>,
Liam Girdwood <lgirdwood@gmail.com>,
Mark Brown <broonie@kernel.org>,
Mark Rutland <mark.rutland@arm.com>,
Pawel Moll <pawel.moll@arm.com>, Rob Herring <robh+dt@kernel.org>,
Andy Gross <agross@codeaurora.org>,
Chanwoo Choi <cw00.choi@samsung.com>,
Krzysztof Kozlowski <k.kozlowski@samsung.com>,
Srinivas Kandagatla <srinivas.kandagatla@linaro.org>,
"devicetree@vger.kernel.org" <devicetree@vger.kernel.org>,
"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
"linux-arm-msm@vger.kernel.org" <linux-arm-msm@vger.kernel.org>
Subject: Re: [PATCH 1/4] mfd: devicetree: bindings: Add Qualcomm RPM regulator subnodes
Date: Tue, 3 Mar 2015 14:17:43 -0800 [thread overview]
Message-ID: <20150303221743.GJ26334@sonymobile.com> (raw)
In-Reply-To: <54F62F79.6070204@codeaurora.org>
On Tue 03 Mar 14:02 PST 2015, Stephen Boyd wrote:
> On 03/03/15 13:54, Bjorn Andersson wrote:
> > On Tue 03 Mar 10:53 PST 2015, Stephen Boyd wrote:
> >
> >> On 03/02/15 20:25, Bjorn Andersson wrote:
> > [..]
> >>> +
> >>> +- vin_l1_l2_l12_l18-supply:
> >>> +- vin_l24-supply:
> >>> +- vin_l25-supply:
> >>> +- vin_l27-supply:
> >>> +- vin_l28-supply:
> >>> +- vin_lvs_1_3_6-supply:
> >>> +- vin_lvs2-supply:
> >>> +- vin_lvs_4_5_7-supply:
> >>> +- vin_ncp-supply:
> >> Can you also include vin_s1,vin_s2, etc. for the rest of the supplies I
> >> left out? It looks like you've covered all the inputs for the other pmics.
> >>
> > Sorry, I had problems finding the information in the rather sparse
> > documentation I have for the 8921, so I just assumed that I could steal
> > your list.
> >
> > I finally managed to find the pinout diagram, so the correct list for
> > pm8921 seems to be:
> >
> > - vdd_l1_2_12_18-supply
> > - vdd_l3_15_17-supply
> > - vdd_l5_8_16-supply
>
> vin_l4-supply?
>
Ahh, right, I missed the vdd_l4_l14 pad.
> > - vdd_l6_7-supply
> > - vdd_l9_11-supply
> > - vdd_l10_22-supply
> > - vdd_l21_23_29-supply
>
> Also these seem to be vin_l21_l23_l29 where "l" precedes all numbers
> (for all the LDOs).
>
The other pmics name their inputs like that; should we just pick that
naming scheme for all these supplies and be happy?
> > - vdd_l24-supply
> > - vdd_l25-supply
> > - vdd_l26-supply
> > - vdd_l27-supply
> > - vdd_l28-supply
> > - vdd_ncp-supply
> > - vdd_s1-supply
> > - vdd_s2-supply
> > - vdd_s4-supply
> > - vdd_s5-supply
> > - vdd_s6-supply
> > - vdd_s7-supply
> > - vdd_s8-supply
> > - vin_lvs1_3_6-supply
> > - vin_lvs2-supply
> > - vin_lvs4_5_7-supply
> >
> > I will send out an updated patch with these.
>
> s/vdd/vin/ seems to match my datasheet.
>
For all of these? Same with the other pmics?
These are the documented pad names that I have, nice to see that they
are named differently in different documents.
Regards,
Bjorn
next prev parent reply other threads:[~2015-03-03 22:17 UTC|newest]
Thread overview: 42+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-03-03 4:25 [PATCH 0/4] Refactor Qualcomm RPM regulator to single platform_device Bjorn Andersson
2015-03-03 4:25 ` Bjorn Andersson
2015-03-03 4:25 ` [PATCH 1/4] mfd: devicetree: bindings: Add Qualcomm RPM regulator subnodes Bjorn Andersson
2015-03-03 4:25 ` Bjorn Andersson
[not found] ` <1425356740-26285-2-git-send-email-bjorn.andersson-/MT0OVThwyLZJqsBc5GL+g@public.gmane.org>
2015-03-03 12:47 ` Mark Brown
2015-03-03 12:47 ` Mark Brown
[not found] ` <20150303124700.GN21293-GFdadSzt00ze9xe1eoZjHA@public.gmane.org>
2015-03-03 16:02 ` Bjorn Andersson
2015-03-03 16:02 ` Bjorn Andersson
2015-03-05 0:33 ` Mark Brown
2015-03-03 18:53 ` Stephen Boyd
2015-03-03 21:54 ` Bjorn Andersson
2015-03-03 22:02 ` Stephen Boyd
2015-03-03 22:17 ` Bjorn Andersson [this message]
2015-03-03 23:25 ` Stephen Boyd
2015-03-03 4:25 ` [PATCH 2/4] regulator: core: Expose init_data to of_parse_cb Bjorn Andersson
2015-03-03 4:25 ` Bjorn Andersson
2015-03-03 12:50 ` Mark Brown
[not found] ` <20150303125033.GO21293-GFdadSzt00ze9xe1eoZjHA@public.gmane.org>
2015-03-03 16:15 ` Bjorn Andersson
2015-03-03 16:15 ` Bjorn Andersson
[not found] ` <20150303161541.GE26334-/MT0OVThwyLZJqsBc5GL+g@public.gmane.org>
2015-03-05 0:42 ` Mark Brown
2015-03-05 0:42 ` Mark Brown
2015-03-03 4:25 ` [PATCH 3/4] regulator: qcom: Refactor of-parsing code Bjorn Andersson
2015-03-03 4:25 ` Bjorn Andersson
2015-03-03 14:13 ` Mark Brown
2015-03-03 16:26 ` Bjorn Andersson
2015-03-03 18:56 ` Stephen Boyd
2015-03-03 22:07 ` Bjorn Andersson
2015-03-03 4:25 ` [PATCH 4/4] regulator: qcom: Rework to single platform device Bjorn Andersson
2015-03-03 4:25 ` Bjorn Andersson
2015-03-03 22:09 ` Stephen Boyd
2015-03-03 22:32 ` Bjorn Andersson
2015-03-03 23:52 ` Mark Brown
[not found] ` <20150303235209.GG21293-GFdadSzt00ze9xe1eoZjHA@public.gmane.org>
2015-03-04 0:01 ` Stephen Boyd
2015-03-04 0:01 ` Stephen Boyd
2015-03-04 0:09 ` Mark Brown
2015-03-04 19:35 ` Stephen Boyd
2015-03-04 23:51 ` Bjorn Andersson
2015-03-05 0:56 ` Mark Brown
[not found] ` <54F75E8F.2070900-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org>
2015-03-05 0:30 ` Mark Brown
2015-03-05 0:30 ` Mark Brown
2015-03-05 1:46 ` Stephen Boyd
2015-03-05 10:38 ` Mark Brown
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=20150303221743.GJ26334@sonymobile.com \
--to=bjorn.andersson@sonymobile.com \
--cc=agross@codeaurora.org \
--cc=broonie@kernel.org \
--cc=cw00.choi@samsung.com \
--cc=devicetree@vger.kernel.org \
--cc=galak@codeaurora.org \
--cc=ijc+devicetree@hellion.org.uk \
--cc=k.kozlowski@samsung.com \
--cc=lee.jones@linaro.org \
--cc=lgirdwood@gmail.com \
--cc=linux-arm-msm@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=mark.rutland@arm.com \
--cc=pawel.moll@arm.com \
--cc=robh+dt@kernel.org \
--cc=sboyd@codeaurora.org \
--cc=srinivas.kandagatla@linaro.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.