commit | 163a7c9e88aa0af3318d2552e79145c22a1f7339 | [log] [tgz] |
---|---|---|
author | Clement Faure <clement.faure@nxp.com> | Tue Mar 28 13:55:05 2023 +0200 |
committer | Jérôme Forissier <jerome@forissier.org> | Wed Apr 05 08:25:28 2023 +0200 |
tree | 6b965958415f3808feabbafe7909c974217a0488 | |
parent | 31b31015b854f6688ce8ea71aed055a1e7f493e1 [diff] |
core: imx: remove duplicate driver_init() call Remove duplicated call to driver_init(). The previous driver_init() call would only initialize the driver. The new driver_init() call initializes the driver and its power management callback. Fixes: 97eb916803fe ("drivers: imx: tzc380: re-configure TZ380 upon PM resume") Signed-off-by: Clement Faure <clement.faure@nxp.com> Acked-by: Jerome Forissier <jerome.forissier@linaro.org> Acked-by: Jens Wiklander <jens.wiklander@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