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

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

Merge "qseecom: Disable clock_vote after RPMB operation"

parents 22b39d82 944c6754
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -1147,6 +1147,10 @@ static int qseecom_send_service_cmd(struct qseecom_dev_handle *data,
		ret = -EINVAL;
		break;
	}
	if (!qseecom.support_bus_scaling) {
		qsee_disable_clock_vote(data, CLK_DFAB);
		qsee_disable_clock_vote(data, CLK_SFPB);
	}
exit:
	return ret;
}