From: Steve Longerbeam Date: Mon, 12 Jun 2017 18:23:55 +0000 (-0700) Subject: ARM: dts: imx6qdl: Add compatible, clocks, irqs to MIPI CSI-2 node X-Git-Tag: v4.13-rc1~168^2~5^2~11 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=b0cb1bd4a380da07ef9536054f37f2cd9a777384;p=karo-tx-linux.git ARM: dts: imx6qdl: Add compatible, clocks, irqs to MIPI CSI-2 node Add to the MIPI CSI2 receiver node: compatible strings, interrupt sources, and clocks. Signed-off-by: Steve Longerbeam Reviewed-by: Fabio Estevam Signed-off-by: Shawn Guo --- diff --git a/arch/arm/boot/dts/imx6qdl.dtsi b/arch/arm/boot/dts/imx6qdl.dtsi index 4ea7d86e625e..a42a3fd3ee94 100644 --- a/arch/arm/boot/dts/imx6qdl.dtsi +++ b/arch/arm/boot/dts/imx6qdl.dtsi @@ -1158,7 +1158,14 @@ }; 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 {