From 6df422d9b6af9d88852a0c8573267aaf46ba0f1d Mon Sep 17 00:00:00 2001 From: Sandor Yu Date: Wed, 9 Jul 2014 16:54:39 +0800 Subject: [PATCH] ENGR00322015 dts: imx6qdl: dcic: set dcic1 as disp-axi clock for dcic2 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 (cherry picked from commit 7a54f8b82299825d14bea563bf2baa823a22646f) (cherry picked from commit 3460c1bc3a90e8f1b89ecc885e6a28cf8aae72e7) --- arch/arm/boot/dts/imx6dl.dtsi | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/arch/arm/boot/dts/imx6dl.dtsi b/arch/arm/boot/dts/imx6dl.dtsi index edbe597481e4..6c3dcb3564b0 100644 --- a/arch/arm/boot/dts/imx6dl.dtsi +++ b/arch/arm/boot/dts/imx6dl.dtsi @@ -91,6 +91,12 @@ 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>; -- 2.39.2