<?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>topic IMX8QXP - ISL79987 Video Decoder not working in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/IMX8QXP-ISL79987-Video-Decoder-not-working/m-p/1825124#M221047</link>
    <description>&lt;P&gt;We are trying to connect the MCIMX8QXP-CPU to a video decoder board based on the ISL79987 video decoder, over the MIPI CSI interface.&lt;/P&gt;&lt;P&gt;The hardware of the ISL79987 is verified by the Renesas. So far, we are only able to do I2C communication with the ISL79987.&lt;/P&gt;&lt;P&gt;We have sought Renesas help on this and beyond a certain point they have asked us to seek help from NXP as well, as the BSP is from NXP&lt;/P&gt;&lt;P&gt;kernel version we tried - 6.1.36, 5.10.52, 5.4.70&lt;/P&gt;&lt;P&gt;We are able to detect whether the camera connected or not through,&lt;/P&gt;&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;root@imx8qxpc0mek:~# v4l2-ctl -d /dev/v4l-subdev1 --get-detected-standard&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;Video Standard = 0x000000ff&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;PAL-B/B1/G/H/I/D/D1/K&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;But there is no communication through MIPI port, we tried different method to bring-up,&lt;BR /&gt;Method 1:&lt;/P&gt;&lt;P&gt;Tried the v6.1.36 driver - &lt;A href="https://elixir.bootlin.com/linux/v6.1.36/source/drivers/media/i2c/isl7998x.c" target="_blank" rel="noopener"&gt;https://elixir.bootlin.com/linux/v6.1.36/source/drivers/media/i2c/isl7998x.c&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Method 2:&lt;/P&gt;&lt;P&gt;followed,&lt;BR /&gt;&lt;A href="http://ISL79987 and adv7180 de-interlace driver for iMX8QXP boards" target="_blank" rel="noopener"&gt;ISL79987 and adv7180 de-interlace driver for iMX8QXP boards - NXP Community &lt;/A&gt;&lt;/P&gt;&lt;P&gt;Method 3:&lt;/P&gt;&lt;P&gt;Followed Renesas suggestions, they provided their driver but that seems to be dead end too&lt;/P&gt;&lt;P&gt;We request nxp to look into this and give us the reasoning behind why there is no sink pad available in mxc-mipi-csi2.0. Moreover, there's no link between source isl79987 to sink mxc-mipi-csi2.0&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="missing_sinkpad.png" style="width: 999px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/267567iD795B8AA1A3B1718/image-size/large?v=v2&amp;amp;px=999" role="button" title="missing_sinkpad.png" alt="missing_sinkpad.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;DTS - v5.4.70&lt;/SPAN&gt;&lt;/P&gt;&lt;LI-CODE lang="cpp"&gt;&amp;amp;cameradev {
	/delete-property/parallel_csi;
	status = "okay";
};

&amp;amp;parallel_csi {
	status = "disabled";
};

&amp;amp;isi_0 {
	interface = &amp;lt;2 0 2&amp;gt;;
	deinterlace_blending;
	ntsc_top = &amp;lt;0&amp;gt;;		/* 0 for ISL79987. */
	status = "okay";
};

&amp;amp;isi_1 {
	interface = &amp;lt;2 1 2&amp;gt;;
	deinterlace_mode = &amp;lt;2&amp;gt;;  /* 0 ~ 1: No de-interlacing,
				    2: Odd even weave, 3: Even odd weave
				    4: Odd even blending, 5: Even odd blending
				    6 ~ 7: Line doubling */
	ntsc_top = &amp;lt;0&amp;gt;;		/* 0 for ISL79987. */
	status = "okay";
};

&amp;amp;isi_2 {
	interface = &amp;lt;2 2 2&amp;gt;;
	deinterlace_mode = &amp;lt;2&amp;gt;;  /* 0 ~ 1: No de-interlacing,
				    2: Odd even weave, 3: Even odd weave
				    4: Odd even blending, 5: Even odd blending
				    6 ~ 7: Line doubling */
	ntsc_top = &amp;lt;0&amp;gt;;		/* 0 for ISL79987. */
	status = "okay";
};

&amp;amp;isi_3 {
	interface = &amp;lt;2 3 2&amp;gt;;
	deinterlace_mode = &amp;lt;2&amp;gt;;  /* 0 ~ 1: No de-interlacing,
				    2: Odd even weave, 3: Even odd weave
				    4: Odd even blending, 5: Even odd blending
				    6 ~ 7: Line doubling */
	ntsc_top = &amp;lt;0&amp;gt;;		/* 0 for ISL79987. */
	status = "okay";
};

&amp;amp;isi_4 {
	interface = &amp;lt;2 0 2&amp;gt;;
	deinterlace_mode = &amp;lt;4&amp;gt;;	/* 0 ~ 1: No de-interlacing,
				   2: Odd even weave, 3: Even odd weave
				   4: Odd even blending, 5: Even odd blending
				   6 ~ 7: Line doubling */
	ntsc_top = &amp;lt;0&amp;gt;;		/* 0 for ISL79987. */
	status = "okay";
};

&amp;amp;isi_5 {
	status = "disabled";
};

&amp;amp;isi_6 {
	status = "disabled";
};

&amp;amp;isi_7 {
	status = "disabled";
};

&amp;amp;mipi_csi_0 {
	virtual-channel;
	status = "okay";

	/delete-node/port@0;

	port@0 {
		reg = &amp;lt;0&amp;gt;;
		mipi_csi0_ep: endpoint {
			remote-endpoint = &amp;lt;&amp;amp;isl7998x_mipi_ep&amp;gt;;
			data-lanes = &amp;lt;1 2&amp;gt;;
		};
	};
};

&amp;amp;i2c1 {
	i2c-switch@71 {
		i2c@1{
			clock-frequency = &amp;lt;100000&amp;gt;;
			status = "okay";
			#address-cells = &amp;lt;1&amp;gt;;
    		#size-cells = &amp;lt;0&amp;gt;;
    		reg = &amp;lt;1&amp;gt;;
			isl7998x: isl7998x@44 {
				compatible = "intersil,isl7998x";
				reg = &amp;lt;0x44&amp;gt;;
				pinctrl-names = "default";
				pinctrl-0 = &amp;lt;&amp;amp;pinctrl_isl7998x0&amp;gt;;
				clocks = &amp;lt;&amp;amp;clk_dummy&amp;gt;;
				clock-names = "capture_mclk";
				mclk = &amp;lt;27000000&amp;gt;;
				mclk_source = &amp;lt;0&amp;gt;;
				pwn-gpios = &amp;lt;&amp;amp;lsio_gpio3 7 GPIO_ACTIVE_LOW&amp;gt;;
				rst-gpios = &amp;lt;&amp;amp;lsio_gpio3 8 GPIO_ACTIVE_HIGH&amp;gt;;
				virtual-channel;
				status = "okay";
				port {
					isl7998x_mipi_ep: endpoint {
						remote-endpoint = &amp;lt;&amp;amp;mipi_csi0_ep&amp;gt;;
					};
				};
			};
		};
		i2c@3{
			/delete-node/ isl29023@44;
		};
	};
};

&amp;amp;i2c_mipi_csi0 {
     /delete-node/max9286_mipi@6a;
};&lt;/LI-CODE&gt;&lt;P&gt;&lt;BR /&gt;Note: We didn't use i2c_mipi_csi0 as it seems faulty so we utilised the i2c1 and re-routed the board as per our requirement and managed to establish i2c communication successfully!&lt;/P&gt;</description>
    <pubDate>Mon, 11 Mar 2024 11:27:31 GMT</pubDate>
    <dc:creator>arjun_r</dc:creator>
    <dc:date>2024-03-11T11:27:31Z</dc:date>
    <item>
      <title>IMX8QXP - ISL79987 Video Decoder not working</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/IMX8QXP-ISL79987-Video-Decoder-not-working/m-p/1825124#M221047</link>
      <description>&lt;P&gt;We are trying to connect the MCIMX8QXP-CPU to a video decoder board based on the ISL79987 video decoder, over the MIPI CSI interface.&lt;/P&gt;&lt;P&gt;The hardware of the ISL79987 is verified by the Renesas. So far, we are only able to do I2C communication with the ISL79987.&lt;/P&gt;&lt;P&gt;We have sought Renesas help on this and beyond a certain point they have asked us to seek help from NXP as well, as the BSP is from NXP&lt;/P&gt;&lt;P&gt;kernel version we tried - 6.1.36, 5.10.52, 5.4.70&lt;/P&gt;&lt;P&gt;We are able to detect whether the camera connected or not through,&lt;/P&gt;&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;root@imx8qxpc0mek:~# v4l2-ctl -d /dev/v4l-subdev1 --get-detected-standard&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;Video Standard = 0x000000ff&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;PAL-B/B1/G/H/I/D/D1/K&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;But there is no communication through MIPI port, we tried different method to bring-up,&lt;BR /&gt;Method 1:&lt;/P&gt;&lt;P&gt;Tried the v6.1.36 driver - &lt;A href="https://elixir.bootlin.com/linux/v6.1.36/source/drivers/media/i2c/isl7998x.c" target="_blank" rel="noopener"&gt;https://elixir.bootlin.com/linux/v6.1.36/source/drivers/media/i2c/isl7998x.c&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Method 2:&lt;/P&gt;&lt;P&gt;followed,&lt;BR /&gt;&lt;A href="http://ISL79987 and adv7180 de-interlace driver for iMX8QXP boards" target="_blank" rel="noopener"&gt;ISL79987 and adv7180 de-interlace driver for iMX8QXP boards - NXP Community &lt;/A&gt;&lt;/P&gt;&lt;P&gt;Method 3:&lt;/P&gt;&lt;P&gt;Followed Renesas suggestions, they provided their driver but that seems to be dead end too&lt;/P&gt;&lt;P&gt;We request nxp to look into this and give us the reasoning behind why there is no sink pad available in mxc-mipi-csi2.0. Moreover, there's no link between source isl79987 to sink mxc-mipi-csi2.0&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="missing_sinkpad.png" style="width: 999px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/267567iD795B8AA1A3B1718/image-size/large?v=v2&amp;amp;px=999" role="button" title="missing_sinkpad.png" alt="missing_sinkpad.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;DTS - v5.4.70&lt;/SPAN&gt;&lt;/P&gt;&lt;LI-CODE lang="cpp"&gt;&amp;amp;cameradev {
	/delete-property/parallel_csi;
	status = "okay";
};

&amp;amp;parallel_csi {
	status = "disabled";
};

&amp;amp;isi_0 {
	interface = &amp;lt;2 0 2&amp;gt;;
	deinterlace_blending;
	ntsc_top = &amp;lt;0&amp;gt;;		/* 0 for ISL79987. */
	status = "okay";
};

&amp;amp;isi_1 {
	interface = &amp;lt;2 1 2&amp;gt;;
	deinterlace_mode = &amp;lt;2&amp;gt;;  /* 0 ~ 1: No de-interlacing,
				    2: Odd even weave, 3: Even odd weave
				    4: Odd even blending, 5: Even odd blending
				    6 ~ 7: Line doubling */
	ntsc_top = &amp;lt;0&amp;gt;;		/* 0 for ISL79987. */
	status = "okay";
};

&amp;amp;isi_2 {
	interface = &amp;lt;2 2 2&amp;gt;;
	deinterlace_mode = &amp;lt;2&amp;gt;;  /* 0 ~ 1: No de-interlacing,
				    2: Odd even weave, 3: Even odd weave
				    4: Odd even blending, 5: Even odd blending
				    6 ~ 7: Line doubling */
	ntsc_top = &amp;lt;0&amp;gt;;		/* 0 for ISL79987. */
	status = "okay";
};

&amp;amp;isi_3 {
	interface = &amp;lt;2 3 2&amp;gt;;
	deinterlace_mode = &amp;lt;2&amp;gt;;  /* 0 ~ 1: No de-interlacing,
				    2: Odd even weave, 3: Even odd weave
				    4: Odd even blending, 5: Even odd blending
				    6 ~ 7: Line doubling */
	ntsc_top = &amp;lt;0&amp;gt;;		/* 0 for ISL79987. */
	status = "okay";
};

&amp;amp;isi_4 {
	interface = &amp;lt;2 0 2&amp;gt;;
	deinterlace_mode = &amp;lt;4&amp;gt;;	/* 0 ~ 1: No de-interlacing,
				   2: Odd even weave, 3: Even odd weave
				   4: Odd even blending, 5: Even odd blending
				   6 ~ 7: Line doubling */
	ntsc_top = &amp;lt;0&amp;gt;;		/* 0 for ISL79987. */
	status = "okay";
};

&amp;amp;isi_5 {
	status = "disabled";
};

&amp;amp;isi_6 {
	status = "disabled";
};

&amp;amp;isi_7 {
	status = "disabled";
};

&amp;amp;mipi_csi_0 {
	virtual-channel;
	status = "okay";

	/delete-node/port@0;

	port@0 {
		reg = &amp;lt;0&amp;gt;;
		mipi_csi0_ep: endpoint {
			remote-endpoint = &amp;lt;&amp;amp;isl7998x_mipi_ep&amp;gt;;
			data-lanes = &amp;lt;1 2&amp;gt;;
		};
	};
};

&amp;amp;i2c1 {
	i2c-switch@71 {
		i2c@1{
			clock-frequency = &amp;lt;100000&amp;gt;;
			status = "okay";
			#address-cells = &amp;lt;1&amp;gt;;
    		#size-cells = &amp;lt;0&amp;gt;;
    		reg = &amp;lt;1&amp;gt;;
			isl7998x: isl7998x@44 {
				compatible = "intersil,isl7998x";
				reg = &amp;lt;0x44&amp;gt;;
				pinctrl-names = "default";
				pinctrl-0 = &amp;lt;&amp;amp;pinctrl_isl7998x0&amp;gt;;
				clocks = &amp;lt;&amp;amp;clk_dummy&amp;gt;;
				clock-names = "capture_mclk";
				mclk = &amp;lt;27000000&amp;gt;;
				mclk_source = &amp;lt;0&amp;gt;;
				pwn-gpios = &amp;lt;&amp;amp;lsio_gpio3 7 GPIO_ACTIVE_LOW&amp;gt;;
				rst-gpios = &amp;lt;&amp;amp;lsio_gpio3 8 GPIO_ACTIVE_HIGH&amp;gt;;
				virtual-channel;
				status = "okay";
				port {
					isl7998x_mipi_ep: endpoint {
						remote-endpoint = &amp;lt;&amp;amp;mipi_csi0_ep&amp;gt;;
					};
				};
			};
		};
		i2c@3{
			/delete-node/ isl29023@44;
		};
	};
};

&amp;amp;i2c_mipi_csi0 {
     /delete-node/max9286_mipi@6a;
};&lt;/LI-CODE&gt;&lt;P&gt;&lt;BR /&gt;Note: We didn't use i2c_mipi_csi0 as it seems faulty so we utilised the i2c1 and re-routed the board as per our requirement and managed to establish i2c communication successfully!&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2024 11:27:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/IMX8QXP-ISL79987-Video-Decoder-not-working/m-p/1825124#M221047</guid>
      <dc:creator>arjun_r</dc:creator>
      <dc:date>2024-03-11T11:27:31Z</dc:date>
    </item>
    <item>
      <title>Re: IMX8QXP - ISL79987 Video Decoder not working</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/IMX8QXP-ISL79987-Video-Decoder-not-working/m-p/1826859#M221185</link>
      <description>&lt;P&gt;Better to follow the method 2 as it was verified by the AE. And try it in L5.4.70_2.3.0 because there is &lt;SPAN class="lia-link-navigation lia-attachment-link-disabled lia-link-disabled" aria-disabled="true"&gt;L5.4.70_2.3.0_ISL7998x_Patch.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 13 Mar 2024 06:44:04 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/IMX8QXP-ISL79987-Video-Decoder-not-working/m-p/1826859#M221185</guid>
      <dc:creator>jimmychan</dc:creator>
      <dc:date>2024-03-13T06:44:04Z</dc:date>
    </item>
    <item>
      <title>Re: IMX8QXP - ISL79987 Video Decoder not working</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/IMX8QXP-ISL79987-Video-Decoder-not-working/m-p/1831035#M221452</link>
      <description>&lt;P&gt;Once I switched to &lt;SPAN&gt;L5.4.70_2.3.0&lt;/SPAN&gt;, I can able to capture the feed using,&lt;/P&gt;&lt;P&gt;&lt;FONT face="comic sans ms,sans-serif"&gt;&lt;SPAN&gt;$ /unit_tests/V4L2/mx8_v4l2_cap_&lt;/SPAN&gt;&lt;SPAN&gt;drm.out -cam 1 -num 300 -fmt YUYV -of&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;But the result is choppy&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="videofeed-min.png" style="width: 999px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/269234i3252B1519E9E4ECF/image-size/large?v=v2&amp;amp;px=999" role="button" title="videofeed-min.png" alt="videofeed-min.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Before running the unit test,&lt;/P&gt;&lt;P&gt;- entity 106: mxc-mipi-csi2.0 (8 pads, 9 links)&lt;BR /&gt;type Node subtype V4L flags 0&lt;BR /&gt;device node name /dev/v4l-subdev0&lt;BR /&gt;pad0: Sink&lt;BR /&gt;&amp;lt;- "isl7998x 19-0044":0 [ENABLED,IMMUTABLE]&lt;BR /&gt;pad1: Sink&lt;BR /&gt;&amp;lt;- "isl7998x 19-0044":1 [ENABLED,IMMUTABLE]&lt;BR /&gt;pad2: Sink&lt;BR /&gt;&amp;lt;- "isl7998x 19-0044":2 [ENABLED,IMMUTABLE]&lt;BR /&gt;pad3: Sink&lt;BR /&gt;&amp;lt;- "isl7998x 19-0044":3 [ENABLED,IMMUTABLE]&lt;BR /&gt;pad4: Source&lt;BR /&gt;-&amp;gt; "mxc_isi.0":0 [ENABLED]&lt;BR /&gt;-&amp;gt; "mxc_isi.4":0 [ENABLED]&lt;BR /&gt;pad5: Source&lt;BR /&gt;-&amp;gt; "mxc_isi.1":1 [ENABLED]&lt;BR /&gt;pad6: Source&lt;BR /&gt;-&amp;gt; "mxc_isi.2":2 [ENABLED]&lt;BR /&gt;pad7: Source&lt;BR /&gt;-&amp;gt; "mxc_isi.3":3 [ENABLED]&lt;/P&gt;&lt;P&gt;- entity 115: isl7998x 19-0044 (4 pads, 4 links)&lt;BR /&gt;type V4L2 subdev subtype Sensor flags 0&lt;BR /&gt;device node name /dev/v4l-subdev1&lt;BR /&gt;pad0: Source&lt;BR /&gt;[fmt:UYVY8_2X8/762x504 field:interlaced colorspace:jpeg]&lt;BR /&gt;-&amp;gt; "mxc-mipi-csi2.0":0 [ENABLED,IMMUTABLE]&lt;BR /&gt;pad1: Source&lt;BR /&gt;-&amp;gt; "mxc-mipi-csi2.0":1 [ENABLED,IMMUTABLE]&lt;BR /&gt;pad2: Source&lt;BR /&gt;-&amp;gt; "mxc-mipi-csi2.0":2 [ENABLED,IMMUTABLE]&lt;BR /&gt;pad3: Source&lt;BR /&gt;-&amp;gt; "mxc-mipi-csi2.0":3 [ENABLED,IMMUTABLE]&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;After running the unit test,&lt;/P&gt;&lt;P&gt;- entity 106: mxc-mipi-csi2.0 (8 pads, 9 links)&lt;BR /&gt;type Node subtype V4L flags 0&lt;BR /&gt;device node name /dev/v4l-subdev0&lt;BR /&gt;pad0: Sink&lt;BR /&gt;&amp;lt;- "isl7998x 19-0044":0 [ENABLED,IMMUTABLE]&lt;BR /&gt;pad1: Sink&lt;BR /&gt;&amp;lt;- "isl7998x 19-0044":1 [ENABLED,IMMUTABLE]&lt;BR /&gt;pad2: Sink&lt;BR /&gt;&amp;lt;- "isl7998x 19-0044":2 [ENABLED,IMMUTABLE]&lt;BR /&gt;pad3: Sink&lt;BR /&gt;&amp;lt;- "isl7998x 19-0044":3 [ENABLED,IMMUTABLE]&lt;BR /&gt;pad4: Source&lt;BR /&gt;-&amp;gt; "mxc_isi.0":0 [ENABLED]&lt;BR /&gt;-&amp;gt; "mxc_isi.4":0 [ENABLED]&lt;BR /&gt;pad5: Source&lt;BR /&gt;-&amp;gt; "mxc_isi.1":1 [ENABLED]&lt;BR /&gt;pad6: Source&lt;BR /&gt;-&amp;gt; "mxc_isi.2":2 [ENABLED]&lt;BR /&gt;pad7: Source&lt;BR /&gt;-&amp;gt; "mxc_isi.3":3 [ENABLED]&lt;/P&gt;&lt;P&gt;- entity 115: isl7998x 19-0044 (4 pads, 4 links)&lt;BR /&gt;type V4L2 subdev subtype Sensor flags 0&lt;BR /&gt;device node name /dev/v4l-subdev1&lt;BR /&gt;pad0: Source&lt;BR /&gt;[fmt:UYVY8_2X8/720x480 field:interlaced colorspace:jpeg]&lt;BR /&gt;-&amp;gt; "mxc-mipi-csi2.0":0 [ENABLED,IMMUTABLE]&lt;BR /&gt;pad1: Source&lt;BR /&gt;-&amp;gt; "mxc-mipi-csi2.0":1 [ENABLED,IMMUTABLE]&lt;BR /&gt;pad2: Source&lt;BR /&gt;-&amp;gt; "mxc-mipi-csi2.0":2 [ENABLED,IMMUTABLE]&lt;BR /&gt;pad3: Source&lt;BR /&gt;-&amp;gt; "mxc-mipi-csi2.0":3 [ENABLED,IMMUTABLE]&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there anything that missing?&lt;/P&gt;</description>
      <pubDate>Tue, 19 Mar 2024 09:38:56 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/IMX8QXP-ISL79987-Video-Decoder-not-working/m-p/1831035#M221452</guid>
      <dc:creator>arjun_r</dc:creator>
      <dc:date>2024-03-19T09:38:56Z</dc:date>
    </item>
  </channel>
</rss>

