<?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: i.mx28 gpio voltage setting?</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/i-mx28-gpio-voltage-setting/m-p/224323#M15565</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dave,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Did you check that corresponding HW_PINCTRL_DRIVExx register for those pins is configured properly (for 1.8V)? there's a small utility in /unit_tests/ called memtool that you can use to dump register values under Linux to help with checking this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One option could be that there's some other module in the Linux kernel that utilizes those pins for some other purpose, and thus you're not able to use them for GPIOs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Vladan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 11 Sep 2013 12:42:52 GMT</pubDate>
    <dc:creator>VladanJovanovic</dc:creator>
    <dc:date>2013-09-11T12:42:52Z</dc:date>
    <item>
      <title>i.mx28 gpio voltage setting?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-mx28-gpio-voltage-setting/m-p/224315#M15557</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm working on&amp;nbsp; some gpio pins that need 1.8 volts, but 2 pins won't change to 1.8 all the others have? I've set the pin as follows:&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;{&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt; .name&amp;nbsp;&amp;nbsp; = "WLAN_EN",&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt; .id&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = PINID_SAIF0_SDATA0,&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt; .fun&amp;nbsp;&amp;nbsp;&amp;nbsp; = PIN_GPIO,&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt; .strength&lt;/TD&gt;&lt;TD&gt;= PAD_8MA,&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt; .voltage&lt;/TD&gt;&lt;TD&gt;= PAD_1_8V,&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt; .drive&lt;/TD&gt;&lt;TD&gt;= 1,&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt; .data&amp;nbsp; &lt;/TD&gt;&lt;TD&gt;= 1,&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt; .output&lt;/TD&gt;&lt;TD&gt;= 1,&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt; },&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;{&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt; .name = "WAN_IRQ",&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt; .id = PINID_SSP3_MOSI,&amp;nbsp; // GPIO2_25&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt; .fun = PIN_GPIO,&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt; .strength = PAD_4MA,&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt; .voltage = PAD_1_8V,&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt; .pullup&lt;/TD&gt;&lt;TD&gt;= 1,&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt; .drive&lt;/TD&gt;&lt;TD&gt;= 1,&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt; .pull&lt;/TD&gt;&lt;TD&gt;= 1,&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt; },&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;When I measure the pins with dvm they show 3.3v?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The other pins I've set up are alternate functions and measure 1.8v as expected, is there some alternate way to set up gpio or is not possible to use 1.8v on gpio?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Sep 2013 14:03:21 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-mx28-gpio-voltage-setting/m-p/224315#M15557</guid>
      <dc:creator>davee</dc:creator>
      <dc:date>2013-09-10T14:03:21Z</dc:date>
    </item>
    <item>
      <title>Re: i.mx28 gpio voltage setting?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-mx28-gpio-voltage-setting/m-p/224316#M15558</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dave,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;which Kernel version do you use?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are you sure that these pins aren't already used by a sound interface or like something else?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Sep 2013 14:38:37 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-mx28-gpio-voltage-setting/m-p/224316#M15558</guid>
      <dc:creator>lategoodbye</dc:creator>
      <dc:date>2013-09-10T14:38:37Z</dc:date>
    </item>
    <item>
      <title>Re: i.mx28 gpio voltage setting?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-mx28-gpio-voltage-setting/m-p/224317#M15559</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Stefan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The kernel version is 2.6.35.3.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;According to init functions called by mx28evk_pins_init() the pins are not used by anything else.&lt;/P&gt;&lt;P&gt;But I'll check again.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Sep 2013 14:45:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-mx28-gpio-voltage-setting/m-p/224317#M15559</guid>
      <dc:creator>davee</dc:creator>
      <dc:date>2013-09-10T14:45:03Z</dc:date>
    </item>
    <item>
      <title>Re: i.mx28 gpio voltage setting?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-mx28-gpio-voltage-setting/m-p/224318#M15560</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Okay, maybe you could try the following commands to get more information:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;mount -t debugfs debugfs /sys/kernel&lt;/P&gt;&lt;P&gt;cat /sys/kernel/gpio&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are the defined GPIO names (WLAN_EN, WAN_IRQ) displayed correctly?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Sep 2013 14:54:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-mx28-gpio-voltage-setting/m-p/224318#M15560</guid>
      <dc:creator>lategoodbye</dc:creator>
      <dc:date>2013-09-10T14:54:03Z</dc:date>
    </item>
    <item>
      <title>Re: i.mx28 gpio voltage setting?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-mx28-gpio-voltage-setting/m-p/224319#M15561</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;result:&lt;/P&gt;&lt;P&gt;gpio-119 (WLAN_EN&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ) out hi&lt;/P&gt;&lt;P&gt;gpio-89&amp;nbsp; (WAN_IRQ&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ) in&amp;nbsp; lo&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would of expected WAN_IRQ to be high as the pull up is supposed to be enabled.&lt;/P&gt;&lt;P&gt;I added debug and the gpio_request return &amp;gt;0 for those pins.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Sep 2013 15:37:05 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-mx28-gpio-voltage-setting/m-p/224319#M15561</guid>
      <dc:creator>davee</dc:creator>
      <dc:date>2013-09-10T15:37:05Z</dc:date>
    </item>
    <item>
      <title>Re: i.mx28 gpio voltage setting?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-mx28-gpio-voltage-setting/m-p/224320#M15562</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you absolute sure that you measure the right pins?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you change the GPIO output value from Linux, then the measure result changes?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Sep 2013 16:05:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-mx28-gpio-voltage-setting/m-p/224320#M15562</guid>
      <dc:creator>lategoodbye</dc:creator>
      <dc:date>2013-09-10T16:05:31Z</dc:date>
    </item>
    <item>
      <title>Re: i.mx28 gpio voltage setting?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-mx28-gpio-voltage-setting/m-p/224321#M15563</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've measured the WAN_EN which should be 1.8v and it reads 3.3v, I cant export the pin as the kernel already has it (I think) so no easy way to change the pin state, but when the pins were used for other functionality at 3.3v they worked without without issue.&lt;/P&gt;&lt;P&gt;WAN_IRQ reads as good as zero.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The pins seem to be setup correctly according to the debug output when the gpio is registered&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;gpio pin WLAN_EN id 0x3000017 function 3&lt;/P&gt;&lt;P&gt;drive is 1 pull is 0 pullup is 0 output is 1 data is 1&lt;/P&gt;&lt;P&gt;voltage setting exit is 0x0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;gpio pin WAN_IRQ id 0x2000019 function 3&lt;/P&gt;&lt;P&gt;drive is 1 pull is 1 pullup is 1 output is 0 data is 0&lt;/P&gt;&lt;P&gt;voltage setting exit is 0x0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the Voltage setting matches PAD_1_8V&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Sep 2013 17:03:40 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-mx28-gpio-voltage-setting/m-p/224321#M15563</guid>
      <dc:creator>davee</dc:creator>
      <dc:date>2013-09-10T17:03:40Z</dc:date>
    </item>
    <item>
      <title>Re: i.mx28 gpio voltage setting?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-mx28-gpio-voltage-setting/m-p/224322#M15564</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You're right. To handle the GPIOs over sysfs, it is necessary to comment out the entries above.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Am i right, that's a custom board?&lt;/P&gt;&lt;P&gt;What kind of bootloader do you use?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Sep 2013 17:28:14 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-mx28-gpio-voltage-setting/m-p/224322#M15564</guid>
      <dc:creator>lategoodbye</dc:creator>
      <dc:date>2013-09-10T17:28:14Z</dc:date>
    </item>
    <item>
      <title>Re: i.mx28 gpio voltage setting?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-mx28-gpio-voltage-setting/m-p/224323#M15565</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dave,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Did you check that corresponding HW_PINCTRL_DRIVExx register for those pins is configured properly (for 1.8V)? there's a small utility in /unit_tests/ called memtool that you can use to dump register values under Linux to help with checking this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One option could be that there's some other module in the Linux kernel that utilizes those pins for some other purpose, and thus you're not able to use them for GPIOs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Vladan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Sep 2013 12:42:52 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-mx28-gpio-voltage-setting/m-p/224323#M15565</guid>
      <dc:creator>VladanJovanovic</dc:creator>
      <dc:date>2013-09-11T12:42:52Z</dc:date>
    </item>
    <item>
      <title>Re: i.mx28 gpio voltage setting?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-mx28-gpio-voltage-setting/m-p/224324#M15566</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vladan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As per my email, memtool shows the register is not being set for 1.8v operation, also the drive strength is not being set.&lt;/P&gt;&lt;P&gt;I'm using standard linux gpio calls which drill down to mk28_set_voltage, so quite how the other pins have managed to get setup at 1.8v and why no one else is come across this I'm not sure.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Sep 2013 13:33:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-mx28-gpio-voltage-setting/m-p/224324#M15566</guid>
      <dc:creator>davee</dc:creator>
      <dc:date>2013-09-11T13:33:10Z</dc:date>
    </item>
    <item>
      <title>Re: i.mx28 gpio voltage setting?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-mx28-gpio-voltage-setting/m-p/224325#M15567</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The request to set strength and voltage return -22 which EINVAL and according to the function mxs_set_strength and voltage that means the label doesn't match!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This seems to be true for all pins where I have set the pad voltage or strength, I'm now looking at why this might be.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Sep 2013 14:27:43 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-mx28-gpio-voltage-setting/m-p/224325#M15567</guid>
      <dc:creator>davee</dc:creator>
      <dc:date>2013-09-11T14:27:43Z</dc:date>
    </item>
    <item>
      <title>Re: i.mx28 gpio voltage setting?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-mx28-gpio-voltage-setting/m-p/224326#M15568</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dave,&lt;/P&gt;&lt;P&gt;I've discovered the same problem as your one occurred to you. I need to reset the voltage and strength settings for some gpios of imx28 and I discovered that (as Vladan said before) the relative &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;HW_PINCTRL_DRIVExx&lt;/SPAN&gt; registers values are wrong (comparing them with settings defined in pin_desc structure of the board).&lt;/P&gt;&lt;P&gt;I've checked out the entire my linux kernel source files, and it sounds there's not any other gpios re-configurations.&lt;/P&gt;&lt;P&gt;Have you discovered anything else? Have you got further info about that bug? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Oct 2013 09:00:06 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-mx28-gpio-voltage-setting/m-p/224326#M15568</guid>
      <dc:creator>francescoluccon</dc:creator>
      <dc:date>2013-10-29T09:00:06Z</dc:date>
    </item>
    <item>
      <title>Re: i.mx28 gpio voltage setting?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-mx28-gpio-voltage-setting/m-p/224327#M15569</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;I've not had time to look any further now I have my system doing what I need, but that was the only bug that I came across in the gpio, to resolve it for now I just commented out the label check which made no sense to me anyway.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Dave&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Oct 2013 10:00:02 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-mx28-gpio-voltage-setting/m-p/224327#M15569</guid>
      <dc:creator>davee</dc:creator>
      <dc:date>2013-10-29T10:00:02Z</dc:date>
    </item>
    <item>
      <title>Re: Re: i.mx28 gpio voltage setting?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-mx28-gpio-voltage-setting/m-p/224328#M15570</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It is a software bug, please use attached patch.&amp;nbsp; For the pin name is not passed to function mxs_gpio_request(struct gpio_chip *chip, unsigned int pin), so the pin name of GPIO pin is set as "gpio". But when set the other properties of the pin, the pin name will be compared, then the functions return error for the wrong pin name. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Grace&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Oct 2013 08:23:33 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-mx28-gpio-voltage-setting/m-p/224328#M15570</guid>
      <dc:creator>GraceH</dc:creator>
      <dc:date>2013-10-30T08:23:33Z</dc:date>
    </item>
    <item>
      <title>Re: i.mx28 gpio voltage setting?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-mx28-gpio-voltage-setting/m-p/224329#M15571</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That patch results in:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"warning: comparison with string literal results in unspecified behavior"&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Nov 2013 10:07:05 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-mx28-gpio-voltage-setting/m-p/224329#M15571</guid>
      <dc:creator>davee</dc:creator>
      <dc:date>2013-11-04T10:07:05Z</dc:date>
    </item>
    <item>
      <title>Re: i.mx28 gpio voltage setting?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-mx28-gpio-voltage-setting/m-p/224330#M15572</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dave&lt;/P&gt;&lt;P&gt;Had your issue got resolved? If yes, we are going to close the discussion in 3 days. If you still need help please feel free to contact Freescale.&lt;/P&gt;&lt;P&gt;Thanks,&lt;BR /&gt;Yixing&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Feb 2014 06:03:50 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-mx28-gpio-voltage-setting/m-p/224330#M15572</guid>
      <dc:creator>YixingKong</dc:creator>
      <dc:date>2014-02-19T06:03:50Z</dc:date>
    </item>
    <item>
      <title>Re: i.mx28 gpio voltage setting?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-mx28-gpio-voltage-setting/m-p/224331#M15573</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dave&lt;/P&gt;&lt;P&gt;This discussion is closed since no activity. If you still need help, please feel free to reply with an update to this discussion, or create another discussion.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Yixing&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Feb 2014 07:50:58 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-mx28-gpio-voltage-setting/m-p/224331#M15573</guid>
      <dc:creator>YixingKong</dc:creator>
      <dc:date>2014-02-26T07:50:58Z</dc:date>
    </item>
    <item>
      <title>Re: i.mx28 gpio voltage setting?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-mx28-gpio-voltage-setting/m-p/224332#M15574</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;I need to interface WIFI module with imx28.&lt;/P&gt;&lt;P&gt;But my wifi module's&amp;nbsp; i/o logic is in 1P8V. is it possible to change the imx28 i/o levels of the following pins to 1P8V?&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;TABLE style="margin-left: 4.65pt; padding: 0.75pt;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD style="padding: 0.7500pt 0.7500pt 0.7500pt 0.7500pt; border: 0.5000pt solid #000000;" width="22"&gt;&lt;P class="p0"&gt;&lt;SPAN style="color: #000000; font-size: 12pt; font-family: 'Times New Roman';"&gt;SSP0_DETECT&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 0.7500pt 0.7500pt 0.7500pt 0.7500pt; border-left: 0.5000pt solid #000000; border-right: 0.5000pt solid #000000; border-top: none; border-bottom: 0.5000pt solid #000000;" width="22"&gt;&lt;P class="p0"&gt;&lt;SPAN style="color: #000000; font-size: 12pt; font-family: 'Times New Roman';"&gt;SSP0_DATA0&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 0.7500pt 0.7500pt 0.7500pt 0.7500pt; border-left: 0.5000pt solid #000000; border-right: 0.5000pt solid #000000; border-top: none; border-bottom: 0.5000pt solid #000000;" width="22"&gt;&lt;P class="p0"&gt;&lt;SPAN style="color: #000000; font-size: 12pt; font-family: 'Times New Roman';"&gt;SSP0_DATA1&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 0.7500pt 0.7500pt 0.7500pt 0.7500pt; border-left: 0.5000pt solid #000000; border-right: 0.5000pt solid #000000; border-top: none; border-bottom: 0.5000pt solid #000000;" width="22"&gt;&lt;P class="p0"&gt;&lt;SPAN style="color: #000000; font-size: 12pt; font-family: 'Times New Roman';"&gt;SSP0_DATA2&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 0.7500pt 0.7500pt 0.7500pt 0.7500pt; border-left: 0.5000pt solid #000000; border-right: 0.5000pt solid #000000; border-top: none; border-bottom: 0.5000pt solid #000000;" width="22"&gt;&lt;P class="p0"&gt;&lt;SPAN style="color: #000000; font-size: 12pt; font-family: 'Times New Roman';"&gt;SSP0_DATA3&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 0.7500pt 0.7500pt 0.7500pt 0.7500pt; border-left: 0.5000pt solid #000000; border-right: 0.5000pt solid #000000; border-bottom: 0.5000pt solid #000000;" width="22"&gt;&lt;P class="p0"&gt;&lt;SPAN style="color: #000000; font-size: 12pt; font-family: 'Times New Roman';"&gt;SSP0_SCK&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 0.7500pt 0.7500pt 0.7500pt 0.7500pt; border-left: 0.5000pt solid #000000; border-right: 0.5000pt solid #000000; border-top: none; border-bottom: 0.5000pt solid #000000;" width="22"&gt;&lt;P class="p0"&gt;&lt;SPAN style="color: #000000; font-size: 12pt; font-family: 'Times New Roman';"&gt;SSP0_CMD&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 0.7500pt 0.7500pt 0.7500pt 0.7500pt; border-left: 0.5000pt solid #000000; border-right: 0.5000pt solid #000000; border-top: none; border-bottom: 0.5000pt solid #000000;" width="22"&gt;&lt;P class="p0"&gt;&lt;SPAN style="color: #000000; font-size: 12pt; font-family: 'Times New Roman';"&gt;SSP2_SCK&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;can you pls explain me the steps ASAP?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Tamilarasan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Dec 2015 09:36:11 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-mx28-gpio-voltage-setting/m-p/224332#M15574</guid>
      <dc:creator>tamilarasane</dc:creator>
      <dc:date>2015-12-14T09:36:11Z</dc:date>
    </item>
  </channel>
</rss>

