Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 23e885f1 authored by Deepak Katragadda's avatar Deepak Katragadda
Browse files

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: default avatarDeepak Katragadda <dkatraga@codeaurora.org>
parent ee833ce5
Loading
Loading
Loading
Loading
+0 −7
Original line number Diff line number Diff line
@@ -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";
+0 −4
Original line number Diff line number Diff line
@@ -1820,10 +1820,6 @@
	};
};

&gdsc_mmss {
	status = "ok";
};

&gdsc_usb30 {
	clock-names = "core_clk";
	clocks = <&clock_gcc clk_gcc_usb30_master_clk>;