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

Commit 4b471a80 authored by Jagadeesh Kona's avatar Jagadeesh Kona
Browse files

ARM: dts: msm: Update the flags for GCC PCIE GDSC's

Update the timeout and add flag to skip status check
on disable for PCIE GDSC's.

Change-Id: I560d9ba9986bb90ba07bf600464b44e4a580d0bd
parent 5797e93a
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -4,6 +4,8 @@
		compatible = "qcom,gdsc";
		reg = <0x16b004 0x4>;
		regulator-name = "gcc_pcie_0_gdsc";
		qcom,gds-timeout = <500>;
		qcom,no-status-check-on-disable;
		status = "disabled";
	};

@@ -11,6 +13,8 @@
		compatible = "qcom,gdsc";
		reg = <0x18d004 0x4>;
		regulator-name = "gcc_pcie_1_gdsc";
		qcom,gds-timeout = <500>;
		qcom,no-status-check-on-disable;
		status = "disabled";
	};