diff options
author | Steve Longerbeam <slongerbeam@gmail.com> | 2017-06-12 11:24:00 -0700 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2017-06-14 23:08:27 +0800 |
commit | 545fb52e53d6dfa9e64e0a10c336d8473319d077 (patch) | |
tree | dc454cf272f1e891dbc3159372c63ac989966d59 /arch/arm/boot/dts/imx6dl-sabresd.dts | |
parent | 789459c41cae9c52e8c16ff9557e53487c243e6d (diff) | |
download | op-kernel-dev-545fb52e53d6dfa9e64e0a10c336d8473319d077.zip op-kernel-dev-545fb52e53d6dfa9e64e0a10c336d8473319d077.tar.gz |
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/imx6dl-sabresd.dts')
-rw-r--r-- | arch/arm/boot/dts/imx6dl-sabresd.dts | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx6dl-sabresd.dts b/arch/arm/boot/dts/imx6dl-sabresd.dts index 1e45f2f..9607afe 100644 --- a/arch/arm/boot/dts/imx6dl-sabresd.dts +++ b/arch/arm/boot/dts/imx6dl-sabresd.dts @@ -15,3 +15,8 @@ model = "Freescale i.MX6 DualLite SABRE Smart Device Board"; compatible = "fsl,imx6dl-sabresd", "fsl,imx6dl"; }; + +&ipu1_csi1_from_ipu1_csi1_mux { + clock-lanes = <0>; + data-lanes = <1 2>; +}; |