<?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: How to setup initialize code via spi interface for lvds panel, which connect to imx6 solo? in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/How-to-setup-initialize-code-via-spi-interface-for-lvds-panel/m-p/475806#M75434</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Since the initial configuration of the LVDS panel is relatively independent process, you can create a separate module (or even a simple shell script) that preforms the LVDS panel initial configuration at system startup. For that, you can use the low-level eCSPI driver that is already included in the system. For more information, refer to the Chapter 38 of the attached document.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Artur&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&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>Tue, 15 Mar 2016 12:22:07 GMT</pubDate>
    <dc:creator>art</dc:creator>
    <dc:date>2016-03-15T12:22:07Z</dc:date>
    <item>
      <title>How to setup initialize code via spi interface for lvds panel, which connect to imx6 solo?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-setup-initialize-code-via-spi-interface-for-lvds-panel/m-p/475805#M75433</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Hi list,&lt;/P&gt;&lt;P&gt;In my case, LVDS panel connect to imx6 solo mcu, but the lvds panel need setup some initialize code via spi interface before work. I searched linux-3.0.35/driver/video/mxc/mxcfb_epson_vga.c (&lt;A href="http://git.freescale.com/git/cgit.cgi/imx/linux-2.6-imx.git/tree/drivers/video/mxc/mxcfb_epson_vga.c?h=imx_3.0.35_4.1.0" title="http://git.freescale.com/git/cgit.cgi/imx/linux-2.6-imx.git/tree/drivers/video/mxc/mxcfb_epson_vga.c?h=imx_3.0.35_4.1.0"&gt;linux-2.6-imx.git - Freescale i.MX Linux Tree&lt;/A&gt; ) has some code&amp;nbsp; as below:&lt;/P&gt;&lt;P&gt;&lt;CODE&gt;static int __init epson_lcd_init(void)&lt;BR /&gt;{&lt;BR /&gt; int ret;&lt;BR /&gt; ret = platform_driver_register(&amp;amp;lcd_plat_driver);&lt;BR /&gt; if (ret)&lt;BR /&gt; return ret;&lt;BR /&gt; return spi_register_driver(&amp;amp;lcd_spi_dev_driver);&lt;BR /&gt;}&lt;/CODE&gt;&lt;/P&gt;&lt;P&gt;But above code could not found on&amp;nbsp; &lt;A href="http://git.freescale.com/git/cgit.cgi/imx/linux-2.6-imx.git/log/?h=imx_3.14.28_1.0.0_ga" style="color: black; font-family: sans-serif; font-size: 13.3333px; background-color: #eeeeee;"&gt;imx_3.14.28_1.0.0_ga&lt;/A&gt;&amp;nbsp; branch, I guess this is as of device tree introduced.&lt;A href="http://git.freescale.com/git/cgit.cgi/imx/linux-2.6-imx.git/log/?h=imx_3.14.28_1.0.0_ga" style="color: black; font-family: sans-serif; font-size: 13.3333px; background-color: #eeeeee;"&gt;&lt;BR /&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My question is:&lt;/P&gt;&lt;P&gt;How to setup initialize code via spi interface to lvds panel on imx_3.14.28_1.0.0_ga or later branch?&amp;nbsp; Any similar example code or suggestion? Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Mar 2016 11:36:12 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-setup-initialize-code-via-spi-interface-for-lvds-panel/m-p/475805#M75433</guid>
      <dc:creator>pingwu</dc:creator>
      <dc:date>2016-03-14T11:36:12Z</dc:date>
    </item>
    <item>
      <title>Re: How to setup initialize code via spi interface for lvds panel, which connect to imx6 solo?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-setup-initialize-code-via-spi-interface-for-lvds-panel/m-p/475806#M75434</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Since the initial configuration of the LVDS panel is relatively independent process, you can create a separate module (or even a simple shell script) that preforms the LVDS panel initial configuration at system startup. For that, you can use the low-level eCSPI driver that is already included in the system. For more information, refer to the Chapter 38 of the attached document.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Artur&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&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>Tue, 15 Mar 2016 12:22:07 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-setup-initialize-code-via-spi-interface-for-lvds-panel/m-p/475806#M75434</guid>
      <dc:creator>art</dc:creator>
      <dc:date>2016-03-15T12:22:07Z</dc:date>
    </item>
  </channel>
</rss>

