]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
ENGR00302869-1 ARM: dts: imx6qdl: add cfg_clk for MIPI CSI2
authorRobby Cai <R63905@freescale.com>
Tue, 11 Mar 2014 10:41:45 +0000 (18:41 +0800)
committerRobby Cai <R63905@freescale.com>
Fri, 14 Mar 2014 08:20:00 +0000 (16:20 +0800)
MIPI CSI2 depends on this clock to work.
This patch also updates the binding document.

Signed-off-by: Robby Cai <R63905@freescale.com>
(cherry picked from commit 67e7963f6f7ddb6c001bb34c6af71f2330fd0e3f)

Documentation/devicetree/bindings/video/fsl,mipi-csi2.txt
arch/arm/boot/dts/imx6qdl.dtsi

index 4b502809fc2d02885e54c4ea22184ddf609ec512..d10f23721f3438c3c371a6b9dddab7a497643888 100644 (file)
@@ -27,8 +27,8 @@ for SOC imx6qdl.dtsi:
                compatible = "fsl,imx6q-mipi-csi2";
                reg = <0x021dc000 0x4000>;
                interrupts = <0 100 0x04>, <0 101 0x04>;
-               clocks = <&clks 138>, <&clks 53>;
-               clock-names = "dphy_clk", "pixel_clk";
+               clocks = <&clks 138>, <&clks 53>, <&clks 204>;
+               clock-names = "dphy_clk", "pixel_clk", "cfg_clk";
                status = "disabled";
        };
 
index ea8ec2a501d0eb541b5c27787cc3b6dadb7710a3..56758f327e90ca9c1771b00091a0e7a164b01146 100644 (file)
                                compatible = "fsl,imx6q-mipi-csi2";
                                reg = <0x021dc000 0x4000>;
                                interrupts = <0 100 0x04>, <0 101 0x04>;
-                               clocks = <&clks 138>, <&clks 53>;
+                               clocks = <&clks 138>, <&clks 53>, <&clks 204>;
                                /* Note: clks 138 is hsi_tx, however, the dphy_c
                                 * hsi_tx and pll_refclk use the same clk gate.
                                 * In current clk driver, open/close clk gate do
                                 * use hsi_tx for a temporary debug purpose.
                                 */
-                               clock-names = "dphy_clk", "pixel_clk";
+                               clock-names = "dphy_clk", "pixel_clk", "cfg_clk";
                                status = "disabled";
                        };