Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1193131
| From | Srinivas Kandagatla <srinivas.kandagatla@linaro.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH v1 2/7] ARM: dts: ifc6410: add real regulators for sdcc nodes. |
| Date | 2015-07-27 16:00 +0200 |
| Message-ID | <pQR6H-3G8-49@gated-at.bofh.it> (permalink) |
| References | <pQQX0-3uw-23@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
This patch adds real regulators for all the three sdcc nodes.
Signed-off-by: Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
---
arch/arm/boot/dts/qcom-apq8064-ifc6410.dts | 15 +++++++++++++++
1 file changed, 15 insertions(+)
diff --git a/arch/arm/boot/dts/qcom-apq8064-ifc6410.dts b/arch/arm/boot/dts/qcom-apq8064-ifc6410.dts
index a7c939b..cdfcf02 100644
--- a/arch/arm/boot/dts/qcom-apq8064-ifc6410.dts
+++ b/arch/arm/boot/dts/qcom-apq8064-ifc6410.dts
@@ -73,6 +73,12 @@
bias-pull-down;
};
+ pm8921_l5: l5 {
+ regulator-min-microvolt = <2750000>;
+ regulator-max-microvolt = <3000000>;
+ bias-pull-down;
+ };
+
pm8921_l6: l6 {
regulator-min-microvolt = <2950000>;
regulator-max-microvolt = <2950000>;
@@ -84,6 +90,10 @@
regulator-max-microvolt = <1900000>;
bias-pull-down;
};
+
+ pm8921_lvs1: lvs1 {
+ bias-pull-down;
+ };
};
};
@@ -175,11 +185,14 @@
/* eMMC */
sdcc1: sdcc@12400000 {
status = "okay";
+ vmmc-supply = <&pm8921_l5>;
+ vqmmc-supply = <&pm8921_s4>;
};
/* External micro SD card */
sdcc3: sdcc@12180000 {
status = "okay";
+ vmmc-supply = <&pm8921_l6>;
pinctrl-names = "default";
pinctrl-0 = <&card_detect>;
cd-gpios = <&tlmm_pinmux 26 GPIO_ACTIVE_LOW>;
@@ -187,6 +200,8 @@
/* WLAN */
sdcc4: sdcc@121c0000 {
status = "okay";
+ vmmc-supply = <&ext_3p3v>;
+ vqmmc-supply = <&pm8921_lvs1>;
};
};
};
--
1.9.1
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH v1 0/7] APQ8064 dt patches. Srinivas Kandagatla <srinivas.kandagatla@linaro.org> - 2015-07-27 15:50 +0200
[PATCH v1 3/7] ARM: dts: qs600: Add real regulators to sdcc Srinivas Kandagatla <srinivas.kandagatla@linaro.org> - 2015-07-27 16:00 +0200
[PATCH v1 6/7] ARM: dts: apq8064: Add DT support for GSBI6 and for UART pin mux Srinivas Kandagatla <srinivas.kandagatla@linaro.org> - 2015-07-27 16:00 +0200
[PATCH v1 1/7] ARM: dts: apq8064: remove temporary fixed regulator for mmc Srinivas Kandagatla <srinivas.kandagatla@linaro.org> - 2015-07-27 16:00 +0200
[PATCH v1 4/7] ARM: dts: apq8064: Add pm8921 mfd and its gpio node Srinivas Kandagatla <srinivas.kandagatla@linaro.org> - 2015-07-27 16:00 +0200
[PATCH v1 7/7] ARM: dts: apq8064: fix missing gsbi cell-index Srinivas Kandagatla <srinivas.kandagatla@linaro.org> - 2015-07-27 16:00 +0200
[PATCH v1 5/7] ARM: dts: apq8064: add pm8921 mpp support Srinivas Kandagatla <srinivas.kandagatla@linaro.org> - 2015-07-27 16:00 +0200
[PATCH v1 2/7] ARM: dts: ifc6410: add real regulators for sdcc nodes. Srinivas Kandagatla <srinivas.kandagatla@linaro.org> - 2015-07-27 16:00 +0200
Re: [PATCH v1 2/7] ARM: dts: ifc6410: add real regulators for sdcc nodes. Srinivas Kandagatla <srinivas.kandagatla@linaro.org> - 2015-07-28 10:10 +0200
csiph-web