ARM: dts: imx6qdl: Add compatible, clocks, irqs to MIPI CSI-2 node
authorSteve Longerbeam <slongerbeam@gmail.com>
Mon, 12 Jun 2017 18:23:55 +0000 (11:23 -0700)
committerShawn Guo <shawnguo@kernel.org>
Wed, 14 Jun 2017 15:06:45 +0000 (23:06 +0800)
Add to the MIPI CSI2 receiver node: compatible strings,
interrupt sources, and clocks.

Signed-off-by: Steve Longerbeam <steve_longerbeam@mentor.com>
Reviewed-by: Fabio Estevam <fabio.estevam@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm/boot/dts/imx6qdl.dtsi

index 4ea7d86..a42a3fd 100644 (file)
                        };
 
                        mipi_csi: mipi@021dc000 {
+                               compatible = "fsl,imx6-mipi-csi2";
                                reg = <0x021dc000 0x4000>;
+                               interrupts = <0 100 0x04>, <0 101 0x04>;
+                               clocks = <&clks IMX6QDL_CLK_HSI_TX>,
+                                        <&clks IMX6QDL_CLK_VIDEO_27M>,
+                                        <&clks IMX6QDL_CLK_EIM_PODF>;
+                               clock-names = "dphy", "ref", "pix";
+                               status = "disabled";
                        };
 
                        mipi_dsi: mipi@021e0000 {