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

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

Merge "soc: qcom: Add checks to ensure minidump enabled or not"

parents 5e05e9b0 f014e7bc
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -801,6 +801,11 @@ int pil_mss_debug_reset(struct pil_desc *pil)

	if (!pil->minidump)
		return 0;
	if (pil->minidump) {
		if (pil->minidump->md_ss_enable_status != MD_SS_ENABLED)
			return 0;
	}

	/*
	 * Bring subsystem out of reset and enable required
	 * regulators and clocks.