<?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のトピックHow to disable FEC, replace with KPP?</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/How-to-disable-FEC-replace-with-KPP/m-p/839938#M128842</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm using the i.mx6ul processor. I think that maybe the fact that I'm using the FEC ports as the 8x8 kpp input is possibly causing a kernel hangup.&amp;nbsp; In the imx_v7_deconfig, there's no line for CONFIG_FEC for me to comment out. How do I disable FEC without causing build errors? If I try setting status="disabled" in the device tree, I get build errors.&amp;nbsp; Also, I don't see a way to setup pinmux to have the KPP use the FEC pads, which is where my keypad is connected.&amp;nbsp; I see the example setup for the keypad in the device tree, but that doesn't tell how to setup pin muxing or how to disable the FEC 1 and 2, even though the KPP uses the FEC pads.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 18 Sep 2018 15:07:10 GMT</pubDate>
    <dc:creator>dluberger</dc:creator>
    <dc:date>2018-09-18T15:07:10Z</dc:date>
    <item>
      <title>How to disable FEC, replace with KPP?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-disable-FEC-replace-with-KPP/m-p/839938#M128842</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm using the i.mx6ul processor. I think that maybe the fact that I'm using the FEC ports as the 8x8 kpp input is possibly causing a kernel hangup.&amp;nbsp; In the imx_v7_deconfig, there's no line for CONFIG_FEC for me to comment out. How do I disable FEC without causing build errors? If I try setting status="disabled" in the device tree, I get build errors.&amp;nbsp; Also, I don't see a way to setup pinmux to have the KPP use the FEC pads, which is where my keypad is connected.&amp;nbsp; I see the example setup for the keypad in the device tree, but that doesn't tell how to setup pin muxing or how to disable the FEC 1 and 2, even though the KPP uses the FEC pads.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Sep 2018 15:07:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-disable-FEC-replace-with-KPP/m-p/839938#M128842</guid>
      <dc:creator>dluberger</dc:creator>
      <dc:date>2018-09-18T15:07:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to disable FEC, replace with KPP?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-disable-FEC-replace-with-KPP/m-p/839939#M128843</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi David&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;to setup pinmux one can look at linux/arch/arm/boot/dts/imx6ul-pinfunc.h&lt;/P&gt;&lt;P&gt;for example:&lt;/P&gt;&lt;P&gt;#define MX6UL_PAD_ENET1_RX_DATA0__KPP_ROW00&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;0x00c4 0x0350 0x05d0 6 0&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://source.codeaurora.org/external/imx/linux-imx/tree/arch/arm/boot/dts/imx6ul-pinfunc.h?h=imx_4.9.88_2.0.0_ga" title="https://source.codeaurora.org/external/imx/linux-imx/tree/arch/arm/boot/dts/imx6ul-pinfunc.h?h=imx_4.9.88_2.0.0_ga"&gt;imx6ul-pinfunc.h\dts\boot\arm\arch - linux-imx - i.MX Linux kernel&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;and sect.4.5.2.2 Menu Configuration Options attached Linux Manual for fec driver configuration&lt;/P&gt;&lt;P&gt;Also one can try to disable fec in uboot.&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, 19 Sep 2018 00:23:29 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-disable-FEC-replace-with-KPP/m-p/839939#M128843</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2018-09-19T00:23:29Z</dc:date>
    </item>
    <item>
      <title>Re: How to disable FEC, replace with KPP?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-disable-FEC-replace-with-KPP/m-p/839940#M128844</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I tried to disabled FEC via imx_v7_defconfig which is the defconfig I've been using for my kernel build, but CONFIG_FEC isn't one of the options in this defconfig. It's not in imx_v6_v7_defconfig either. my understanding is that imx_v7_defconfig is what I should be using and that I really am not supposed to mess with the any of the settings in that. any time I've tried commenting out any lines in the defconfig file I get build errors.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Sep 2018 01:10:30 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-disable-FEC-replace-with-KPP/m-p/839940#M128844</guid>
      <dc:creator>dluberger</dc:creator>
      <dc:date>2018-09-19T01:10:30Z</dc:date>
    </item>
  </channel>
</rss>

