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

Commit 4328a43c authored by Odelu Kukatla's avatar Odelu Kukatla
Browse files

ARM: dts: msm: Add the hw-trigger flag to the IPE and BPS GDSCs on SDM670



Add the qcom,support-hw-trigger flag to the ipe_0_gdsc,
ipe_1_gdsc and bps_gdsc GDSC nodes in order to allow
enabling/disabling HW control for them.

Change-Id: I322b761cf64f868854cd63048a8f14cfd122c114
Signed-off-by: default avatarOdelu Kukatla <okukatla@codeaurora.org>
parent 1d4cc365
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -2770,6 +2770,7 @@
};

&bps_gdsc {
	qcom,support-hw-trigger;
	status = "ok";
};

@@ -2782,10 +2783,12 @@
};

&ipe_0_gdsc {
	qcom,support-hw-trigger;
	status = "ok";
};

&ipe_1_gdsc {
	qcom,support-hw-trigger;
	status = "ok";
};