ARM: dts: apq8064: remove temporary fixed regulator for mmc
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> Signed-off-by: Andy Gross <agross@codeaurora.org>
This commit is contained in:
parent
504155caff
commit
c37e995807
1 changed files with 0 additions and 12 deletions
|
@ -523,14 +523,6 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
/* Temporary fixed regulator */
|
/* 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{
|
sdcc1bam:dma@12402000{
|
||||||
compatible = "qcom,bam-v1.3.0";
|
compatible = "qcom,bam-v1.3.0";
|
||||||
reg = <0x12402000 0x8000>;
|
reg = <0x12402000 0x8000>;
|
||||||
|
@ -580,7 +572,6 @@
|
||||||
non-removable;
|
non-removable;
|
||||||
cap-sd-highspeed;
|
cap-sd-highspeed;
|
||||||
cap-mmc-highspeed;
|
cap-mmc-highspeed;
|
||||||
vmmc-supply = <&vsdcc_fixed>;
|
|
||||||
dmas = <&sdcc1bam 2>, <&sdcc1bam 1>;
|
dmas = <&sdcc1bam 2>, <&sdcc1bam 1>;
|
||||||
dma-names = "tx", "rx";
|
dma-names = "tx", "rx";
|
||||||
};
|
};
|
||||||
|
@ -599,7 +590,6 @@
|
||||||
cap-mmc-highspeed;
|
cap-mmc-highspeed;
|
||||||
max-frequency = <192000000>;
|
max-frequency = <192000000>;
|
||||||
no-1-8-v;
|
no-1-8-v;
|
||||||
vmmc-supply = <&vsdcc_fixed>;
|
|
||||||
dmas = <&sdcc3bam 2>, <&sdcc3bam 1>;
|
dmas = <&sdcc3bam 2>, <&sdcc3bam 1>;
|
||||||
dma-names = "tx", "rx";
|
dma-names = "tx", "rx";
|
||||||
};
|
};
|
||||||
|
@ -617,8 +607,6 @@
|
||||||
cap-sd-highspeed;
|
cap-sd-highspeed;
|
||||||
cap-mmc-highspeed;
|
cap-mmc-highspeed;
|
||||||
max-frequency = <48000000>;
|
max-frequency = <48000000>;
|
||||||
vmmc-supply = <&vsdcc_fixed>;
|
|
||||||
vqmmc-supply = <&vsdcc_fixed>;
|
|
||||||
dmas = <&sdcc4bam 2>, <&sdcc4bam 1>;
|
dmas = <&sdcc4bam 2>, <&sdcc4bam 1>;
|
||||||
dma-names = "tx", "rx";
|
dma-names = "tx", "rx";
|
||||||
pinctrl-names = "default";
|
pinctrl-names = "default";
|
||||||
|
|
Loading…
Add table
Reference in a new issue