<?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: IMX6Q with TJA1101 in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/IMX6Q-with-TJA1101/m-p/1047907#M154313</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;nbsp; I see that you are using the TJA1100, not TJA1101.&lt;/P&gt;&lt;P&gt;For ethernet MII mode, total signals are 18,&amp;nbsp; in your device tree you need to configure the pins.&lt;/P&gt;&lt;P&gt;You can see the thread. &lt;A href="https://community.nxp.com/message/989057"&gt;https://community.nxp.com/message/989057&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 21 Apr 2020 07:58:54 GMT</pubDate>
    <dc:creator>Rita_Wang</dc:creator>
    <dc:date>2020-04-21T07:58:54Z</dc:date>
    <item>
      <title>IMX6Q with TJA1101</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/IMX6Q-with-TJA1101/m-p/1047903#M154309</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Due to project needs, we connected the TJA1101 chip to the IMX6Q phy.And I use driver&amp;nbsp;&lt;A class="link-titled" href="https://community.nxp.com/external-link.jspa?url=https%3A%2F%2Fsource.codeaurora.org%2Fexternal%2Fimx%2Flinux-imx%2Ftree%2Fdrivers%2Fnet%2Fphy%2Ftja110x.c%3Fh%3Dimx_4.14.78_1.0.0_ga" title="https://community.nxp.com/external-link.jspa?url=https%3A%2F%2Fsource.codeaurora.org%2Fexternal%2Fimx%2Flinux-imx%2Ftree%2Fdrivers%2Fnet%2Fphy%2Ftja110x.c%3Fh%3Dimx_4.14.78_1.0.0_ga"&gt;https://community.nxp.com/external-link.jspa?url=https%3A%2F%2Fsource.codeaurora.org%2Fexternal%2Fimx%2Flinux-imx%2Ftree…&lt;/A&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kernel version 4.9.11&lt;/P&gt;&lt;P&gt;dts changes：&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;amp;fec {&lt;BR /&gt; pinctrl-names = "default";&lt;BR /&gt; pinctrl-0 = &amp;lt;&amp;amp;pinctrl_enet&amp;gt;;&lt;BR /&gt; phy-mode = "rmii";&lt;BR /&gt; phy-reset-gpios = &amp;lt;&amp;amp;gpio1 25 0&amp;gt;;&lt;BR /&gt; fsl,magic-packet;&lt;BR /&gt; status = "okay";&lt;BR /&gt;};&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pinctrl_enet: enetgrp {&lt;BR /&gt; fsl,pins = &amp;lt;&lt;BR /&gt; MX6QDL_PAD_ENET_MDIO__ENET_MDIO 0x1b0b0&lt;BR /&gt; MX6QDL_PAD_ENET_MDC__ENET_MDC 0x1b0b0&lt;BR /&gt; MX6QDL_PAD_RGMII_TXC__RGMII_TXC 0x1b030&lt;BR /&gt; MX6QDL_PAD_RGMII_TD0__RGMII_TD0 0x1b030&lt;BR /&gt; MX6QDL_PAD_RGMII_TD1__RGMII_TD1 0x1b030&lt;BR /&gt; MX6QDL_PAD_RGMII_TD2__RGMII_TD2 0x1b030&lt;BR /&gt; MX6QDL_PAD_RGMII_TD3__RGMII_TD3 0x1b030&lt;BR /&gt; MX6QDL_PAD_RGMII_TX_CTL__RGMII_TX_CTL 0x1b030&lt;BR /&gt; MX6QDL_PAD_ENET_REF_CLK__ENET_TX_CLK 0x1b0b0&lt;BR /&gt; MX6QDL_PAD_RGMII_RXC__RGMII_RXC 0x1b030&lt;BR /&gt; MX6QDL_PAD_RGMII_RD0__RGMII_RD0 0x1b030&lt;BR /&gt; MX6QDL_PAD_RGMII_RD1__RGMII_RD1 0x1b030&lt;BR /&gt; MX6QDL_PAD_RGMII_RD2__RGMII_RD2 0x1b030&lt;BR /&gt; MX6QDL_PAD_RGMII_RD3__RGMII_RD3 0x1b030&lt;BR /&gt; MX6QDL_PAD_RGMII_RX_CTL__RGMII_RX_CTL 0x1b030&lt;BR /&gt; MX6QDL_PAD_GPIO_16__ENET_REF_CLK 0x4001b0a8&lt;BR /&gt; MX6QDL_PAD_ENET_TX_EN__GPIO1_IO28 0x00020000&lt;BR /&gt; &amp;gt;;&lt;BR /&gt; };&lt;/P&gt;&lt;P&gt;pinctrl_enet_irq: enetirqgrp {&lt;BR /&gt; fsl,pins = &amp;lt;&lt;BR /&gt; MX6QDL_PAD_GPIO_6__ENET_IRQ 0x000b1&lt;BR /&gt; &amp;gt;;&lt;BR /&gt; };&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It seems that TJA1101 is not working correctly, what else needs to be changed for dts.And how can I make sure that TJA1101 is working properly?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Apr 2020 06:47:19 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/IMX6Q-with-TJA1101/m-p/1047903#M154309</guid>
      <dc:creator>dingwencai</dc:creator>
      <dc:date>2020-04-17T06:47:19Z</dc:date>
    </item>
    <item>
      <title>Re: IMX6Q with TJA1101</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/IMX6Q-with-TJA1101/m-p/1047904#M154310</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;And I can see kernel printf:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;[ OK ] Started D-Bus System Message Bus.&lt;BR /&gt;[ OK ] Started Rilmuxd Daemon.&lt;BR /&gt;[ OK ] Started QCMAP connectionManager service.&lt;BR /&gt;[ OK ] Started Network Service.&lt;BR /&gt;TJA1101 2188000.ethernet:00: attached PHY driver [TJA1101] (mii_bus:phy_addr=2188000.ethernet:00, irq=-1)&lt;BR /&gt;[ OK ] Started NBD server.&lt;BR /&gt;[ OK ] Started NTP client/server.&lt;BR /&gt;QCMAP:Start Main&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Apr 2020 06:59:42 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/IMX6Q-with-TJA1101/m-p/1047904#M154310</guid>
      <dc:creator>dingwencai</dc:creator>
      <dc:date>2020-04-17T06:59:42Z</dc:date>
    </item>
    <item>
      <title>Re: IMX6Q with TJA1101</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/IMX6Q-with-TJA1101/m-p/1047905#M154311</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can refer to this &lt;A href="https://community.nxp.com/message/1111935"&gt;https://community.nxp.com/message/1111935&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 18 Apr 2020 05:41:29 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/IMX6Q-with-TJA1101/m-p/1047905#M154311</guid>
      <dc:creator>Rita_Wang</dc:creator>
      <dc:date>2020-04-18T05:41:29Z</dc:date>
    </item>
    <item>
      <title>Re: IMX6Q with TJA1101</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/IMX6Q-with-TJA1101/m-p/1047906#M154312</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry, I checked the hardware connection, we are using mii, what else needs to be changed for dts?&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="企业微信截图_15873517311480.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/108400i867783A093D51944/image-size/large?v=v2&amp;amp;px=999" role="button" title="企业微信截图_15873517311480.png" alt="企业微信截图_15873517311480.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Apr 2020 03:03:05 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/IMX6Q-with-TJA1101/m-p/1047906#M154312</guid>
      <dc:creator>dingwencai</dc:creator>
      <dc:date>2020-04-20T03:03:05Z</dc:date>
    </item>
    <item>
      <title>Re: IMX6Q with TJA1101</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/IMX6Q-with-TJA1101/m-p/1047907#M154313</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;nbsp; I see that you are using the TJA1100, not TJA1101.&lt;/P&gt;&lt;P&gt;For ethernet MII mode, total signals are 18,&amp;nbsp; in your device tree you need to configure the pins.&lt;/P&gt;&lt;P&gt;You can see the thread. &lt;A href="https://community.nxp.com/message/989057"&gt;https://community.nxp.com/message/989057&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Apr 2020 07:58:54 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/IMX6Q-with-TJA1101/m-p/1047907#M154313</guid>
      <dc:creator>Rita_Wang</dc:creator>
      <dc:date>2020-04-21T07:58:54Z</dc:date>
    </item>
    <item>
      <title>Re: IMX6Q with TJA1101</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/IMX6Q-with-TJA1101/m-p/1047908#M154314</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry，the schematic mark is wrong.I confirmed it is TJA1101.So,is there a device tree for reference?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Apr 2020 08:08:30 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/IMX6Q-with-TJA1101/m-p/1047908#M154314</guid>
      <dc:creator>dingwencai</dc:creator>
      <dc:date>2020-04-21T08:08:30Z</dc:date>
    </item>
    <item>
      <title>Re: IMX6Q with TJA1101</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/IMX6Q-with-TJA1101/m-p/1047909#M154315</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Using NXP's standard driver makes porting to the i.MX 6 simple. Porting needs to&lt;BR /&gt;address the following three areas:&lt;BR /&gt;• Pin configuration&lt;BR /&gt;• Source code&lt;BR /&gt;• Ethernet connection configuration&lt;/P&gt;&lt;P&gt;And for our newer BSP support the TJA1100, take the&amp;nbsp; &lt;STRONG&gt;4.14&lt;/STRONG&gt; release supports TJA1100 Ethernet PHY as an example &amp;nbsp; &lt;SPAN style="color: #0070c0;"&gt;linux/arch/arm64/boot/dts/freescale/fsl-imx8qxp-enet2-tja1100.dtsi &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Apr 2020 07:39:15 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/IMX6Q-with-TJA1101/m-p/1047909#M154315</guid>
      <dc:creator>Rita_Wang</dc:creator>
      <dc:date>2020-04-29T07:39:15Z</dc:date>
    </item>
  </channel>
</rss>

