summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorDan Douglass <dan.douglass@freescale.com>2014-04-02 14:00:08 -0500
committerDan Douglass <dan.douglass@freescale.com>2014-04-02 14:26:39 -0500
commit09d2fb672e250d4e6f2eb505215afe5c97ca29f7 (patch)
tree110ef5ae33ed86ce764c2ff2a42cbc160f594c2c /arch
parent1359ced1b2ee36c7489b7be59199971f7c86d82b (diff)
ENGR00298286 arm: dts: imx6qdl: add clock to CAAM.
CAAM depends on the clock used by WEIM interface. This patch supplied by Haung Shijie corrects the issue by adding the clock to the device tree entry for CAAM. Signed-off-by: Dan Douglass <dan.douglass@freescale.com>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/boot/dts/imx6qdl.dtsi4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/imx6qdl.dtsi b/arch/arm/boot/dts/imx6qdl.dtsi
index 56758f327e90..2cb5ae0294e6 100644
--- a/arch/arm/boot/dts/imx6qdl.dtsi
+++ b/arch/arm/boot/dts/imx6qdl.dtsi
@@ -743,8 +743,8 @@
reg = <0x2100000 0x40000>;
ranges = <0 0x2100000 0x40000>;
interrupt-parent = <&intc>; /* interrupts = <0 92 0x4>; */
- clocks = <&clks 213>, <&clks 214>, <&clks 215>;
- clock-names = "caam_mem", "caam_aclk", "caam_ipg";
+ clocks = <&clks 213>, <&clks 214>, <&clks 215> ,<&clks 196>;
+ clock-names = "caam_mem", "caam_aclk", "caam_ipg", "caam_emi_slow";
sec_jr0: jr0@1000 {
compatible = "fsl,sec-v4.0-job-ring";