<?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: HDMI support</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/HDMI-support/m-p/1714767#M211783</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/208920"&gt;@rainho&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;I hope you are doing well.&lt;/P&gt;
&lt;P&gt;There seem to be multiple instances of reset pinctrl.&lt;/P&gt;
&lt;P data-unlink="true"&gt;Please refer to&amp;nbsp;sii902x_reset and&amp;nbsp;sii902x@39&amp;nbsp;&amp;nbsp;in&lt;A href="https://github.com/nxp-imx/linux-imx/blob/imx_4.1.15_1.0.0_ga/arch/arm/boot/dts/imx6sx-sdb.dtsi#L437C2-L437C12" target="_self"&gt;&amp;nbsp;imx6sx-sdb.dtsi&lt;/A&gt;&amp;nbsp;for dts changes.&lt;/P&gt;
&lt;P data-unlink="true"&gt;Thanks &amp;amp; Regards,&lt;BR /&gt;Dhruvit Vasavada&lt;/P&gt;</description>
    <pubDate>Thu, 31 Aug 2023 07:26:32 GMT</pubDate>
    <dc:creator>Dhruvit</dc:creator>
    <dc:date>2023-08-31T07:26:32Z</dc:date>
    <item>
      <title>HDMI support</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/HDMI-support/m-p/1711335#M211442</link>
      <description>&lt;P&gt;Excuse me, I can use the mxsfb_sii902x driver normally when using the 4.1.15 kernel, but when I enable sii902x when using the 4.9.88 kernel, I can’t start the kernel and stay at the start kernel. I checked the source code of the driver and found that the fb device registration function has a high loading level At 6, its value is 5.&lt;BR /&gt;static int __init sii902x_init(void)&lt;BR /&gt;{&lt;BR /&gt;sii902x_in_init_state = 1;&lt;/P&gt;&lt;P&gt;return fb_register_client(&amp;amp;nb);&lt;BR /&gt;}&lt;BR /&gt;fs_initcall_sync(sii902x_init);&lt;BR /&gt;After changing and deleting the worker queue, the kernel can be started but an error is reported&lt;BR /&gt;[root@heshao_imx6]:/$:dmesg | grep 902x&lt;BR /&gt;[ 1.897754] sii902x 1-0039: No reset pin found&lt;BR /&gt;[ 2.049687] genirq: Failed to request resources for SII902x_det (irq 84) on irqchip gpio-mxc&lt;BR /&gt;[ 2.050037] sii902x 1-0039: Sii902x: cound not request det irq 84&lt;BR /&gt;Both use the same device tree, which works in 4.1.15 but not in 4.9.88. can you help me?&lt;/P&gt;</description>
      <pubDate>Fri, 25 Aug 2023 08:20:26 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/HDMI-support/m-p/1711335#M211442</guid>
      <dc:creator>rainho</dc:creator>
      <dc:date>2023-08-25T08:20:26Z</dc:date>
    </item>
    <item>
      <title>Re: HDMI support</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/HDMI-support/m-p/1711942#M211527</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/208920"&gt;@rainho&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;I hope you are doing well.&lt;/P&gt;
&lt;P&gt;Please make sure that CONFIG_DRM_SII902X option is enabled.&lt;/P&gt;
&lt;P&gt;Can you please provide me with the device tree &amp;amp; kernel configuration for further debugging?&lt;/P&gt;
&lt;P&gt;Thanks &amp;amp; Regards,&lt;BR /&gt;Dhruvit Vasavada&lt;/P&gt;</description>
      <pubDate>Mon, 28 Aug 2023 06:10:56 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/HDMI-support/m-p/1711942#M211527</guid>
      <dc:creator>Dhruvit</dc:creator>
      <dc:date>2023-08-28T06:10:56Z</dc:date>
    </item>
    <item>
      <title>Re: HDMI support</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/HDMI-support/m-p/1712316#M211575</link>
      <description>&lt;P&gt;Sorry, I probably already know the problem, because the application interruption failed, resulting in subsequent errors, but I can add and set irqIO as input in mxsfb_sii902x. But I don't understand why it still shows reset pin not found, even though it works normally. There is no such problem in 4.1.15, and I have not enabled brm sii9022. As far as I know, this has applied for drm management, which is not a big problem. My imx6ull does not have GPU support.&lt;/P&gt;</description>
      <pubDate>Mon, 28 Aug 2023 11:28:27 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/HDMI-support/m-p/1712316#M211575</guid>
      <dc:creator>rainho</dc:creator>
      <dc:date>2023-08-28T11:28:27Z</dc:date>
    </item>
    <item>
      <title>Re: HDMI support</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/HDMI-support/m-p/1712801#M211625</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/208920"&gt;@rainho&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;I hope you are doing well.&lt;/P&gt;
&lt;P data-unlink="true"&gt;Please make sure that you have referred to&lt;STRONG&gt;&amp;nbsp;sii902x@39&amp;nbsp;&lt;/STRONG&gt;and &lt;STRONG&gt;sii902x_reset&lt;/STRONG&gt; nodes in &lt;A href="https://github.com/nxp-imx/linux-imx/blob/imx_4.1.15_1.0.0_ga/arch/arm/boot/dts/imx6sx-sdb.dtsi" target="_self"&gt;/arch/arm/boot/dts/imx6sx-sdb.dtsi&lt;/A&gt;&amp;nbsp;and &lt;A href="https://github.com/nxp-imx/linux-imx/blob/imx_4.1.15_1.0.0_ga/arch/arm/boot/dts/imx6sx-sdb-lcdif1.dts" target="_self"&gt;i&lt;SPAN&gt;mx6sx-sdb-lcdif1.dts&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;
&lt;P data-unlink="true"&gt;&lt;SPAN&gt;Please make sure that reset gpio is not used for other resources (e.g. mipi-csi ..)&lt;/SPAN&gt;&lt;/P&gt;
&lt;P data-unlink="true"&gt;Please provide me with a device tree file for further debugging.&lt;/P&gt;
&lt;P data-unlink="true"&gt;Thanks &amp;amp; Regards,&lt;BR /&gt;Dhruvit Vasavada&lt;/P&gt;</description>
      <pubDate>Tue, 29 Aug 2023 06:01:02 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/HDMI-support/m-p/1712801#M211625</guid>
      <dc:creator>Dhruvit</dc:creator>
      <dc:date>2023-08-29T06:01:02Z</dc:date>
    </item>
    <item>
      <title>Re: HDMI support</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/HDMI-support/m-p/1712845#M211631</link>
      <description>&lt;P&gt;ok,I will check dts.This is my device tree, please help me to debug.&lt;/P&gt;&lt;P&gt;the log about sii902x :[ 1.912998] sii902x 1-0039: No reset pin found&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 29 Aug 2023 06:47:19 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/HDMI-support/m-p/1712845#M211631</guid>
      <dc:creator>rainho</dc:creator>
      <dc:date>2023-08-29T06:47:19Z</dc:date>
    </item>
    <item>
      <title>Re: HDMI support</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/HDMI-support/m-p/1714767#M211783</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/208920"&gt;@rainho&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;I hope you are doing well.&lt;/P&gt;
&lt;P&gt;There seem to be multiple instances of reset pinctrl.&lt;/P&gt;
&lt;P data-unlink="true"&gt;Please refer to&amp;nbsp;sii902x_reset and&amp;nbsp;sii902x@39&amp;nbsp;&amp;nbsp;in&lt;A href="https://github.com/nxp-imx/linux-imx/blob/imx_4.1.15_1.0.0_ga/arch/arm/boot/dts/imx6sx-sdb.dtsi#L437C2-L437C12" target="_self"&gt;&amp;nbsp;imx6sx-sdb.dtsi&lt;/A&gt;&amp;nbsp;for dts changes.&lt;/P&gt;
&lt;P data-unlink="true"&gt;Thanks &amp;amp; Regards,&lt;BR /&gt;Dhruvit Vasavada&lt;/P&gt;</description>
      <pubDate>Thu, 31 Aug 2023 07:26:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/HDMI-support/m-p/1714767#M211783</guid>
      <dc:creator>Dhruvit</dc:creator>
      <dc:date>2023-08-31T07:26:32Z</dc:date>
    </item>
    <item>
      <title>Re: HDMI support</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/HDMI-support/m-p/1714862#M211791</link>
      <description>&lt;P&gt;Hi, thanks for your reply!&lt;BR /&gt;I refer to the SII902X configuration of imx6sx-sdb.dtsi, but the reset pin not found still appears. You can find that gpio5 9 is used in two places in my dts. The other one is lcd reset, but I explicitly blocked it, so it should not work.&lt;BR /&gt;Thanks &amp;amp; Regards&lt;/P&gt;</description>
      <pubDate>Thu, 31 Aug 2023 08:50:48 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/HDMI-support/m-p/1714862#M211791</guid>
      <dc:creator>rainho</dc:creator>
      <dc:date>2023-08-31T08:50:48Z</dc:date>
    </item>
    <item>
      <title>Re: HDMI support</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/HDMI-support/m-p/1715594#M211851</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/208920"&gt;@rainho&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;I hope you are doing well.&lt;/P&gt;
&lt;P&gt;from the attached device tree(imx.dts), It seems that&amp;nbsp;sii902x_reset node does have pinctrl-0 property but&amp;nbsp;&lt;STRONG&gt;pinctrl-names = "default"; &lt;/STRONG&gt;seems to be missing.&lt;/P&gt;
&lt;P&gt;It is required to add the above property. Please add it.&lt;/P&gt;
&lt;P&gt;Please refer to&amp;nbsp;&lt;A href="https://stackoverflow.com/questions/65951913/gpio-is-uncontrolled-when-setting-device-tree-node-without-pinctrl-names" target="_self"&gt;https://stackoverflow.com/questions/65951913/gpio-is-uncontrolled-when-setting-device-tree-node-without-pinctrl-names&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Thanks &amp;amp; Regards,&lt;BR /&gt;Dhruvit Vasavada&lt;/P&gt;</description>
      <pubDate>Fri, 01 Sep 2023 07:03:33 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/HDMI-support/m-p/1715594#M211851</guid>
      <dc:creator>Dhruvit</dc:creator>
      <dc:date>2023-09-01T07:03:33Z</dc:date>
    </item>
    <item>
      <title>Re: HDMI support</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/HDMI-support/m-p/1715670#M211867</link>
      <description>&lt;P&gt;Hi, thanks for your reply!&lt;BR /&gt;Maybe I really forgot to add pinctrl-names, but the problem still exists after I added it&lt;BR /&gt;Thanks &amp;amp; Regards&lt;/P&gt;</description>
      <pubDate>Fri, 01 Sep 2023 08:51:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/HDMI-support/m-p/1715670#M211867</guid>
      <dc:creator>rainho</dc:creator>
      <dc:date>2023-09-01T08:51:13Z</dc:date>
    </item>
    <item>
      <title>Re: HDMI support</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/HDMI-support/m-p/1716201#M211927</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/208920"&gt;@rainho&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;I hope you are doing well.&lt;/P&gt;
&lt;P&gt;This is a kernel warning and not an error.&lt;/P&gt;
&lt;P&gt;This warning could be due to&amp;nbsp;the needed reset pin is not yet available because the pinctrl&lt;BR /&gt;controllers are not set up and the reset fails with a deferral error.&lt;/P&gt;
&lt;P&gt;It&amp;nbsp;will try to acquire the pin later on in order to allow proper initialization of the&lt;BR /&gt;Sil902 HDMI transmitter.&lt;/P&gt;
&lt;DIV class="commit-title markdown-title"&gt;&lt;A href="https://github.com/nxp-imx/linux-imx/commit/c93fc9485bfddd857cb1386de8a9306e12247b06" target="_self"&gt;MLK-14548: video: fb: hdmi: Allow reset pin deferral.&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV class="commit-title markdown-title"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV class="commit-title markdown-title"&gt;The above change was not present in the&amp;nbsp;&lt;SPAN&gt;4.1.15 kernel.&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV class="commit-desc"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV class="commit-desc"&gt;Thanks &amp;amp; Regards,&lt;BR /&gt;Dhruvit Vasavada&lt;/DIV&gt;</description>
      <pubDate>Mon, 04 Sep 2023 05:43:14 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/HDMI-support/m-p/1716201#M211927</guid>
      <dc:creator>Dhruvit</dc:creator>
      <dc:date>2023-09-04T05:43:14Z</dc:date>
    </item>
  </channel>
</rss>

