Home
last modified time | relevance | path

Searched hist:"442 c670a2b565173306a89ad028ad33bac5cca56" (Results 1 – 1 of 1) sorted by relevance

/optee_os/core/drivers/
H A Datmel_tcb.c442c670a2b565173306a89ad028ad33bac5cca56 Mon Dec 19 16:07:27 UTC 2022 Clément Léger <clement.leger@bootlin.com> 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>