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

Commit 52e2ee62 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "ARM: dts: msm: Add flag to stop PIL from force shutdown on sdm845"

parents 73ccd721 0738b5d4
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -2969,6 +2969,7 @@
		compatible = "qcom,pil-tz-generic";
		qcom,pas-id = <0xf>;
		qcom,firmware-name = "ipa_fws";
		qcom,pil-force-shutdown;
	};

	qcom,chd_sliver {
+2 −0
Original line number Diff line number Diff line
@@ -4427,6 +4427,8 @@ static int ipa3_pil_load_ipa_fws(void)
	if (IS_ERR_OR_NULL(subsystem_get_retval)) {
		IPAERR("Unable to trigger PIL process for FW loading\n");
		return -EINVAL;
	} else {
		subsystem_put(subsystem_get_retval);
	}

	IPADBG("PIL FW loading process is complete\n");