<?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 IMX8MM enabling MIPI panel driver for ILI9881C in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/IMX8MM-enabling-MIPI-panel-driver-for-ILI9881C/m-p/1351540#M181158</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have been trying to integrate Ilitech ILI9881C MIPI panel on my IMX8MM custom board on Android 11 environment.&lt;/P&gt;&lt;P&gt;I have tried to change defconfig as following:&lt;/P&gt;&lt;P&gt;CONFIG_REGMAP=y&lt;BR /&gt;CONFIG_SYSCON=y&lt;BR /&gt;CONFIG_DM_RESET=y&lt;BR /&gt;CONFIG_RESET_DISPMIX=y&lt;BR /&gt;#CONFIG_VIDEO_IMX_SEC_DSI=y&lt;BR /&gt;CONFIG_DRM_MIPI_DSI=y&lt;BR /&gt;CONFIG_BACKLIGHT_CLASS_DEVICE=y&lt;BR /&gt;CONFIG_DRM_PANEL_ILITEK_ILI9881C=y&lt;BR /&gt;CONFIG_DM_VIDEO=y&lt;BR /&gt;#CONFIG_VIDEO_LCD_RAYDIUM_RM67191=y&lt;BR /&gt;#CONFIG_VIDEO_ADV7535=y&lt;BR /&gt;CONFIG_SYS_WHITE_ON_BLACK=y&lt;BR /&gt;CONFIG_DRM_PANEL_ILITEK_IK9881C=y&lt;/P&gt;&lt;P&gt;After that, Kernel build log seems that it not includes drivers for IK9881C panel.&lt;/P&gt;&lt;P&gt;How can I solve this problem?&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;</description>
    <pubDate>Thu, 07 Oct 2021 01:49:19 GMT</pubDate>
    <dc:creator>zenith0123</dc:creator>
    <dc:date>2021-10-07T01:49:19Z</dc:date>
    <item>
      <title>IMX8MM enabling MIPI panel driver for ILI9881C</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/IMX8MM-enabling-MIPI-panel-driver-for-ILI9881C/m-p/1351540#M181158</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have been trying to integrate Ilitech ILI9881C MIPI panel on my IMX8MM custom board on Android 11 environment.&lt;/P&gt;&lt;P&gt;I have tried to change defconfig as following:&lt;/P&gt;&lt;P&gt;CONFIG_REGMAP=y&lt;BR /&gt;CONFIG_SYSCON=y&lt;BR /&gt;CONFIG_DM_RESET=y&lt;BR /&gt;CONFIG_RESET_DISPMIX=y&lt;BR /&gt;#CONFIG_VIDEO_IMX_SEC_DSI=y&lt;BR /&gt;CONFIG_DRM_MIPI_DSI=y&lt;BR /&gt;CONFIG_BACKLIGHT_CLASS_DEVICE=y&lt;BR /&gt;CONFIG_DRM_PANEL_ILITEK_ILI9881C=y&lt;BR /&gt;CONFIG_DM_VIDEO=y&lt;BR /&gt;#CONFIG_VIDEO_LCD_RAYDIUM_RM67191=y&lt;BR /&gt;#CONFIG_VIDEO_ADV7535=y&lt;BR /&gt;CONFIG_SYS_WHITE_ON_BLACK=y&lt;BR /&gt;CONFIG_DRM_PANEL_ILITEK_IK9881C=y&lt;/P&gt;&lt;P&gt;After that, Kernel build log seems that it not includes drivers for IK9881C panel.&lt;/P&gt;&lt;P&gt;How can I solve this problem?&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;</description>
      <pubDate>Thu, 07 Oct 2021 01:49:19 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/IMX8MM-enabling-MIPI-panel-driver-for-ILI9881C/m-p/1351540#M181158</guid>
      <dc:creator>zenith0123</dc:creator>
      <dc:date>2021-10-07T01:49:19Z</dc:date>
    </item>
    <item>
      <title>Re: IMX8MM enabling MIPI panel driver for ILI9881C</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/IMX8MM-enabling-MIPI-panel-driver-for-ILI9881C/m-p/1351758#M181179</link>
      <description>&lt;P&gt;Hi Zenpei&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;one can try to use imx8mm-evk-rm67191.dts&lt;/P&gt;
&lt;P&gt;&lt;A href="https://source.codeaurora.org/external/imx/linux-imx/tree/arch/arm64/boot/dts/freescale/imx8mm-evk-rm67191.dts?h=lf-5.10.y" target="_blank" rel="noopener"&gt;https://source.codeaurora.org/external/imx/linux-imx/tree/arch/arm64/boot/dts/freescale/imx8mm-evk-rm67191.dts?h=lf-5.10.y&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;in driver set for ILI9881C specifc initialization sequence in struct cmd_set_entry mcs_rm67191[]&lt;/P&gt;
&lt;P&gt;and timings in struct drm_display_mode default_mode :&lt;/P&gt;
&lt;P&gt;&lt;A href="https://source.codeaurora.org/external/imx/linux-imx/tree/drivers/gpu/drm/panel/panel-raydium-rm67191.c?h=lf-5.10.y" target="_blank" rel="noopener"&gt;https://source.codeaurora.org/external/imx/linux-imx/tree/drivers/gpu/drm/panel/panel-raydium-rm67191.c?h=lf-5.10.y&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best regards&lt;BR /&gt;igor&lt;/P&gt;</description>
      <pubDate>Thu, 07 Oct 2021 08:48:47 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/IMX8MM-enabling-MIPI-panel-driver-for-ILI9881C/m-p/1351758#M181179</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2021-10-07T08:48:47Z</dc:date>
    </item>
    <item>
      <title>Re: IMX8MM enabling MIPI panel driver for ILI9881C</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/IMX8MM-enabling-MIPI-panel-driver-for-ILI9881C/m-p/1352211#M181217</link>
      <description>&lt;P&gt;Hi Igor,&lt;/P&gt;&lt;P&gt;Thank you for the answer.&lt;/P&gt;&lt;P&gt;But unfortunately I'm not familiar to Linux/Android. Do you mind if you tell me how to apply changes you mentioned to the source codes and modify build in detail?Some&amp;nbsp;&lt;SPAN&gt;pointers to reference documents is appliciated.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks in advance.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 08 Oct 2021 01:28:07 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/IMX8MM-enabling-MIPI-panel-driver-for-ILI9881C/m-p/1352211#M181217</guid>
      <dc:creator>zenith0123</dc:creator>
      <dc:date>2021-10-08T01:28:07Z</dc:date>
    </item>
    <item>
      <title>Re: IMX8MM enabling MIPI panel driver for ILI9881C</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/IMX8MM-enabling-MIPI-panel-driver-for-ILI9881C/m-p/1356292#M181605</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/37066"&gt;@igorpadykov&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm working with&amp;nbsp;&lt;SPAN&gt;zenith0123 in this project.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Could you follow up his request ?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;ko-hey&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 15 Oct 2021 07:54:54 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/IMX8MM-enabling-MIPI-panel-driver-for-ILI9881C/m-p/1356292#M181605</guid>
      <dc:creator>ko-hey</dc:creator>
      <dc:date>2021-10-15T07:54:54Z</dc:date>
    </item>
    <item>
      <title>Re: IMX8MM enabling MIPI panel driver for ILI9881C</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/IMX8MM-enabling-MIPI-panel-driver-for-ILI9881C/m-p/1356396#M181620</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;SPAN&gt;ko-hey&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;nxp has special service for help with porting drivers for customer needs&amp;nbsp; :&amp;nbsp;&amp;nbsp;&lt;A href="https://contact.nxp.com/new-prof-svcs-sw-tech" target="_blank"&gt;https://contact.nxp.com/new-prof-svcs-sw-tech&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Best regards&lt;BR /&gt;igor&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 15 Oct 2021 10:08:24 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/IMX8MM-enabling-MIPI-panel-driver-for-ILI9881C/m-p/1356396#M181620</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2021-10-15T10:08:24Z</dc:date>
    </item>
    <item>
      <title>Re: IMX8MM enabling MIPI panel driver for ILI9881C</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/IMX8MM-enabling-MIPI-panel-driver-for-ILI9881C/m-p/1779785#M217826</link>
      <description>&lt;P&gt;hello. I also added the ili9881C screen on the IMX8MQ platform, did you solve your problem? Can you share the solution? please&lt;/P&gt;</description>
      <pubDate>Tue, 26 Dec 2023 01:35:33 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/IMX8MM-enabling-MIPI-panel-driver-for-ILI9881C/m-p/1779785#M217826</guid>
      <dc:creator>Arvin8002</dc:creator>
      <dc:date>2023-12-26T01:35:33Z</dc:date>
    </item>
  </channel>
</rss>

