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

Commit 38f645bb authored by Deepak Katragadda's avatar Deepak Katragadda
Browse files

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



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: I0cfe5f1e2d96edfcbb73ba11df29577b499c4413
Signed-off-by: default avatarDeepak Katragadda <dkatraga@codeaurora.org>
parent 4c12913d
Loading
Loading
Loading
Loading
+3 −0
Original line number Original line Diff line number Diff line
@@ -4165,6 +4165,7 @@
};
};


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


@@ -4177,10 +4178,12 @@
};
};


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


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