<?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 Re: Android :imx8mn display issue. in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/Android-imx8mn-display-issue/m-p/1077924#M158238</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Igor,&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;Yocto, works fine with the same kernel that I am using for Android&amp;nbsp;P9.0.0_2.3.4, so mipi-dsi and&amp;nbsp;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;sn65dsi83 looks fine.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Is&amp;nbsp;&lt;STRONG style="color: #51626f; background-color: #ffffff; border: 0px; font-weight: bold;"&gt;P9.0.0_2.3.4&amp;nbsp;&lt;/STRONG&gt; a stable release for imx8mn ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cheers,&lt;/P&gt;&lt;P&gt;mohit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 10 Jun 2020 17:55:12 GMT</pubDate>
    <dc:creator>mps</dc:creator>
    <dc:date>2020-06-10T17:55:12Z</dc:date>
    <item>
      <title>Android :imx8mn display issue.</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Android-imx8mn-display-issue/m-p/1077922#M158236</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am trying to boot Android&amp;nbsp;&lt;STRONG&gt;P9.0.0_2.3.4&lt;/STRONG&gt; on our setup which is imx8MN-&amp;gt;MIPI-&amp;gt;TI&amp;nbsp;sn65dsi83 -&amp;gt;LVDS-&amp;gt;Panel.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;During the inital boot penguins logo comes up fine, however for boot animation I see error "&lt;STRONG&gt;imx_sec_dsim_drv 32e10000.mipi_dsi: clock is not in stop state&lt;/STRONG&gt;", as a result Android doesn't come up.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Error comes from&amp;nbsp;drivers/gpu/drm/bridge/sec-dsim.c.&lt;BR /&gt;The status value is 0x801002f0&lt;/P&gt;&lt;P&gt;/* wait for clk &amp;amp; data lanes to go to stop state */&lt;BR /&gt; mdelay(1);&lt;/P&gt;&lt;P&gt;data_lanes_en = (0x1 &amp;lt;&amp;lt; dsim-&amp;gt;lanes) - 1;&lt;BR /&gt; status = dsim_read(dsim, DSIM_STATUS);&lt;BR /&gt; if (!(status &amp;amp; STATUS_STOPSTATECLK)) {&lt;BR /&gt; &lt;STRONG&gt;dev_err(dsim-&amp;gt;dev, "clock is not in stop state\n");&lt;/STRONG&gt;&lt;BR /&gt; return -EBUSY;&lt;BR /&gt; }&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;--------------------------Log at&amp;nbsp;&lt;SPAN&gt;penguins logo ----------------------------------&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;[ 1.432925] sn65dsi83 0-002c: lvds-channels property not found, using default&lt;BR /&gt;[ 1.440122] sn65dsi83 0-002c: failed to parse enable panel gpio&lt;BR /&gt;[ 1.500578] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).&lt;BR /&gt;[ 1.507237] [drm] No driver support for vblank timestamp query.&lt;BR /&gt;&lt;STRONG&gt;[ 1.513274] imx-drm display-subsystem: bound imx-lcdif-crtc.0 (ops lcdif_crtc_ops)&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;[ 1.521164] imx_sec_dsim_drv 32e10000.mipi_dsi: version number is 0x1060200&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;[ 1.528948] imx-drm display-subsystem: bound 32e10000.mipi_dsi (ops imx_sec_dsim_ops)&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;[ 1.555248] sn65dsi83 0-002c: DSI clock [ 99000000 ] Hz&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;[ 1.555255] sn65dsi83 0-002c: Resolution [ 800 x 480 ] Hz&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;[ 1.556276] sn65dsi83 0-002c: lvds_clk=33000000 lvds_clk_range=0x0&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;[ 1.557762] sn65dsi83 0-002c: dsi_clk_range=0x13&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;[ 1.557766] sn65dsi83 0-002c: dsi_clk_div=0x2&lt;/STRONG&gt;&lt;BR /&gt;[ 1.818311] Console: switching to colour frame buffer device 100x30&lt;BR /&gt;[ 1.864749] imx-drm display-subsystem: fb0: frame buffer device&lt;BR /&gt;[ 1.871367] [drm] Initialized imx-drm 1.0.0 20120507 for display-subsystem on minor 0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;--------------------------Log at boot animation&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;----------------------------------&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;[ 9.922373] init: Received control message 'start' for 'bootanim' from pid: 3061 (/system/bin/surfaceflinger)&lt;BR /&gt;&lt;STRONG&gt;[ 9.933134] init: starting service 'bootanim'...&lt;/STRONG&gt;&lt;BR /&gt;[ 9.939423] type=1400 audit(946685068.128:647): avc: denied { read } for pid=3058 comm="HwBinder:3058_1" name="u:object_r:ffs_prop:s0" dev="tmpfs" ino=2290 scontext=u:r:hal_usb_impl:s0 tcontext=u:objec&lt;BR /&gt;t_r:ffs_prop:s0 tclass=file permissive=0&lt;BR /&gt;[ 9.961248] type=1400 audit(946685070.252:648): avc: denied { dac_read_search } for pid=1 comm="init" capability=2 scontext=u:r:init:s0 tcontext=u:r:init:s0 tclass=capability permissive=0&lt;BR /&gt;&lt;STRONG&gt;[ 11.085185] imx_sec_dsim_drv 32e10000.mipi_dsi: clock is not in stop state&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;[ 11.092104] imx_sec_dsim_drv 32e10000.mipi_dsi: dsim pll config failed: -16&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;[ 11.107267] sn65dsi83 0-002c: DSI clock [ 99000000 ] Hz&lt;BR /&gt;[ 11.112569] sn65dsi83 0-002c: Resolution [ 800 x 480 ] Hz&lt;BR /&gt;[ 11.118988] sn65dsi83 0-002c: lvds_clk=33000000 lvds_clk_range=0x0&lt;BR /&gt;[ 11.126694] sn65dsi83 0-002c: dsi_clk_range=0x13&lt;BR /&gt;[ 11.131350] sn65dsi83 0-002c: dsi_clk_div=0x2&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;------- relevant device tree entries---------------------------&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;lcdif: lcd-controller@32E00000 {&lt;BR /&gt; #address-cells = &amp;lt;1&amp;gt;;&lt;BR /&gt; #size-cells = &amp;lt;0&amp;gt;;&lt;BR /&gt; compatible = "fsl,imx8mn-lcdif";&lt;BR /&gt; reg = &amp;lt;0x0 0x32e00000 0x0 0x10000&amp;gt;;&lt;BR /&gt; clocks = &amp;lt;&amp;amp;clk IMX8MN_CLK_DISP_PIXEL_ROOT&amp;gt;,&lt;BR /&gt; &amp;lt;&amp;amp;clk IMX8MN_CLK_DISP_AXI_ROOT&amp;gt;,&lt;BR /&gt; &amp;lt;&amp;amp;clk IMX8MN_CLK_DISP_APB_ROOT&amp;gt;;&lt;BR /&gt; clock-names = "pix", "disp-axi", "disp-apb";&lt;BR /&gt; assigned-clocks = &amp;lt;&amp;amp;clk IMX8MN_CLK_DISP_PIXEL&amp;gt;,&lt;BR /&gt; &amp;lt;&amp;amp;clk IMX8MN_CLK_DISP_AXI&amp;gt;,&lt;BR /&gt; &amp;lt;&amp;amp;clk IMX8MN_CLK_DISP_APB&amp;gt;;&lt;BR /&gt; assigned-clock-parents = &amp;lt;&amp;amp;clk IMX8MN_VIDEO_PLL1_OUT&amp;gt;,&lt;BR /&gt; &amp;lt;&amp;amp;clk IMX8MN_SYS_PLL2_1000M&amp;gt;,&lt;BR /&gt; &amp;lt;&amp;amp;clk IMX8MN_SYS_PLL1_800M&amp;gt;;&lt;BR /&gt; assigned-clock-rate = &amp;lt;594000000&amp;gt;, &amp;lt;500000000&amp;gt;, &amp;lt;200000000&amp;gt;;&lt;BR /&gt; interrupts = &amp;lt;GIC_SPI 5 IRQ_TYPE_LEVEL_HIGH&amp;gt;;&lt;BR /&gt; resets = &amp;lt;&amp;amp;lcdif_resets&amp;gt;;&lt;BR /&gt; power-domains = &amp;lt;&amp;amp;dispmix_pd&amp;gt;;&lt;BR /&gt; status = "disabled";&lt;/P&gt;&lt;P&gt;lcdif_disp0: port@0 {&lt;BR /&gt; reg = &amp;lt;0&amp;gt;;&lt;/P&gt;&lt;P&gt;lcdif_to_dsim: endpoint {&lt;BR /&gt; remote-endpoint = &amp;lt;&amp;amp;dsim_from_lcdif&amp;gt;;&lt;BR /&gt; };&lt;BR /&gt; };&lt;BR /&gt; };&lt;/P&gt;&lt;P&gt;mipi_dsi: mipi_dsi@32E10000 {&lt;BR /&gt; #address-cells = &amp;lt;1&amp;gt;;&lt;BR /&gt; #size-cells = &amp;lt;0&amp;gt;;&lt;BR /&gt; compatible = "fsl,imx8mn-mipi-dsim";&lt;BR /&gt; reg = &amp;lt;0x0 0x32e10000 0x0 0x400&amp;gt;;&lt;BR /&gt; clocks = &amp;lt;&amp;amp;clk IMX8MN_CLK_DSI_CORE&amp;gt;,&lt;BR /&gt; &amp;lt;&amp;amp;clk IMX8MN_CLK_DSI_PHY_REF&amp;gt;;&lt;BR /&gt; clock-names = "cfg", "pll-ref";&lt;BR /&gt; assigned-clocks = &amp;lt;&amp;amp;clk IMX8MN_CLK_DSI_CORE&amp;gt;,&lt;BR /&gt; &amp;lt;&amp;amp;clk IMX8MN_CLK_DSI_PHY_REF&amp;gt;;&lt;BR /&gt; assigned-clock-parents = &amp;lt;&amp;amp;clk IMX8MN_SYS_PLL1_266M&amp;gt;,&lt;BR /&gt; &amp;lt;&amp;amp;clk IMX8MN_VIDEO_PLL1_OUT&amp;gt;;&lt;BR /&gt; assigned-clock-rates = &amp;lt;266000000&amp;gt;, &amp;lt;594000000&amp;gt;;&lt;BR /&gt; interrupts = &amp;lt;GIC_SPI 18 IRQ_TYPE_LEVEL_HIGH&amp;gt;;&lt;BR /&gt; resets = &amp;lt;&amp;amp;mipi_dsi_resets&amp;gt;;&lt;BR /&gt; power-domains = &amp;lt;&amp;amp;mipi_pd&amp;gt;;&lt;BR /&gt; status = "disabled";&lt;/P&gt;&lt;P&gt;port@0 {&lt;BR /&gt; dsim_from_lcdif: endpoint {&lt;BR /&gt; remote-endpoint = &amp;lt;&amp;amp;lcdif_to_dsim&amp;gt;;&lt;BR /&gt; };&lt;BR /&gt; };&lt;BR /&gt; };&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cheers,&lt;/P&gt;&lt;P&gt;mohit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Jun 2020 17:09:26 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Android-imx8mn-display-issue/m-p/1077922#M158236</guid>
      <dc:creator>mps</dc:creator>
      <dc:date>2020-06-09T17:09:26Z</dc:date>
    </item>
    <item>
      <title>Re: Android :imx8mn display issue.</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Android-imx8mn-display-issue/m-p/1077923#M158237</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi MOHIT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;one can check video-mode,width,height settings in mipi-dsi dts :&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://source.codeaurora.org/external/imx/linux-imx/tree/arch/arm64/boot/dts/freescale/fsl-imx8mn-ddr4-evk-rm67191.dts?h=imx_4.14.98_2.3.0" title="https://source.codeaurora.org/external/imx/linux-imx/tree/arch/arm64/boot/dts/freescale/fsl-imx8mn-ddr4-evk-rm67191.dts?h=imx_4.14.98_2.3.0"&gt;fsl-imx8mn-ddr4-evk-rm67191.dts\freescale\dts\boot\arm64\arch - linux-imx - i.MX Linux kernel&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;for sn65dsi83 suggestions&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/thread/482724"&gt;how to use ldb/lvds in android8 of imx8mq ?&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;BR /&gt;igor&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Jun 2020 07:26:33 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Android-imx8mn-display-issue/m-p/1077923#M158237</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2020-06-10T07:26:33Z</dc:date>
    </item>
    <item>
      <title>Re: Android :imx8mn display issue.</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Android-imx8mn-display-issue/m-p/1077924#M158238</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Igor,&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;Yocto, works fine with the same kernel that I am using for Android&amp;nbsp;P9.0.0_2.3.4, so mipi-dsi and&amp;nbsp;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;sn65dsi83 looks fine.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Is&amp;nbsp;&lt;STRONG style="color: #51626f; background-color: #ffffff; border: 0px; font-weight: bold;"&gt;P9.0.0_2.3.4&amp;nbsp;&lt;/STRONG&gt; a stable release for imx8mn ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cheers,&lt;/P&gt;&lt;P&gt;mohit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Jun 2020 17:55:12 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Android-imx8mn-display-issue/m-p/1077924#M158238</guid>
      <dc:creator>mps</dc:creator>
      <dc:date>2020-06-10T17:55:12Z</dc:date>
    </item>
    <item>
      <title>Re: Android :imx8mn display issue.</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Android-imx8mn-display-issue/m-p/1077925#M158239</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mohit&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in general yes, supported platforms can be found on&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://www.nxp.com/design/software/embedded-software/i-mx-software/android-os-for-i-mx-applications-processors:IMXANDROID?tab=In-Depth_Tab" title="https://www.nxp.com/design/software/embedded-software/i-mx-software/android-os-for-i-mx-applications-processors:IMXANDROID?tab=In-Depth_Tab"&gt;Android OS for i.MX Applications Processors | NXP&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;BR /&gt;igor&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Jun 2020 23:16:24 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Android-imx8mn-display-issue/m-p/1077925#M158239</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2020-06-10T23:16:24Z</dc:date>
    </item>
  </channel>
</rss>

