]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
ENGR00322015 dts: imx6qdl: dcic: set dcic1 as disp-axi clock for dcic2
authorSandor Yu <R01008@freescale.com>
Wed, 9 Jul 2014 08:54:39 +0000 (16:54 +0800)
committerNitin Garg <nitin.garg@freescale.com>
Fri, 16 Jan 2015 03:17:04 +0000 (21:17 -0600)
On imx6dl dcic2 clock gate depend on dcic1,
so setting dcic1 as disp-axi clock for dcic2 in imx6qdl dts.

Signed-off-by: Sandor Yu <R01008@freescale.com>
(cherry picked from commit 7a54f8b82299825d14bea563bf2baa823a22646f)
(cherry picked from commit 3460c1bc3a90e8f1b89ecc885e6a28cf8aae72e7)

arch/arm/boot/dts/imx6dl.dtsi

index edbe597481e488096ccf9fd3fcc33ec8b4050242..6c3dcb3564b0b1153bcc0c2885f5d6d8326f0936 100644 (file)
                                compatible = "fsl,imx6dl-iomuxc";
                        };
 
+                       dcic2: dcic@020e8000 {
+                               clocks = <&clks IMX6QDL_CLK_DCIC1 >,
+                                               <&clks IMX6QDL_CLK_DCIC2>; /* DCIC2 depend on DCIC1 clock in imx6dl*/
+                               clock-names = "dcic", "disp-axi";
+                       };
+
                        pxp: pxp@020f0000 {
                                reg = <0x020f0000 0x4000>;
                                interrupts = <0 98 IRQ_TYPE_LEVEL_HIGH>;