mirror of
https://github.com/nxp-imx/linux-imx.git
synced 2025-09-03 10:33:11 +02:00
MLK-11103 Missing register in Secure memory configuration v1
Added missing reserved register for caam_secure_mem_v1 struct Signed-off-by: Dan Douglass <dan.douglass@freescale.com> Signed-off-by: Vipul Kumar <vipul_kumar@mentor.com>
This commit is contained in:
parent
5316249198
commit
07566f42a4
|
@ -612,6 +612,7 @@ struct caam_secure_mem_v1 {
|
|||
u32 sm_cmd; /* SMCJRx - Secure memory command */
|
||||
u32 rsvd1;
|
||||
u32 sm_status; /* SMCSJRx - Secure memory status */
|
||||
u32 rsvd2;
|
||||
|
||||
u32 sm_perm; /* SMAPJRx - Secure memory access perms */
|
||||
u32 sm_group2; /* SMAP2JRx - Secure memory access group 2 */
|
||||
|
|
Loading…
Reference in New Issue
Block a user