summaryrefslogtreecommitdiff
path: root/include/dt-bindings
diff options
context:
space:
mode:
authorDan Douglass <dan.douglass@freescale.com>2015-05-14 16:28:52 -0500
committerDan Douglass <dan.douglass@freescale.com>2015-05-26 15:41:33 -0500
commitc08f81931b90f3e4633c87cd53eb514581d12308 (patch)
treec3bd5da6c02c0cbed6f2c0f94e4d8b08e25b8a48 /include/dt-bindings
parentd5ac2ee91276018878cf66bf2aa842b4ebdb86fe (diff)
MLK-10897-1 ARM: imx7d: Add CAAM support for i.mx7d
CAAM only has a single clock in i.mx7d. Logic was added to initialize only the single clock. The Secure Memory registers moved in CAAM era included in i.mx7d. This required changes to support access to two different versions of the register map. The registers are access through a data structure that overlay the register region. Two new Secure Memory register structures were created to support the different versions. Logic was also added to determine which version is implemented based on the CAAM era, and access functions were added to support register access to the Secure Memory Command and Status registers. Signed-off-by: Dan Douglass <dan.douglass@freescale.com>
Diffstat (limited to 'include/dt-bindings')
-rw-r--r--include/dt-bindings/clock/imx7d-clock.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/dt-bindings/clock/imx7d-clock.h b/include/dt-bindings/clock/imx7d-clock.h
index 76da26b3d617..4dc2fc02ac42 100644
--- a/include/dt-bindings/clock/imx7d-clock.h
+++ b/include/dt-bindings/clock/imx7d-clock.h
@@ -446,5 +446,6 @@
#define IMX7D_MU_ROOT_CLK 433
#define IMX7D_SEMA4_HS_ROOT_CLK 434
#define IMX7D_PLL_DRAM_TEST_DIV 435
-#define IMX7D_END_CLK 436
+#define IMX7D_CAAM_CLK 436
+#define IMX7D_END_CLK 437
#endif /* __DT_BINDINGS_CLOCK_IMX7D_H */