summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDan Douglass <dan.douglass@freescale.com>2015-05-14 16:28:52 -0500
committerNitin Garg <nitin.garg@freescale.com>2015-09-17 09:23:11 -0500
commit1724fc7649509149e9f3890dcd96d6a32b541458 (patch)
treeefc1180f3a705c101ff0ecda549b7cebe584e79e /include
parent9799e7b5c43e84f8d635209e5b576d220d87edad (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')
-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 */