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

Commit 490ee01d authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "msm: cvp: Avoid reset CVP clock during power off"

parents 74dea4a4 89ed8f1d
Loading
Loading
Loading
Loading
+4 −4
Original line number Original line Diff line number Diff line
@@ -4148,10 +4148,10 @@ static void power_off_iris2(struct iris_hfi_device *device)
	/* HPG 6.1.2 Step 6 */
	/* HPG 6.1.2 Step 6 */
	__disable_unprepare_clks(device);
	__disable_unprepare_clks(device);


	/* HPG 6.1.2 Step 7 & 8 */
	/*
	if (call_iris_op(device, reset_ahb2axi_bridge, device))
	 * HPG 6.1.2 Step 7 & 8
		dprintk(CVP_ERR, "Failed to reset ahb2axi\n");
	 * per new HPG update, core clock reset will be unnecessary

	 */
	if (__unvote_buses(device))
	if (__unvote_buses(device))
		dprintk(CVP_WARN, "Failed to unvote for buses\n");
		dprintk(CVP_WARN, "Failed to unvote for buses\n");