diff options
author | Victoria Milhoan <vicki.milhoan@freescale.com> | 2015-01-26 21:36:44 -0700 |
---|---|---|
committer | Nitin Garg <nitin.garg@freescale.com> | 2015-09-17 09:21:19 -0500 |
commit | fdb554deee128fa3300c32ed756575330601c840 (patch) | |
tree | 0098b42399aea7f35011c0ff47f22e27a0055962 /include/dt-bindings | |
parent | 42bce580b6817e38a82faf87e8b47ac9d560f7bd (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/dt-bindings')
-rw-r--r-- | include/dt-bindings/clock/imx6qdl-clock.h | 7 |
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 */ |