ARM: dts: msm: Remove support for gdsc_mmss on MSMCOBALT

The MMSS GDSC should only be disabled during the XO
shutdown path on MSMCOBALT. There is no need to
explicitly support it in linux since it should be
left enabled by RPM.

Change-Id: I0e2cdf1e6026553a53f176dc10810b10b596e67e
CRs-Fixed: 988307
Signed-off-by: Deepak Katragadda <dkatraga@codeaurora.org>
This commit is contained in:
Deepak Katragadda 2016-03-10 10:51:43 -08:00 committed by David Keitel
parent 71a90eb1d6
commit 2cf0c8e08a
2 changed files with 0 additions and 11 deletions

View file

@ -13,13 +13,6 @@
&soc {
/* GCC GDSCs */
gdsc_mmss: qcom,gdsc@109004 {
compatible = "qcom,gdsc";
regulator-name = "gdsc_mmss";
reg = <0x109004 0x4>;
status = "disabled";
};
gdsc_usb30: qcom,gdsc@10f004 {
compatible = "qcom,gdsc";
regulator-name = "gdsc_usb30";

View file

@ -2065,10 +2065,6 @@
};
};
&gdsc_mmss {
status = "ok";
};
&gdsc_usb30 {
clock-names = "core_clk";
clocks = <&clock_gcc clk_gcc_usb30_master_clk>;