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

Commit 342f6eb0 authored by Vivek Aknurwar's avatar Vivek Aknurwar Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: Remove vdd_cx parent supply node from usb node

Remove vdd_cx parent supply from usb primary and secondary node.
Removing these allows USB CXPC during host/device mode suspend while
USB GDSCs are kept on.

Change-Id: Iaefe50829e0dd5ce2eba777e56863988cf61b922
parent 841db05c
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -2507,7 +2507,6 @@
		reg = <0x10f004 0x4>;
		regulator-name = "gcc_usb30_prim_gdsc";
		qcom,gds-timeout = <500>;
		parent-supply = <&VDD_CX_LEVEL>;
		qcom,retain-regs;
	};

@@ -2516,7 +2515,6 @@
		reg = <0x110004 0x4>;
		regulator-name = "gcc_usb30_sec_gdsc";
		qcom,gds-timeout = <500>;
		parent-supply = <&VDD_CX_LEVEL>;
		qcom,retain-regs;
	};