commit | 71d13298ab48b780e0cd654d9bc4fa9db0b882e1 | [log] [tgz] |
---|---|---|
author | Gatien Chevallier <gatien.chevallier@foss.st.com> | Mon May 19 13:29:17 2025 +0200 |
committer | Jerome Forissier <jerome@forissier.org> | Wed May 21 10:58:58 2025 +0200 |
tree | ac9c7ed589a6aba074d1396298c9926840809791 | |
parent | cb3837c9693eca3f42935022778cf03e112db1a5 [diff] |
drivers: stm32_rifsc: fix RIMU configuration parsing The RIF configuration of the first RIMU was incorrectly parsed over and over again for each RIMU. Fix this by using the index that represents the RIMU ID. Fixes: cd187630b280 ("drivers: add stm32 RIFSC support") Signed-off-by: Gatien Chevallier <gatien.chevallier@foss.st.com> Reviewed-by: Etienne Carriere <etienne.carriere@foss.st.com>
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