|
@@ -252,7 +252,8 @@ struct caam_ctrl {
|
|
|
/* Read/Writable */
|
|
|
u32 rsvd1;
|
|
|
u32 mcr; /* MCFG Master Config Register */
|
|
|
- u32 rsvd2[2];
|
|
|
+ u32 rsvd2;
|
|
|
+ u32 scfgr; /* SCFGR, Security Config Register */
|
|
|
|
|
|
/* Bus Access Configuration Section 010-11f */
|
|
|
/* Read/Writable */
|
|
@@ -299,6 +300,7 @@ struct caam_ctrl {
|
|
|
#define MCFGR_WDFAIL 0x20000000 /* DECO watchdog force-fail */
|
|
|
#define MCFGR_DMA_RESET 0x10000000
|
|
|
#define MCFGR_LONG_PTR 0x00010000 /* Use >32-bit desc addressing */
|
|
|
+#define SCFGR_RDBENABLE 0x00000400
|
|
|
|
|
|
/* AXI read cache control */
|
|
|
#define MCFGR_ARCACHE_SHIFT 12
|