<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>i.MX ProcessorsのトピックRe: iMX8MQ with camera MIPI CSI2 not streaming</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/iMX8MQ-with-camera-MIPI-CSI2-not-streaming/m-p/1827183#M221215</link>
    <description>&lt;P&gt;We are using NTSC.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The ADV7281m CI that we use does not have the I2P flag enabled in the driver structure (we confirmed).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The configured device-tree ADV7281 and MIPI_CSI2.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="c"&gt;/ {

    reg_1p8v: regulator-1p8v {
        compatible = "regulator-fixed";
        regulator-name = "1P8V";
        regulator-min-microvolt = &amp;lt;1800000&amp;gt;;
        regulator-max-microvolt = &amp;lt;1800000&amp;gt;;
        regulator-always-on;
    };

    reg_3p3v: regulator-3p3v {
        compatible = "regulator-fixed";
        regulator-name = "3P3V";
        regulator-min-microvolt = &amp;lt;3300000&amp;gt;;
        regulator-max-microvolt = &amp;lt;3300000&amp;gt;;
        regulator-always-on;
    };
};

&amp;amp;i2c2 {
    status = "okay";

    adv7281a_mipi1: adv7281-csi1@20 {
        compatible = "adi,adv7281-m";
        pinctrl-names = "default";
        pinctrl-0 = &amp;lt;&amp;amp;pinctrl_adv7281_csi&amp;gt;;
        reg = &amp;lt;0x20&amp;gt;;
        
        reset-gpios = &amp;lt;&amp;amp;gpio3 19 GPIO_ACTIVE_LOW&amp;gt;;
        powerdown-gpios = &amp;lt;&amp;amp;gpio3 21 GPIO_ACTIVE_HIGH&amp;gt;;
       
        ainterrupt-parent = &amp;lt;&amp;amp;gpio3&amp;gt;;
        interrupts = &amp;lt;23 IRQ_TYPE_LEVEL_LOW&amp;gt;;

        clocks = &amp;lt;&amp;amp;clk IMX8MQ_CLK_CLKO2&amp;gt;;
        clock-names = "csi_mclk";
       /* Disabled CLKO2, since DART-MX8M camera expansion board uses
        * its own oscillator. Enable CLK02 if your design requires it
        */
#if 0
        assigned-clocks = &amp;lt;&amp;amp;clk IMX8MQ_CLK_CLKO2&amp;gt;;
        assigned-clock-parents = &amp;lt;&amp;amp;clk IMX8MQ_SYS2_PLL_200M&amp;gt;;
        assigned-clock-rates = &amp;lt;24000000&amp;gt;;
#endif
        
        csi_id = &amp;lt;0&amp;gt;;

        mclk = &amp;lt;24000000&amp;gt;;
        mclk_source = &amp;lt;0&amp;gt;;
        
        AVDD-supply = &amp;lt;&amp;amp;reg_1p8v&amp;gt;;
	DOVDD-supply = &amp;lt;&amp;amp;reg_3p3v&amp;gt;;
	DVDD-supply = &amp;lt;&amp;amp;reg_1p8v&amp;gt;;
	PVDD-supply = &amp;lt;&amp;amp;reg_1p8v&amp;gt;;
        
        status = "okay";
     
        port {
            adv7281_mipi1_ep: endpoint {
                remote-endpoint = &amp;lt;&amp;amp;mipi1_sensor_ep&amp;gt;;
            };
        };

    };

};

&amp;amp;csi1_bridge {
    status = "okay";

    port {
        csi1_ep: endpoint {
             remote-endpoint = &amp;lt;&amp;amp;csi1_mipi_ep&amp;gt;;
         };
    };

};

&amp;amp;mipi_csi_1 {
    #address-cells = &amp;lt;1&amp;gt;;
    #size-cells = &amp;lt;0&amp;gt;;
    status = "okay";

    clock-frequency = &amp;lt;108000000&amp;gt;;

    port {
        mipi1_sensor_ep: endpoint@0 {
			csis-hs-settle = &amp;lt;13&amp;gt;;
			csis-clk-settle = &amp;lt;2&amp;gt;;
			csis-wclk;
			data-lanes = &amp;lt;1&amp;gt;;
                        remote-endpoint = &amp;lt;&amp;amp;adv7281_mipi1_ep&amp;gt;;
        };
       
        csi1_mipi_ep: endpoint@1 {
            remote-endpoint = &amp;lt;&amp;amp;csi1_ep&amp;gt;;
        };
    };  
};&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;New message in dmesg, I understand that it is not recognizing the format.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;[ 61.552370] unknown mbus:0x0&lt;BR /&gt;[ 62.596482] unknown mbus:0x0&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 13 Mar 2024 15:19:46 GMT</pubDate>
    <dc:creator>cleitonbueno</dc:creator>
    <dc:date>2024-03-13T15:19:46Z</dc:date>
    <item>
      <title>iMX8MQ with camera MIPI CSI2 not streaming</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/iMX8MQ-with-camera-MIPI-CSI2-not-streaming/m-p/1826329#M221147</link>
      <description>&lt;P&gt;We are using an iMX8MQ and a camera using the ADV7281 Sensor and MIPI CSI2.&lt;/P&gt;&lt;P&gt;The Driver starts and we receive the message:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="c"&gt;adv7180 1-0020: chip id 0x43 found @ 0x20 (30a30000.i2c)&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Device /dev/video0 is created, I get information via v4l2-ctl:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="c"&gt;Driver Info:
Driver name: mx6s-csi
Card type: i.MX6S_CSI
Bus info: platform:30a90000.csi1_bridge
Driver version: 5.4.142
Capabilities: 0x84200001
Video capture
Streaming
Extended Pix Format
Device Capabilities
Device Caps: 0x04200001
Video capture
Streaming
Extended Pix Format
Priority: 0
Video input: 0 (Camera: ok)
VideoStandard = 0x0000b000
NTSC-M/M-JP/M-KR
Video Capture Format:
Width/Height: 720/480
Pixel Format: 'UYVY' (UYVY 4:2:2)
Field: None
Bytes per Line: 0
Size Image : 691200
Colorspace: Default
Transfer Function: Default (maps to Rec. 709)
YCbCr/HSV Encoding: Default (maps to ITU-R 601)
Quantization: Default (maps to Limited Range)
Flags:
Crop Capability Video Capture:
Bounds: Left 0, Top 0, Width 0, Height 0
Default: Left 0, Top 0, Width 0, Height 0
Pixel Aspect: 1/1
Selection Video Capture: crop, Left 0, Top 0, Width 0, Height 0, Flags:
Selection Video Capture: crop_default, Left 0, Top 0, Width 0, Height 0, Flags:
Selection Video Capture: crop_bounds, Left 0, Top 0, Width 0, Height 0, Flags:
Selection Video Capture: compose, Left 0, Top 0, Width 0, Height 0, Flags:
Selection Video Capture: compose_default, Left 0, Top 0, Width 0, Height 0, Flags:
Selection Video Capture: compose_bounds, Left 0, Top 0, Width 0, Height 0, Flags:
Selection Video Capture: compose_padded, Left 0, Top 0, Width 0, Height 0, Flags:
Selection Video Capture: native_size, Left 0, Top 0, Width 0, Height 0, Flags:&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;But when trying to use gstreamer for streaming or v4l2 it doesn't stream there is no video!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;gst-launch-1.0 v4l2src device=/dev/video0 ! 'video/x-raw,format=UYVY,width=720,height=240' ! videoconvert! autovideosink -v&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Output dmesg `echo 0x1f &amp;gt; /sys/class/video4linux/video0/dev_debug`:&lt;/P&gt;&lt;LI-CODE lang="c"&gt;[  266.984783] video0: VIDIOC_QUERYCAP: driver=mx6s-csi, card=i.MX6S_CSI, bus=platform:30a90000.csi1_bridge, version=0x0005048e, capabilities=0x84200001, device_caps=0x04200001
[  266.984833] videodev: v4l2_release: video0: release
[  267.138202] videodev: v4l2_open: video0: open (0)
[  267.138222] video0: VIDIOC_QUERYCAP: driver=mx6s-csi, card=i.MX6S_CSI, bus=platform:30a90000.csi1_bridge, version=0x0005048e, capabilities=0x84200001, device_caps=0x04200001
[  267.138274] videodev: v4l2_release: video0: release
[  267.514775] videodev: v4l2_open: video0: open (0)
[  267.514794] video0: VIDIOC_QUERYCAP: driver=mx6s-csi, card=i.MX6S_CSI, bus=platform:30a90000.csi1_bridge, version=0x0005048e, capabilities=0x84200001, device_caps=0x04200001
[  267.514897] video0: VIDIOC_ENUMINPUT: index=0, name=Camera, type=2, audioset=0x0, tuner=0, std=0x00000000, status=0x0, capabilities=0x4
[  267.514998] video0: VIDIOC_ENUMINPUT: error -22: index=1, name=, type=0, audioset=0x0, tuner=0, std=0x00000000, status=0x0, capabilities=0x4
[  267.515018] video0: VIDIOC_ENUMSTD: error -61: index=0, id=0x0, name=, fps=0/0, framelines=0
[  267.515037] video0: VIDIOC_QUERYCTRL: error -25: id=0x80000000, type=0, name=, min/max=0/0, step=0, default=0, flags=0x00000000
[  267.515055] video0: VIDIOC_QUERYCTRL: error -25: id=0x980900, type=0, name=, min/max=0/0, step=0, default=0, flags=0x00000000
[  267.515071] video0: VIDIOC_QUERYCTRL: error -25: id=0x8000000, type=0, name=, min/max=0/0, step=0, default=0, flags=0x00000000
[  267.515088] video0: VIDIOC_SUBSCRIBE_EVENT: error -25: type=0x5, id=0x0, flags=0x0
[  267.515110] video0: VIDIOC_G_STD: error -515: std=0x00000000
[  267.515125] video0: VIDIOC_G_INPUT: value=0
[  267.516570] video0: VIDIOC_ENUM_FMT: index=0, type=vid-cap, flags=0x0, pixelformat=UYVY, description='UYVY 4:2:2'
[  267.516591] video0: VIDIOC_ENUM_FMT: error -22: index=1, type=vid-cap, flags=0x0, pixelformat=\x00\x00\x00\x00, description=''
[  267.516611] video0: VIDIOC_CROPCAP: type=vid-cap, bounds wxh=0x0, x,y=0,0, defrect wxh=0x0, x,y=0,0, pixelaspect 1/1
[  267.516644] video0: VIDIOC_ENUM_FRAMESIZES: error -515: index=0, pixelformat=UYVY, type=0
[  267.516668] video0: VIDIOC_TRY_FMT: type=vid-cap, width=720, height=240, pixelformat=UYVY, field=none, bytesperline=1440, sizeimage=345600, colorspace=1, flags=0x0, ycbcr_enc=0, quantization=0, xfer_func=0
[  267.516692] video0: VIDIOC_TRY_FMT: type=vid-cap, width=720, height=240, pixelformat=UYVY, field=none, bytesperline=1440, sizeimage=345600, colorspace=1, flags=0x0, ycbcr_enc=0, quantization=0, xfer_func=0
[  267.517034] video0: VIDIOC_TRY_FMT: type=vid-cap, width=720, height=240, pixelformat=UYVY, field=none, bytesperline=1440, sizeimage=345600, colorspace=1, flags=0x0, ycbcr_enc=2, quantization=2, xfer_func=1
[  267.518273] video0: VIDIOC_S_FMT: type=vid-cap, width=720, height=240, pixelformat=UYVY, field=none, bytesperline=1440, sizeimage=345600, colorspace=1, flags=0x0, ycbcr_enc=2, quantization=2, xfer_func=1
[  267.518315] video0: VIDIOC_G_PARM: error -515: type=vid-cap, capability=0x0, capturemode=0x0, timeperframe=0/0, extendedmode=0, readbuffers=0
[  267.518347] video0: VIDIOC_EXPBUF: error -22: fd=0, type=vid-cap, index=4294967295, plane=4294967295, flags=0x00080002
[  267.518368] video0: VIDIOC_G_CTRL: error -25: id=0x980927, value=0
[  267.518671] video0: VIDIOC_REQBUFS: count=0, type=vid-cap, memory=mmap
[  267.518687] video0: VIDIOC_CREATE_BUFS: error -25: index=0, count=0, memory=mmap, type=vid-cap, width=720, height=240, pixelformat=UYVY, field=none, bytesperline=1440, sizeimage=345600, colorspace=1, flags=0x0, ycbcr_enc=2, quantization=2, xfer_func=1
[  267.518710] video0: VIDIOC_REQBUFS: count=0, type=vid-cap, memory=userptr
[  267.518721] video0: VIDIOC_CREATE_BUFS: error -25: index=0, count=0, memory=userptr, type=vid-cap, width=720, height=240, pixelformat=UYVY, field=none, bytesperline=1440, sizeimage=345600, colorspace=1, flags=0x0, ycbcr_enc=2, quantization=2, xfer_func=1
[  267.518744] video0: VIDIOC_REQBUFS: error -22: count=0, type=vid-cap, memory=dmabuf
[  267.518888] video0: VIDIOC_G_CTRL: error -25: id=0x980927, value=0
[  267.522969] video0: VIDIOC_REQBUFS: count=4, type=vid-cap, memory=mmap
[  267.523021] video0: VIDIOC_QUERYBUF: 00:00:00.00000000 index=0, type=vid-cap, request_fd=0, flags=0x00002000, field=any, sequence=0, memory=mmap, bytesused=0, offset/userptr=0x0, length=345600
[  267.523045] timecode=00:00:00 type=0, flags=0x00000000, frames=0, userbits=0x00000000
[  267.523057] video0: VIDIOC_QUERYBUF: 00:00:00.00000000 index=1, type=vid-cap, request_fd=0, flags=0x00002000, field=any, sequence=0, memory=mmap, bytesused=0, offset/userptr=0x55000, length=345600
[  267.523075] timecode=00:00:00 type=0, flags=0x00000000, frames=0, userbits=0x00000000
[  267.523084] video0: VIDIOC_QUERYBUF: 00:00:00.00000000 index=2, type=vid-cap, request_fd=0, flags=0x00002000, field=any, sequence=0, memory=mmap, bytesused=0, offset/userptr=0xaa000, length=345600
[  267.523104] timecode=00:00:00 type=0, flags=0x00000000, frames=0, userbits=0x00000000
[  267.523113] video0: VIDIOC_QUERYBUF: 00:00:00.00000000 index=3, type=vid-cap, request_fd=0, flags=0x00002000, field=any, sequence=0, memory=mmap, bytesused=0, offset/userptr=0xff000, length=345600
[  267.523133] timecode=00:00:00 type=0, flags=0x00000000, frames=0, userbits=0x00000000
[  267.523191] video0: VIDIOC_EXPBUF: fd=18, type=vid-cap, index=0, plane=0, flags=0x00080002
[  267.523290] video0: VIDIOC_QBUF: 00:00:00.00000000 index=0, type=vid-cap, request_fd=0, flags=0x00002003, field=any, sequence=0, memory=mmap, bytesused=345600, offset/userptr=0x0, length=345600
[  267.523310] timecode=00:00:00 type=0, flags=0x00000000, frames=0, userbits=0x00000000
[  267.523333] video0: VIDIOC_EXPBUF: fd=19, type=vid-cap, index=1, plane=0, flags=0x00080002
[  267.523361] video0: VIDIOC_QBUF: 00:00:00.00000000 index=1, type=vid-cap, request_fd=0, flags=0x00002003, field=any, sequence=0, memory=mmap, bytesused=345600, offset/userptr=0x55000, length=345600
[  267.523379] timecode=00:00:00 type=0, flags=0x00000000, frames=0, userbits=0x00000000
[  267.523400] video0: VIDIOC_EXPBUF: fd=25, type=vid-cap, index=2, plane=0, flags=0x00080002
[  267.523427] video0: VIDIOC_QBUF: 00:00:00.00000000 index=2, type=vid-cap, request_fd=0, flags=0x00002003, field=any, sequence=0, memory=mmap, bytesused=345600, offset/userptr=0xaa000, length=345600
[  267.523447] timecode=00:00:00 type=0, flags=0x00000000, frames=0, userbits=0x00000000
[  267.523467] video0: VIDIOC_EXPBUF: fd=26, type=vid-cap, index=3, plane=0, flags=0x00080002
[  267.523497] video0: VIDIOC_QBUF: 00:00:00.00000000 index=3, type=vid-cap, request_fd=0, flags=0x00002003, field=any, sequence=0, memory=mmap, bytesused=345600, offset/userptr=0xff000, length=345600
[  267.523516] timecode=00:00:00 type=0, flags=0x00000000, frames=0, userbits=0x00000000
[  267.562141] video0: VIDIOC_STREAMON: type=vid-cap
[  267.562217] videodev: v4l2_poll: video0: poll: 00000000
[  273.094967] videodev: v4l2_poll: video0: poll: 00000000
[  273.095170] video0: VIDIOC_STREAMOFF: type=vid-cap
[  273.095503] video0: VIDIOC_REQBUFS: count=0, type=vid-cap, memory=mmap
[  273.111848] videodev: v4l2_release: video0: release&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2024 19:54:26 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/iMX8MQ-with-camera-MIPI-CSI2-not-streaming/m-p/1826329#M221147</guid>
      <dc:creator>cleitonbueno</dc:creator>
      <dc:date>2024-03-12T19:54:26Z</dc:date>
    </item>
    <item>
      <title>Re: iMX8MQ with camera MIPI CSI2 not streaming</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/iMX8MQ-with-camera-MIPI-CSI2-not-streaming/m-p/1826830#M221181</link>
      <description>&lt;P&gt;what format do you capture? NTSC? if you use interlaced video, did you set mipi csi as de-interlaced mode?&lt;/P&gt;</description>
      <pubDate>Wed, 13 Mar 2024 06:14:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/iMX8MQ-with-camera-MIPI-CSI2-not-streaming/m-p/1826830#M221181</guid>
      <dc:creator>joanxie</dc:creator>
      <dc:date>2024-03-13T06:14:28Z</dc:date>
    </item>
    <item>
      <title>Re: iMX8MQ with camera MIPI CSI2 not streaming</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/iMX8MQ-with-camera-MIPI-CSI2-not-streaming/m-p/1827183#M221215</link>
      <description>&lt;P&gt;We are using NTSC.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The ADV7281m CI that we use does not have the I2P flag enabled in the driver structure (we confirmed).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The configured device-tree ADV7281 and MIPI_CSI2.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="c"&gt;/ {

    reg_1p8v: regulator-1p8v {
        compatible = "regulator-fixed";
        regulator-name = "1P8V";
        regulator-min-microvolt = &amp;lt;1800000&amp;gt;;
        regulator-max-microvolt = &amp;lt;1800000&amp;gt;;
        regulator-always-on;
    };

    reg_3p3v: regulator-3p3v {
        compatible = "regulator-fixed";
        regulator-name = "3P3V";
        regulator-min-microvolt = &amp;lt;3300000&amp;gt;;
        regulator-max-microvolt = &amp;lt;3300000&amp;gt;;
        regulator-always-on;
    };
};

&amp;amp;i2c2 {
    status = "okay";

    adv7281a_mipi1: adv7281-csi1@20 {
        compatible = "adi,adv7281-m";
        pinctrl-names = "default";
        pinctrl-0 = &amp;lt;&amp;amp;pinctrl_adv7281_csi&amp;gt;;
        reg = &amp;lt;0x20&amp;gt;;
        
        reset-gpios = &amp;lt;&amp;amp;gpio3 19 GPIO_ACTIVE_LOW&amp;gt;;
        powerdown-gpios = &amp;lt;&amp;amp;gpio3 21 GPIO_ACTIVE_HIGH&amp;gt;;
       
        ainterrupt-parent = &amp;lt;&amp;amp;gpio3&amp;gt;;
        interrupts = &amp;lt;23 IRQ_TYPE_LEVEL_LOW&amp;gt;;

        clocks = &amp;lt;&amp;amp;clk IMX8MQ_CLK_CLKO2&amp;gt;;
        clock-names = "csi_mclk";
       /* Disabled CLKO2, since DART-MX8M camera expansion board uses
        * its own oscillator. Enable CLK02 if your design requires it
        */
#if 0
        assigned-clocks = &amp;lt;&amp;amp;clk IMX8MQ_CLK_CLKO2&amp;gt;;
        assigned-clock-parents = &amp;lt;&amp;amp;clk IMX8MQ_SYS2_PLL_200M&amp;gt;;
        assigned-clock-rates = &amp;lt;24000000&amp;gt;;
#endif
        
        csi_id = &amp;lt;0&amp;gt;;

        mclk = &amp;lt;24000000&amp;gt;;
        mclk_source = &amp;lt;0&amp;gt;;
        
        AVDD-supply = &amp;lt;&amp;amp;reg_1p8v&amp;gt;;
	DOVDD-supply = &amp;lt;&amp;amp;reg_3p3v&amp;gt;;
	DVDD-supply = &amp;lt;&amp;amp;reg_1p8v&amp;gt;;
	PVDD-supply = &amp;lt;&amp;amp;reg_1p8v&amp;gt;;
        
        status = "okay";
     
        port {
            adv7281_mipi1_ep: endpoint {
                remote-endpoint = &amp;lt;&amp;amp;mipi1_sensor_ep&amp;gt;;
            };
        };

    };

};

&amp;amp;csi1_bridge {
    status = "okay";

    port {
        csi1_ep: endpoint {
             remote-endpoint = &amp;lt;&amp;amp;csi1_mipi_ep&amp;gt;;
         };
    };

};

&amp;amp;mipi_csi_1 {
    #address-cells = &amp;lt;1&amp;gt;;
    #size-cells = &amp;lt;0&amp;gt;;
    status = "okay";

    clock-frequency = &amp;lt;108000000&amp;gt;;

    port {
        mipi1_sensor_ep: endpoint@0 {
			csis-hs-settle = &amp;lt;13&amp;gt;;
			csis-clk-settle = &amp;lt;2&amp;gt;;
			csis-wclk;
			data-lanes = &amp;lt;1&amp;gt;;
                        remote-endpoint = &amp;lt;&amp;amp;adv7281_mipi1_ep&amp;gt;;
        };
       
        csi1_mipi_ep: endpoint@1 {
            remote-endpoint = &amp;lt;&amp;amp;csi1_ep&amp;gt;;
        };
    };  
};&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;New message in dmesg, I understand that it is not recognizing the format.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;[ 61.552370] unknown mbus:0x0&lt;BR /&gt;[ 62.596482] unknown mbus:0x0&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 13 Mar 2024 15:19:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/iMX8MQ-with-camera-MIPI-CSI2-not-streaming/m-p/1827183#M221215</guid>
      <dc:creator>cleitonbueno</dc:creator>
      <dc:date>2024-03-13T15:19:46Z</dc:date>
    </item>
    <item>
      <title>Re: iMX8MQ with camera MIPI CSI2 not streaming</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/iMX8MQ-with-camera-MIPI-CSI2-not-streaming/m-p/1833633#M221658</link>
      <description>&lt;P&gt;&amp;nbsp;as I known current bsp should only support PAL progressive mode, if you use NTSC mode, we don't have patch for this, maybe you can refer to the application note as below&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.analog.com/en/resources/app-notes/an-1337.html" target="_blank"&gt;https://www.analog.com/en/resources/app-notes/an-1337.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;you also can refer to the link as below&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.nxp.com/t5/i-MX-Processors/iMX7D-NTSC-Video-Capture/m-p/840497" target="_blank"&gt;https://community.nxp.com/t5/i-MX-Processors/iMX7D-NTSC-Video-Capture/m-p/840497&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;this should be useful for you, they use the same csi driver&lt;/P&gt;</description>
      <pubDate>Fri, 22 Mar 2024 09:54:40 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/iMX8MQ-with-camera-MIPI-CSI2-not-streaming/m-p/1833633#M221658</guid>
      <dc:creator>joanxie</dc:creator>
      <dc:date>2024-03-22T09:54:40Z</dc:date>
    </item>
    <item>
      <title>Re: iMX8MQ with camera MIPI CSI2 not streaming</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/iMX8MQ-with-camera-MIPI-CSI2-not-streaming/m-p/1837633#M221927</link>
      <description>&lt;P&gt;let me remind again, current imx8mq doesn't support bt656, if you want to setup the ADV chip, you need set to mipi data, not BT656, otherwise you couldn't get proper data&lt;/P&gt;</description>
      <pubDate>Fri, 29 Mar 2024 04:48:21 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/iMX8MQ-with-camera-MIPI-CSI2-not-streaming/m-p/1837633#M221927</guid>
      <dc:creator>joanxie</dc:creator>
      <dc:date>2024-03-29T04:48:21Z</dc:date>
    </item>
    <item>
      <title>Re: iMX8MQ with camera MIPI CSI2 not streaming</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/iMX8MQ-with-camera-MIPI-CSI2-not-streaming/m-p/1838163#M221955</link>
      <description>&lt;P&gt;I tried to switch from the NTSC standard to PAL, the auto-detect shows PAL, but without success!&lt;BR /&gt;&lt;A href="https://github.com/varigit/linux-imx/blob/5.4-2.1.x-imx_var01/drivers/media/i2c/adv7180.c#L1349" target="_blank"&gt;https://github.com/varigit/linux-imx/blob/5.4-2.1.x-imx_var01/drivers/media/i2c/adv7180.c#L1349&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 30 Mar 2024 14:55:19 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/iMX8MQ-with-camera-MIPI-CSI2-not-streaming/m-p/1838163#M221955</guid>
      <dc:creator>cleitonbueno</dc:creator>
      <dc:date>2024-03-30T14:55:19Z</dc:date>
    </item>
    <item>
      <title>Re: iMX8MQ with camera MIPI CSI2 not streaming</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/iMX8MQ-with-camera-MIPI-CSI2-not-streaming/m-p/1838166#M221956</link>
      <description>&lt;P&gt;I deleted the property here:&lt;BR /&gt;&lt;A href="https://github.com/varigit/linux-imx/blob/5.4-2.1.x-imx_var01/arch/arm64/boot/dts/freescale/imx8mq-var-dart-dt8mcustomboard.dtsi#L107" target="_blank"&gt;https://github.com/varigit/linux-imx/blob/5.4-2.1.x-imx_var01/arch/arm64/boot/dts/freescale/imx8mq-var-dart-dt8mcustomboard.dtsi#L107&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Regarding disabling BT656, okay, but I didn't understand what you meant by "you need set to mipi data". Do you have any examples of this with iMX8MQ?&lt;/P&gt;</description>
      <pubDate>Sat, 30 Mar 2024 14:55:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/iMX8MQ-with-camera-MIPI-CSI2-not-streaming/m-p/1838166#M221956</guid>
      <dc:creator>cleitonbueno</dc:creator>
      <dc:date>2024-03-30T14:55:53Z</dc:date>
    </item>
    <item>
      <title>Re: iMX8MQ with camera MIPI CSI2 not streaming</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/iMX8MQ-with-camera-MIPI-CSI2-not-streaming/m-p/1838434#M221979</link>
      <description>&lt;P&gt;I mean current mipi csi of imx8mq couldn't handle BT656 data, only mipi data&lt;/P&gt;</description>
      <pubDate>Mon, 01 Apr 2024 08:18:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/iMX8MQ-with-camera-MIPI-CSI2-not-streaming/m-p/1838434#M221979</guid>
      <dc:creator>joanxie</dc:creator>
      <dc:date>2024-04-01T08:18:18Z</dc:date>
    </item>
    <item>
      <title>Re: iMX8MQ with camera MIPI CSI2 not streaming</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/iMX8MQ-with-camera-MIPI-CSI2-not-streaming/m-p/1838551#M221986</link>
      <description>&lt;P&gt;pls refer to this patch too, this should be useful for your case&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.nxp.com/t5/i-MX-Processors-Knowledge-Base/How-to-enable-i-MX6UL-CSI-port-support-BT-656-deinterlace-mode/ta-p/1110764" target="_blank"&gt;https://community.nxp.com/t5/i-MX-Processors-Knowledge-Base/How-to-enable-i-MX6UL-CSI-port-support-BT-656-deinterlace-mode/ta-p/1110764&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 01 Apr 2024 11:17:25 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/iMX8MQ-with-camera-MIPI-CSI2-not-streaming/m-p/1838551#M221986</guid>
      <dc:creator>joanxie</dc:creator>
      <dc:date>2024-04-01T11:17:25Z</dc:date>
    </item>
  </channel>
</rss>

