diff options
author | Steve Longerbeam <slongerbeam@gmail.com> | 2017-06-12 11:23:55 -0700 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2017-06-14 23:06:45 +0800 |
commit | b0cb1bd4a380da07ef9536054f37f2cd9a777384 (patch) | |
tree | cc1b4cc2e5a75a0fa3421b7669f7febd540d902f /arch/arm/boot | |
parent | bc97e88ecd360a730b0f9c96f285b680be496e06 (diff) | |
download | linux-stable-b0cb1bd4a380da07ef9536054f37f2cd9a777384.tar.gz linux-stable-b0cb1bd4a380da07ef9536054f37f2cd9a777384.tar.bz2 linux-stable-b0cb1bd4a380da07ef9536054f37f2cd9a777384.zip |
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 <steve_longerbeam@mentor.com>
Reviewed-by: Fabio Estevam <fabio.estevam@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm/boot')
-rw-r--r-- | arch/arm/boot/dts/imx6qdl.dtsi | 7 |
1 files changed, 7 insertions, 0 deletions
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 { |