From: Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
To: galak@codeaurora.org, linux-arm-msm@vger.kernel.org
Cc: bjorn.andersson@sonymobile.com, 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>,
devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
linux-kernel@vger.kernel.org,
Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
Subject: [PATCH v2 02/12] ARM: dts: apq8064-ifc6410: Add basic regulators
Date: Fri, 10 Apr 2015 13:34:02 +0100 [thread overview]
Message-ID: <1428669242-10864-1-git-send-email-srinivas.kandagatla@linaro.org> (raw)
In-Reply-To: <1428669187-10775-1-git-send-email-srinivas.kandagatla@linaro.org>
This patch adds support to basic regulators wiredup on IFC6410 board.
All these regulators are tested as part of USB, SATA and HDMI.
Signed-off-by: Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
---
arch/arm/boot/dts/qcom-apq8064-ifc6410.dts | 67 ++++++++++++++++++++++++++++++
1 file changed, 67 insertions(+)
diff --git a/arch/arm/boot/dts/qcom-apq8064-ifc6410.dts b/arch/arm/boot/dts/qcom-apq8064-ifc6410.dts
index e641001..ca2d7ba 100644
--- a/arch/arm/boot/dts/qcom-apq8064-ifc6410.dts
+++ b/arch/arm/boot/dts/qcom-apq8064-ifc6410.dts
@@ -23,6 +23,73 @@
};
};
+ rpm@108000 {
+ regulators {
+ vin_lvs1_3_6-supply = <&pm8921_s4>;
+ vin_lvs2-supply = <&pm8921_s1>;
+ vin_lvs4_5_7-supply = <&pm8921_s4>;
+
+ vdd_l1_l2_l12_l18-supply = <&pm8921_s4>;
+ vdd_l24-supply = <&pm8921_s1>;
+ vdd_l25-supply = <&pm8921_s1>;
+ vdd_l26-supply = <&pm8921_s7>;
+ vdd_l27-supply = <&pm8921_s7>;
+ vdd_l28-supply = <&pm8921_s7>;
+
+
+ /* Buck SMPS */
+ pm8921_s1: s1 {
+ regulator-always-on;
+ regulator-min-microvolt = <1225000>;
+ regulator-max-microvolt = <1225000>;
+ qcom,switch-mode-frequency = <3200000>;
+ bias-pull-down;
+ };
+
+ pm8921_s3: s3 {
+ regulator-min-microvolt = <1000000>;
+ regulator-max-microvolt = <1400000>;
+ qcom,switch-mode-frequency = <4800000>;
+ };
+
+ pm8921_s4: s4 {
+ regulator-min-microvolt = <1800000>;
+ regulator-max-microvolt = <1800000>;
+ qcom,switch-mode-frequency = <3200000>;
+ };
+
+ pm8921_s7: s7 {
+ regulator-min-microvolt = <1300000>;
+ regulator-max-microvolt = <1300000>;
+ qcom,switch-mode-frequency = <3200000>;
+ };
+
+ pm8921_l3: l3 {
+ regulator-min-microvolt = <3050000>;
+ regulator-max-microvolt = <3300000>;
+ bias-pull-down;
+ };
+
+ pm8921_l4: l4 {
+ regulator-min-microvolt = <1000000>;
+ regulator-max-microvolt = <1800000>;
+ bias-pull-down;
+ };
+
+ pm8921_l6: l6 {
+ regulator-min-microvolt = <2950000>;
+ regulator-max-microvolt = <2950000>;
+ bias-pull-down;
+ };
+
+ pm8921_l23: l23 {
+ regulator-min-microvolt = <1700000>;
+ regulator-max-microvolt = <1900000>;
+ bias-pull-down;
+ };
+ };
+ };
+
gsbi@12440000 {
status = "okay";
qcom,mode = <GSBI_PROT_I2C>;
--
1.9.1
next prev parent reply other threads:[~2015-04-10 12:34 UTC|newest]
Thread overview: 51+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-04-09 8:21 [PATCH 00/10] ARM: dts: apq8064 dt patches Srinivas Kandagatla
2015-04-09 8:22 ` [PATCH 02/10] ARM: dts: apq8064: Add usb host support Srinivas Kandagatla
2015-04-09 8:23 ` [PATCH 03/10] ARM: dts: apq8064: Add USB OTG support Srinivas Kandagatla
2015-04-09 8:23 ` [PATCH 04/10] ARM: dts: apq8064: Add SATA controller support Srinivas Kandagatla
2015-04-09 8:23 ` [PATCH 06/10] ARM: dts: apq8064: Add usb host support to CM QS-600 Srinivas Kandagatla
2015-04-09 8:23 ` [PATCH 07/10] ARM: dts: apq8064: Add USB OTG support for " Srinivas Kandagatla
2015-04-09 8:23 ` [PATCH 08/10] ARM: dts: qcom: Add DT alias for serial port Srinivas Kandagatla
2015-04-09 20:25 ` Bjorn Andersson
[not found] ` <1428567674-10672-1-git-send-email-srinivas.kandagatla-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>
2015-04-09 8:22 ` [PATCH 01/10] ARM: dts: apq8064: add RPM regulators support Srinivas Kandagatla
2015-04-09 20:16 ` Bjorn Andersson
2015-04-09 21:18 ` Srinivas Kandagatla
2015-04-09 8:23 ` [PATCH 05/10] ARM: dts: apq8064: Add MDP support Srinivas Kandagatla
2015-04-09 8:23 ` [PATCH 09/10] ARM: dts: Move i2c1 pinctrl to apq8064.dtsi Srinivas Kandagatla
2015-04-10 12:33 ` [PATCH v2 00/12] ARM: dts: apq8064 dt patches Srinivas Kandagatla
2015-04-10 12:33 ` [PATCH v2 01/12] ARM: dts: apq8064: add RPM regulators support Srinivas Kandagatla
2015-04-10 12:34 ` Srinivas Kandagatla [this message]
2015-04-10 12:34 ` [PATCH v2 03/12] ARM: dts: apq8064: Add usb host support Srinivas Kandagatla
2015-04-10 12:34 ` [PATCH v2 04/12] ARM: dts: apq8064: Add USB OTG support Srinivas Kandagatla
2015-04-10 12:34 ` [PATCH v2 05/12] ARM: dts: apq8064: Add SATA controller support Srinivas Kandagatla
2015-04-10 17:24 ` Stephen Boyd
[not found] ` <5528076B.1010808-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org>
2015-04-10 18:33 ` Srinivas Kandagatla
2015-04-10 12:34 ` [PATCH v2 06/12] ARM: dts: apq8064: Add MDP support Srinivas Kandagatla
[not found] ` <1428669271-11032-1-git-send-email-srinivas.kandagatla-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>
2015-04-10 17:04 ` Stephen Boyd
2015-04-10 19:39 ` Srinivas Kandagatla
2015-04-10 20:21 ` Stephen Boyd
[not found] ` <552830C9.4030601-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org>
2015-04-10 20:30 ` Srinivas Kandagatla
2015-04-10 21:01 ` Rob Clark
2015-04-10 12:34 ` [PATCH v2 07/12] ARM: dts: apq8064-cm-qs600: Add basic regulators Srinivas Kandagatla
[not found] ` <1428669187-10775-1-git-send-email-srinivas.kandagatla-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>
2015-04-10 12:34 ` [PATCH v2 08/12] ARM: dts: apq8064: Add usb host support to CM QS-600 Srinivas Kandagatla
2015-04-10 12:34 ` [PATCH v2 09/12] ARM: dts: apq8064: Add USB OTG support for " Srinivas Kandagatla
2015-04-10 17:26 ` Stephen Boyd
2015-04-10 18:32 ` Srinivas Kandagatla
2015-04-10 12:35 ` [PATCH v2 10/12] ARM: dts: apq8064-ifc6410: Add DT alias for serial port Srinivas Kandagatla
2015-04-10 12:35 ` [PATCH v2 11/12] ARM: dts: apq8064: Move i2c1 pinctrl to apq8064.dtsi Srinivas Kandagatla
2015-04-10 12:35 ` [PATCH v2 12/12] ARM: dts: apq8064: add i2c3 node for panel Srinivas Kandagatla
2015-04-10 20:41 ` [PATCH v3 00/11] ARM: dts: apq8064 dt patches Srinivas Kandagatla
2015-04-10 20:43 ` [PATCH v3 02/11] ARM: dts: apq8064-ifc6410: Add basic regulators Srinivas Kandagatla
2015-04-10 20:43 ` [PATCH v3 03/11] ARM: dts: apq8064: Add usb host support Srinivas Kandagatla
2015-04-10 20:43 ` [PATCH v3 04/11] ARM: dts: apq8064: Add USB OTG support Srinivas Kandagatla
2015-04-10 20:43 ` [PATCH v3 05/11] ARM: dts: apq8064: Add SATA controller support Srinivas Kandagatla
[not found] ` <1428698491-11881-1-git-send-email-srinivas.kandagatla-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>
2015-04-10 20:42 ` [PATCH v3 01/11] ARM: dts: apq8064: add RPM regulators support Srinivas Kandagatla
2015-04-10 21:04 ` Bjorn Andersson
2015-04-10 20:44 ` [PATCH v3 06/11] ARM: dts: apq8064-cm-qs600: Add basic regulators Srinivas Kandagatla
2015-04-10 20:44 ` [PATCH v3 11/11] ARM: dts: apq8064: add i2c3 node for panel Srinivas Kandagatla
2015-04-10 20:44 ` [PATCH v3 07/11] ARM: dts: apq8064: Add usb host support to CM QS-600 Srinivas Kandagatla
2015-04-10 20:44 ` [PATCH v3 08/11] ARM: dts: apq8064: Add USB OTG support for " Srinivas Kandagatla
2015-04-10 20:44 ` [PATCH v3 09/11] ARM: dts: apq8064-ifc6410: Add DT alias for serial port Srinivas Kandagatla
2015-04-10 21:07 ` Bjorn Andersson
2015-04-10 20:44 ` [PATCH v3 10/11] ARM: dts: apq8064: Move i2c1 pinctrl to apq8064.dtsi Srinivas Kandagatla
2015-04-09 8:23 ` [PATCH 10/10] ARM: dts: apq8064 add i2c3 node for panel Srinivas Kandagatla
2015-04-27 21:18 ` [PATCH 00/10] ARM: dts: apq8064 dt patches Kumar Gala
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=1428669242-10864-1-git-send-email-srinivas.kandagatla@linaro.org \
--to=srinivas.kandagatla@linaro.org \
--cc=bjorn.andersson@sonymobile.com \
--cc=devicetree@vger.kernel.org \
--cc=galak@codeaurora.org \
--cc=ijc+devicetree@hellion.org.uk \
--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).