<?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: IMX6UL-ADC issue</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/IMX6UL-ADC-issue/m-p/730671#M113647</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Anshul&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;to check if this is not hardware issue, please try to reproduce it&lt;/P&gt;&lt;P&gt;on i.MX6UL EVK reference board.&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>Sun, 25 Mar 2018 22:47:09 GMT</pubDate>
    <dc:creator>igorpadykov</dc:creator>
    <dc:date>2018-03-25T22:47:09Z</dc:date>
    <item>
      <title>IMX6UL-ADC issue</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/IMX6UL-ADC-issue/m-p/730668#M113644</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need my ADC driver working in the imx6ul board with 9 channels.&lt;/P&gt;&lt;P&gt;I have modified dtsi files as shown below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;adc1: adc@02198000 {&lt;BR /&gt; compatible = "fsl,imx6ul-adc", "fsl,vf610-adc";&lt;BR /&gt; reg = &amp;lt;0x02198000 0x4000&amp;gt;;&lt;BR /&gt; interrupts = &amp;lt;GIC_SPI 100 IRQ_TYPE_LEVEL_HIGH&amp;gt;;&lt;BR /&gt; clocks = &amp;lt;&amp;amp;clks IMX6UL_CLK_ADC1&amp;gt;;&lt;BR /&gt; num-channels = &amp;lt;9&amp;gt;;&lt;/P&gt;&lt;P&gt;clock-names = "adc";&lt;BR /&gt; status = "disabled";&lt;BR /&gt; };&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pinctrl_adc1: adc1grp {&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;fsl,pin = &amp;lt;&lt;BR /&gt; MX6UL_PAD_GPIO1_IO00__GPIO1_IO00 0xb0&lt;BR /&gt; MX6UL_PAD_GPIO1_IO01__GPIO1_IO01 0xb0&lt;BR /&gt; .&lt;BR /&gt;.. .&lt;BR /&gt; .&lt;BR /&gt; MX6UL_PAD_GPIO1_IO07__GPIO1_IO07 0xb0&lt;BR /&gt; MX6UL_PAD_GPIO1_IO08__GPIO1_IO08 0xb0&lt;BR /&gt; &amp;gt;;&lt;/P&gt;&lt;P&gt;};&lt;BR /&gt; &lt;BR /&gt; &amp;amp;adc1 {&lt;BR /&gt; pinctrl-names = "default";&lt;BR /&gt; pinctrl-0 = &amp;lt;&amp;amp;pinctrl_adc1&amp;gt;;&lt;BR /&gt; vref-supply = &amp;lt;&amp;amp;reg_mba6ul_3v3&amp;gt;;&lt;BR /&gt; status = "okay";&lt;BR /&gt;};&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but i am getting the voltage as 4095 all the times when i am varying the input volatges&lt;BR /&gt;and in boot logs i am getting below print for adc.&lt;/P&gt;&lt;P&gt;imx6ul-pinctrl 20e0000.iomuxc: no fsl,pins property in node /soc/aips-bus@02000000/iomuxc@020e0000/imx6ul-mba6ul/adc1grp&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;So, I tried adding one of the pin(GPIO1_IO01) configuration under "lcdifgrp" and the voltage was varying for the particular channel.&lt;BR /&gt;Similary, we added all the pins under "lcdifgrp".&lt;BR /&gt;All channel voltages except one(GPIO4_IO04) was varying.&lt;BR /&gt;Could someone tell me what might be the issue?&lt;/P&gt;&lt;P&gt;Kindly help to resolve this .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Anshul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Mar 2018 08:07:16 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/IMX6UL-ADC-issue/m-p/730668#M113644</guid>
      <dc:creator>anshulkhare</dc:creator>
      <dc:date>2018-03-23T08:07:16Z</dc:date>
    </item>
    <item>
      <title>Re: IMX6UL-ADC issue</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/IMX6UL-ADC-issue/m-p/730669#M113645</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Anshul&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;one can check if GPIO4_IO04 used in uboot and look at issue described on&lt;BR /&gt;&lt;A href="https://community.nxp.com/thread/432516"&gt;iMX6UL adc calibration fails&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>Fri, 23 Mar 2018 23:05:41 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/IMX6UL-ADC-issue/m-p/730669#M113645</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2018-03-23T23:05:41Z</dc:date>
    </item>
    <item>
      <title>Re: IMX6UL-ADC issue</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/IMX6UL-ADC-issue/m-p/730670#M113646</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Igor,&lt;/P&gt;&lt;P&gt;Thank you for the reply,&lt;BR /&gt;I have checked GPIO1_IO04&amp;nbsp;is not using in uboot,&lt;BR /&gt;but i am not able to vary the voltage value on the pin.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;what could be be the issue??&lt;BR /&gt;kindly help to resolve this .&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;Anshul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 25 Mar 2018 14:54:05 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/IMX6UL-ADC-issue/m-p/730670#M113646</guid>
      <dc:creator>anshulkhare</dc:creator>
      <dc:date>2018-03-25T14:54:05Z</dc:date>
    </item>
    <item>
      <title>Re: IMX6UL-ADC issue</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/IMX6UL-ADC-issue/m-p/730671#M113647</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Anshul&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;to check if this is not hardware issue, please try to reproduce it&lt;/P&gt;&lt;P&gt;on i.MX6UL EVK reference board.&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>Sun, 25 Mar 2018 22:47:09 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/IMX6UL-ADC-issue/m-p/730671#M113647</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2018-03-25T22:47:09Z</dc:date>
    </item>
  </channel>
</rss>

