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:
parent
71a90eb1d6
commit
2cf0c8e08a
2 changed files with 0 additions and 11 deletions
|
@ -13,13 +13,6 @@
|
||||||
|
|
||||||
&soc {
|
&soc {
|
||||||
/* GCC GDSCs */
|
/* GCC GDSCs */
|
||||||
gdsc_mmss: qcom,gdsc@109004 {
|
|
||||||
compatible = "qcom,gdsc";
|
|
||||||
regulator-name = "gdsc_mmss";
|
|
||||||
reg = <0x109004 0x4>;
|
|
||||||
status = "disabled";
|
|
||||||
};
|
|
||||||
|
|
||||||
gdsc_usb30: qcom,gdsc@10f004 {
|
gdsc_usb30: qcom,gdsc@10f004 {
|
||||||
compatible = "qcom,gdsc";
|
compatible = "qcom,gdsc";
|
||||||
regulator-name = "gdsc_usb30";
|
regulator-name = "gdsc_usb30";
|
||||||
|
|
|
@ -2065,10 +2065,6 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
&gdsc_mmss {
|
|
||||||
status = "ok";
|
|
||||||
};
|
|
||||||
|
|
||||||
&gdsc_usb30 {
|
&gdsc_usb30 {
|
||||||
clock-names = "core_clk";
|
clock-names = "core_clk";
|
||||||
clocks = <&clock_gcc clk_gcc_usb30_master_clk>;
|
clocks = <&clock_gcc clk_gcc_usb30_master_clk>;
|
||||||
|
|
Loading…
Add table
Reference in a new issue