From: srinivas.kandagatla@linaro.org (Srinivas Kandagatla)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 1/4] ARM: DT: apq8064: add rpm support
Date: Tue, 30 Sep 2014 08:49:31 +0100 [thread overview]
Message-ID: <542A608B.5010408@linaro.org> (raw)
In-Reply-To: <20140930051138.GH28481@sonymobile.com>
On 30/09/14 06:11, Bjorn Andersson wrote:
>>
>> + apcs: syscon at 2011000 {
>> + compatible = "syscon";
>> + reg = <0x2011000 0x1000>;
>> + };
>> +
>> + rpm at 108000 {
>> + compatible = "qcom,rpm-apq8064";
>> + reg = <0x108000 0x1000>;
>> + qcom,ipc = <&apcs 0x8 2>;
>
> I don't like your indentation, but please stick with one way of doing it :)
>
I agree, Will fix this in next version.
>> +
>> + interrupts = <0 19 0>, <0 21 0>, <0 22 0>;
>> + interrupt-names = "ack", "err", "wakeup";
>> +
>> + #address-cells = <1>;
>> + #size-cells = <0>;
>> +
>
> This part looks good.
>
> But how about adding all the regulators here as well?
Yes we can add for the sake of completeness but w.r.t testing only some
of them will be tested
> Like:
>
> pm8921_l5: pm8921-l5 {
> compatible = "qcom,rpm-pm8921-pldo";
> reg = <QCOM_RPM_PM8921_LDO5>;
> };
>
Adding nodes like this should be trival.
> ...
>
> That way we can update the references from this file (while still allowing the
> dts to override it if needed). I'm not sure if we should add some sane defaults
> or just completely deferr specifying the voltage ranges to the dts. The benefit
> of the latter is that the regulators not configured by the dts author will not
> be accessible.
>
> But simply listing all the nodes here would be nice and I dont see much reason
> to postpone this work.
Ok.. will be done in next version.
--srini
>
>> + };
>> +
>> /* Temporary fixed regulator */
>> vsdcc_fixed: vsdcc-regulator {
>> compatible = "regulator-fixed";
>
> Regards,
> Bjorn
>
next prev parent reply other threads:[~2014-09-30 7:49 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
2014-09-30 5:11 ` Bjorn Andersson
2014-09-30 7:49 ` Srinivas Kandagatla [this message]
2014-09-29 9:15 ` [PATCH 2/4] ARM: DT: apq8064: Add usb host support Srinivas Kandagatla
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
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
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 1/4] ARM: dts: apq8064: add RPM regulators support 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
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=542A608B.5010408@linaro.org \
--to=srinivas.kandagatla@linaro.org \
--cc=linux-arm-kernel@lists.infradead.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).