<?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 do disable pull-down in SCU_GPIO0_00 in SCU in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/How-do-disable-pull-down-in-SCU-GPIO0-00-in-SCU/m-p/1094707#M160394</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try without "sc_", there is call in pmic_init() :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pad_set_gp_28fdsoi(SC_PT, SC_P_PMIC_I2C_SDA, SC_PAD_28FDSOI_DSE_18V_1MA, SC_PAD_28FDSOI_PS_PU);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;one can check if it works on i.MX8QXP MEK board with Demo Image&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.nxp.com/webapp/Download?colCode=L5.4.3_1.0.0_MX8QXP&amp;amp;appType=license" target="_blank"&gt;Linux Binary Demo Files - i.MX 8QXPlus MEK&lt;/A&gt;&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>Thu, 30 Apr 2020 05:45:31 GMT</pubDate>
    <dc:creator>igorpadykov</dc:creator>
    <dc:date>2020-04-30T05:45:31Z</dc:date>
    <item>
      <title>How do disable pull-down in SCU_GPIO0_00 in SCU</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-do-disable-pull-down-in-SCU-GPIO0-00-in-SCU/m-p/1094704#M160391</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In our i.MX8QX HW we have pull-up on&amp;nbsp;SCU_GPIO0_00 - pin and by default it has pull-down resulting non-ideal state until system reached either U-boot or Linux.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried to disable the pull-down in SCU firmware with command:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(void) sc_pad_set_gp(pt_sc, SC_P_SCU_GPIO0_00, 0x00000060);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Called from function :&amp;nbsp;void board_config_sc(sc_rm_pt_t pt_sc)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But it did nothing. We release that pin in SCU firmware (or make it 'movable' as it's called there) so I already know that the SCU modifications will go through in use.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried different values for the last one, but none of them didn't seem to work and couldn't really find examples/better documentation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is that even correct function call and what control value I should use?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Apr 2020 10:56:12 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-do-disable-pull-down-in-SCU-GPIO0-00-in-SCU/m-p/1094704#M160391</guid>
      <dc:creator>Maddis</dc:creator>
      <dc:date>2020-04-29T10:56:12Z</dc:date>
    </item>
    <item>
      <title>Re: How do disable pull-down in SCU_GPIO0_00 in SCU</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-do-disable-pull-down-in-SCU-GPIO0-00-in-SCU/m-p/1094705#M160392</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi mc&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;also one can look at pads initialization examples in ../mx8qx_mek/board.c file&lt;/P&gt;&lt;P&gt;function pmic_init() and ...svc/pad/svc.h&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.nxp.com/webapp/Download?colCode=L5.4.3_1.0.0_SCFWKIT-1.2.10.1&amp;amp;appType=license" target="_blank"&gt;SCFW Porting Kit&lt;/A&gt;&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, 29 Apr 2020 11:37:08 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-do-disable-pull-down-in-SCU-GPIO0-00-in-SCU/m-p/1094705#M160392</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2020-04-29T11:37:08Z</dc:date>
    </item>
    <item>
      <title>Re: How do disable pull-down in SCU_GPIO0_00 in SCU</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-do-disable-pull-down-in-SCU-GPIO0-00-in-SCU/m-p/1094706#M160393</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I looked at the function mentioned. Seems it's using function:&amp;nbsp;sc_pad_set_gp_28fdsoi so I changed my call to sc_pad_set_gp_28fdsoi(pt_sc, SC_P_SCU_GPIO0_00, SC_PAD_28FDSOI_DSE_18V_1MA, SC_PAD_28FDSOI_PS_NONE);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Didn't work. Obviously there is something I'm doing wrong, but I have no idea what.&amp;nbsp; Luckily this is not critical issue, but it'd be good to get working properly.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Apr 2020 04:48:02 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-do-disable-pull-down-in-SCU-GPIO0-00-in-SCU/m-p/1094706#M160393</guid>
      <dc:creator>Maddis</dc:creator>
      <dc:date>2020-04-30T04:48:02Z</dc:date>
    </item>
    <item>
      <title>Re: How do disable pull-down in SCU_GPIO0_00 in SCU</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-do-disable-pull-down-in-SCU-GPIO0-00-in-SCU/m-p/1094707#M160394</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try without "sc_", there is call in pmic_init() :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pad_set_gp_28fdsoi(SC_PT, SC_P_PMIC_I2C_SDA, SC_PAD_28FDSOI_DSE_18V_1MA, SC_PAD_28FDSOI_PS_PU);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;one can check if it works on i.MX8QXP MEK board with Demo Image&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.nxp.com/webapp/Download?colCode=L5.4.3_1.0.0_MX8QXP&amp;amp;appType=license" target="_blank"&gt;Linux Binary Demo Files - i.MX 8QXPlus MEK&lt;/A&gt;&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>Thu, 30 Apr 2020 05:45:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-do-disable-pull-down-in-SCU-GPIO0-00-in-SCU/m-p/1094707#M160394</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2020-04-30T05:45:31Z</dc:date>
    </item>
  </channel>
</rss>

