]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
ENGR00298286 arm: dts: imx6qdl: add clock to CAAM.
authorDan Douglass <dan.douglass@freescale.com>
Wed, 2 Apr 2014 19:00:08 +0000 (14:00 -0500)
committerDan Douglass <dan.douglass@freescale.com>
Wed, 2 Apr 2014 19:26:39 +0000 (14:26 -0500)
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>
arch/arm/boot/dts/imx6qdl.dtsi

index 56758f327e90ca9c1771b00091a0e7a164b01146..2cb5ae0294e6354e786ce79ff778d06354c519ff 100644 (file)
                                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";