Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1193122
| From | Srinivas Kandagatla <srinivas.kandagatla@linaro.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH v1 1/7] ARM: dts: apq8064: remove temporary fixed regulator for mmc |
| Date | 2015-07-27 16:00 +0200 |
| Message-ID | <pQR6G-3G8-27@gated-at.bofh.it> (permalink) |
| References | <pQQX0-3uw-23@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
This patch removes temporary fixed regluator use for mmc.
Board files should use the regulators which are wiredup appropriately.
Signed-off-by: Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
---
arch/arm/boot/dts/qcom-apq8064.dtsi | 12 ------------
1 file changed, 12 deletions(-)
diff --git a/arch/arm/boot/dts/qcom-apq8064.dtsi b/arch/arm/boot/dts/qcom-apq8064.dtsi
index df2061e..1e1706e 100644
--- a/arch/arm/boot/dts/qcom-apq8064.dtsi
+++ b/arch/arm/boot/dts/qcom-apq8064.dtsi
@@ -448,14 +448,6 @@
};
/* Temporary fixed regulator */
- vsdcc_fixed: vsdcc-regulator {
- compatible = "regulator-fixed";
- regulator-name = "SDCC Power";
- regulator-min-microvolt = <2700000>;
- regulator-max-microvolt = <2700000>;
- regulator-always-on;
- };
-
sdcc1bam:dma@12402000{
compatible = "qcom,bam-v1.3.0";
reg = <0x12402000 0x8000>;
@@ -505,7 +497,6 @@
non-removable;
cap-sd-highspeed;
cap-mmc-highspeed;
- vmmc-supply = <&vsdcc_fixed>;
dmas = <&sdcc1bam 2>, <&sdcc1bam 1>;
dma-names = "tx", "rx";
};
@@ -524,7 +515,6 @@
cap-mmc-highspeed;
max-frequency = <192000000>;
no-1-8-v;
- vmmc-supply = <&vsdcc_fixed>;
dmas = <&sdcc3bam 2>, <&sdcc3bam 1>;
dma-names = "tx", "rx";
};
@@ -542,8 +532,6 @@
cap-sd-highspeed;
cap-mmc-highspeed;
max-frequency = <48000000>;
- vmmc-supply = <&vsdcc_fixed>;
- vqmmc-supply = <&vsdcc_fixed>;
dmas = <&sdcc4bam 2>, <&sdcc4bam 1>;
dma-names = "tx", "rx";
pinctrl-names = "default";
--
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