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

Commit 944c6754 authored by Hariprasad Dhalinarasimha's avatar Hariprasad Dhalinarasimha
Browse files

qseecom: Disable clock_vote after RPMB operation



Clocks are not disabled after RPMB operation, disable the
clock once RPMB operation is completed.

Change-Id: I37ac4da470a7c4e31db77a54553944a031f1e788
Signed-off-by: default avatarHariprasad Dhalinarasimha <hnamgund@codeaurora.org>
parent 01364e16
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;
}