commit | a3cfa14acbb9d279701abe38338ecb4a718dfecb | [log] [tgz] |
---|---|---|
author | Clement Faure <clement.faure@nxp.com> | Fri Apr 23 11:45:45 2021 +0200 |
committer | Jérôme Forissier <jerome@forissier.org> | Thu Mar 02 15:42:14 2023 +0100 |
tree | ea9f0c454b1e151fc563c57f38afe9d780f4e294 | |
parent | 316fd6e9c4852b82d626732b2eec740b1f52be67 [diff] |
drivers: caam: enable the CAAM clock when submitting a new job Make sure the CAAM clock is running before writing to CAAM registers when submitting a new CAAM job. Otherwise, it would generate an OPTEE data-abort. Signed-off-by: Clement Faure <clement.faure@nxp.com> Acked-by: Jens Wiklander <jens.wiklander@linaro.org> Acked-by: Etienne Carriere <etienne.carriere@linaro.org>
This git contains source code for the secure side implementation of OP-TEE project.
All official OP-TEE documentation has moved to http://optee.readthedocs.io.
// OP-TEE core maintainers