commit | 442c670a2b565173306a89ad028ad33bac5cca56 | [log] [tgz] |
---|---|---|
author | Clément Léger <clement.leger@bootlin.com> | Mon Dec 19 17:07:27 2022 +0100 |
committer | Jérôme Forissier <jerome@forissier.org> | Tue Mar 14 15:55:45 2023 +0100 |
tree | 92fa11d79cc2870e2d82114f61f5b6b57fabff6c | |
parent | 9a28dbc4fc1ac3a923ecbc149236432e86a1d794 [diff] |
drivers: atmel_tcb: Use matrix_dt_get_id() to correctly retrieve the id Use matrix_dt_get_id() instead of manual address parsing to determine which matrix ID is to be used. Previously it was plain wrong since it compared a virtual address to a physical one and thus compute a wrong value. Signed-off-by: Clément Léger <clement.leger@bootlin.com> Acked-by: Jerome Forissier <jerome.forissier@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