aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Douglass <dan.douglass@freescale.com>2014-04-02 15:00:08 -0400
committerNitin Garg <nitin.garg@freescale.com>2014-04-16 09:58:14 -0400
commit275ec7fc8550dfc14ab6bb9b2ea09aa5525d00aa (patch)
treee7946d8fcca9e768f4e6cb54ceb61c81da2b7006
parent701f0267604ff070e97db8114edfde8d7e7263d0 (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>
-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 79af4b686e81..6c9bec6bbe86 100644
--- a/arch/arm/boot/dts/imx6qdl.dtsi
+++ b/arch/arm/boot/dts/imx6qdl.dtsi
@@ -741,8 +741,8 @@
741 reg = <0x2100000 0x40000>; 741 reg = <0x2100000 0x40000>;
742 ranges = <0 0x2100000 0x40000>; 742 ranges = <0 0x2100000 0x40000>;
743 interrupt-parent = <&intc>; /* interrupts = <0 92 0x4>; */ 743 interrupt-parent = <&intc>; /* interrupts = <0 92 0x4>; */
744 clocks = <&clks 213>, <&clks 214>, <&clks 215>; 744 clocks = <&clks 213>, <&clks 214>, <&clks 215> ,<&clks 196>;
745 clock-names = "caam_mem", "caam_aclk", "caam_ipg"; 745 clock-names = "caam_mem", "caam_aclk", "caam_ipg", "caam_emi_slow";
746 746
747 sec_jr0: jr0@1000 { 747 sec_jr0: jr0@1000 {
748 compatible = "fsl,sec-v4.0-job-ring"; 748 compatible = "fsl,sec-v4.0-job-ring";