commit | c5714232c0d834cbeff945f0f5e6b53af01f28fd | [log] [tgz] |
---|---|---|
author | Breno Lima <breno.lima@nxp.com> | Thu Mar 25 17:30:04 2021 +0800 |
committer | Stefano Babic <sbabic@denx.de> | Thu Apr 08 09:18:29 2021 +0200 |
tree | 3839019c653c1ba24e0acf5446a58e46df343229 | |
parent | 1c111169758ecc5fb8eef29f4e6a80c792d2cc22 [diff] |
imx: Ensure CAAM clock is enabled prior getting out_jr_size Prior calling sec_in32() we have to ensure CAAM clock is enabled, the function sec_in32() is reading CAAM registers and if CAAM clock is disabled the system will hang. Signed-off-by: Breno Lima <breno.lima@nxp.com> Reviewed-by: Ye Li <ye.li@nxp.com> Signed-off-by: Peng Fan <peng.fan@nxp.com>