[PATCH v1 11/17] ARM: dts: imx6q-apalis: Add ov5640 mipi csi camera
Fabio Estevam
festevam at gmail.com
Mon May 16 05:08:20 PDT 2022
Hi Max,
On Mon, May 16, 2022 at 8:59 AM Max Krummenacher <max.oss.09 at gmail.com> wrote:
>
> From: Oleksandr Suvorov <oleksandr.suvorov at toradex.com>
>
> The Apalis iMX6 modules allow connecting a mipi-csi video input.
> Add support for our OV5640 camera module but have it disabled.
> This allows to enable it in an overlay per the current system
> configuration.
>
> Signed-off-by: Oleksandr Suvorov <oleksandr.suvorov at toradex.com>
> Signed-off-by: Max Krummenacher <max.krummenacher at toradex.com>
> ---
>
> arch/arm/boot/dts/imx6qdl-apalis.dtsi | 67 ++++++++++++++++++++++++++-
> 1 file changed, 66 insertions(+), 1 deletion(-)
>
> diff --git a/arch/arm/boot/dts/imx6qdl-apalis.dtsi b/arch/arm/boot/dts/imx6qdl-apalis.dtsi
> index 506d040ea37a..0d1004eede62 100644
> --- a/arch/arm/boot/dts/imx6qdl-apalis.dtsi
> +++ b/arch/arm/boot/dts/imx6qdl-apalis.dtsi
> @@ -29,6 +29,12 @@
> status = "disabled";
> };
>
> + clk_ov5640_osc: clk_ov5640_osc_int {
Node names should have "-", not "_"
clk_ov5640_osc: clk-ov5640-osc
Also, no need for the _int suffix.
Just curious: is ov5640 mipi support functional?
I recalled that I had issues in getting Gstreamer pipeline to capture
from the ov5640 mipi.
There were some errors related to LP-11 during the start of the capture.
More information about the linux-arm-kernel
mailing list