diff options
author | Steve Longerbeam <slongerbeam@gmail.com> | 2017-06-12 21:24:00 +0300 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2017-06-14 18:08:27 +0300 |
commit | 545fb52e53d6dfa9e64e0a10c336d8473319d077 (patch) | |
tree | dc454cf272f1e891dbc3159372c63ac989966d59 /arch/arm/boot/dts/imx6q-sabresd.dts | |
parent | 789459c41cae9c52e8c16ff9557e53487c243e6d (diff) | |
download | linux-545fb52e53d6dfa9e64e0a10c336d8473319d077.tar.xz |
ARM: dts: imx6-sabresd: add OV5642 and OV5640 camera sensors
Enables the OV5642 parallel-bus sensor, and the OV5640 MIPI CSI-2 sensor.
The OV5642 connects to the parallel-bus mux input port on ipu1_csi0_mux.
The OV5640 connects to the input port on the MIPI CSI-2 receiver on
mipi_csi.
Until the OV5652 sensor module compatible with the SabreSD becomes
available for testing, the ov5642 node is currently disabled.
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/dts/imx6q-sabresd.dts')
-rw-r--r-- | arch/arm/boot/dts/imx6q-sabresd.dts | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx6q-sabresd.dts b/arch/arm/boot/dts/imx6q-sabresd.dts index 9cbdfe7a0931..527772b62fee 100644 --- a/arch/arm/boot/dts/imx6q-sabresd.dts +++ b/arch/arm/boot/dts/imx6q-sabresd.dts @@ -23,3 +23,8 @@ &sata { status = "okay"; }; + +&ipu1_csi1_from_mipi_vc1 { + clock-lanes = <0>; + data-lanes = <1 2>; +}; |