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

Commit bc751e1d authored by Deepak Katragadda's avatar Deepak Katragadda
Browse files

ARM: dts: msm: Add the no-status-check-on-disable flag to GDSCs



Add the qcom,no-status-check-on-disable flag to the mmagic and
GPU_CX gdscs since they are controlled by voting registers and
might not turn off when disabled by HLOS.

Change-Id: I114429e8118c67fe446f3d370f04d16407e07f1d
Signed-off-by: default avatarDeepak Katragadda <dkatraga@codeaurora.org>
parent 7d54fbdb
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -23,6 +23,7 @@
		compatible = "qcom,gdsc";
		regulator-name = "gdsc_mmagic_video";
		reg = <0x8c119c 0x4>;
		qcom,no-status-check-on-disable;
		status = "disabled";
	};

@@ -30,6 +31,7 @@
		compatible = "qcom,gdsc";
		regulator-name = "gdsc_mmagic_mdss";
		reg = <0x8c247c 0x4>;
		qcom,no-status-check-on-disable;
		status = "disabled";
	};

@@ -37,6 +39,7 @@
		compatible = "qcom,gdsc";
		regulator-name = "gdsc_mmagic_camss";
		reg = <0x8c3c4c 0x4>;
		qcom,no-status-check-on-disable;
		status = "disabled";
	};

@@ -149,6 +152,7 @@
		compatible = "qcom,gdsc";
		regulator-name = "gdsc_gpu";
		reg = <0x8c4034 0x4>;
		qcom,no-status-check-on-disable;
		status = "disabled";
	};