summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorVictoria Milhoan <vicki.milhoan@freescale.com>2015-01-26 21:36:44 -0700
committerVictoria Milhoan <vicki.milhoan@freescale.com>2015-01-26 21:40:30 -0700
commit2446d78f80d346e1c85dbd84232bb3616dbc02aa (patch)
treeb3aa9e27d0218202fb494031c8590c06bbdfcf2b /include
parentb644ec49acc8765f3868797e9ea1953720e28e8b (diff)
MLK-10139 Add support for crypto/caam to imx6qdl dts
This patch adds the imx6qdl.dtsi DTS support for crypto/caam. CAAM clocking support is also included. Signed-off-by: Victoria Milhoan <vicki.milhoan@freescale.com>
Diffstat (limited to 'include')
-rw-r--r--include/dt-bindings/clock/imx6qdl-clock.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/include/dt-bindings/clock/imx6qdl-clock.h b/include/dt-bindings/clock/imx6qdl-clock.h
index 2e3b39b85f05..64855469729e 100644
--- a/include/dt-bindings/clock/imx6qdl-clock.h
+++ b/include/dt-bindings/clock/imx6qdl-clock.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2014 Freescale Semiconductor, Inc.
+ * Copyright (C) 2015 Freescale Semiconductor, Inc.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
@@ -252,6 +252,9 @@
#define IMX6QDL_PLL6_BYPASS 243
#define IMX6QDL_PLL7_BYPASS 244
#define IMX6QDL_CLK_AXI_ALT_SEL 245
-#define IMX6QDL_CLK_END 246
+#define IMX6QDL_CAAM_MEM 246
+#define IMX6QDL_CAAM_ACLK 247
+#define IMX6QDL_CAAM_IPG 248
+#define IMX6QDL_CLK_END 249
#endif /* __DT_BINDINGS_CLOCK_IMX6QDL_H */