<?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 回复： RMII &amp;amp; Fixed-link under  PFE TX OK but RX NG in S32G</title>
    <link>https://community.nxp.com/t5/S32G/RMII-amp-Fixed-link-under-PFE-TX-OK-but-RX-NG/m-p/1726301#M4847</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/204248"&gt;@MayanksPatel&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for you replay.&lt;/P&gt;&lt;P&gt;Previously, we also found this situation and resolved it using the same method.&lt;/P&gt;&lt;P&gt;Thank you again&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 20 Sep 2023 11:52:33 GMT</pubDate>
    <dc:creator>StanleyShen</dc:creator>
    <dc:date>2023-09-20T11:52:33Z</dc:date>
    <item>
      <title>RMII &amp; Fixed-link under  PFE TX OK but RX NG</title>
      <link>https://community.nxp.com/t5/S32G/RMII-amp-Fixed-link-under-PFE-TX-OK-but-RX-NG/m-p/1709799#M4534</link>
      <description>&lt;P&gt;Hi there，&lt;/P&gt;&lt;P&gt;We want to connect&amp;nbsp;&lt;SPAN&gt;&amp;nbsp;a 5G modules call by AG551 through RMII under PFE like blow image,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;ping AG551 from S32G274A , the ARP packet send to AG551 is OK(tcpdump shows), but the ARP answer, but the response cannot be returned from AG551 to S32G274A.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="StanleyShen_3-1692784131821.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/237639i60A791743C3D7CCC/image-size/medium?v=v2&amp;amp;px=400" role="button" title="StanleyShen_3-1692784131821.png" alt="StanleyShen_3-1692784131821.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;here are our dts&lt;/P&gt;&lt;P&gt;S32G274A&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;diff --git a/arch/arm64/boot/dts/freescale/s32gxxxa-rdb.dtsi b/arch/arm64/boot/dts/freescale/s32gxxxa-rdb.dtsi
index e1fbd28bb..f5c585bd4 100644
--- a/arch/arm64/boot/dts/freescale/s32gxxxa-rdb.dtsi
+++ b/arch/arm64/boot/dts/freescale/s32gxxxa-rdb.dtsi
@@ -72,8 +72,11 @@
 };
 
 &amp;amp;pfe_netif2 {
-       phy-mode = "rgmii-id";
-       phy-handle = &amp;lt;&amp;amp;pfe_mdio_b_phy4&amp;gt;;
+       phy-mode = "rgmii";
+       fixed-link {
+               speed = &amp;lt;1000&amp;gt;;
+               full-duplex;
+       };
 };&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;AG551&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;        ethqos_hw: qcom,ethernet@00020000 {
                compatible = "qcom,sdxprairie-ethqos";
                qcom,arm-smmu;
                //emac-phy-addr = &amp;lt;7&amp;gt;;    //Mars.Chen 20210624  find external PHY addr by scan 0 to 31,not set by dtsi
                reg = &amp;lt;0x20000 0x10000&amp;gt;,
                        &amp;lt;0x36000 0x100&amp;gt;,
                        &amp;lt;0xf100000 0x300000&amp;gt;;
                reg-names = "stmmaceth", "rgmii","tlmm-central-base";
                clocks = &amp;lt;&amp;amp;clock_gcc GCC_ETH_AXI_CLK&amp;gt;,
                        &amp;lt;&amp;amp;clock_gcc GCC_ETH_SLAVE_AHB_CLK&amp;gt;,
                        &amp;lt;&amp;amp;clock_gcc GCC_ETH_PTP_CLK&amp;gt;,
                        &amp;lt;&amp;amp;clock_gcc GCC_ETH_RGMII_CLK&amp;gt;;
                clock-names = "stmmaceth", "pclk", "ptp_ref", "rgmii";
                snps,ptp-ref-clk-rate = &amp;lt;230400000&amp;gt;;
                snps,ptp-req-clk-rate = &amp;lt;57600000&amp;gt;;
                //interrupts-extended = &amp;lt;&amp;amp;pdc 0 62 4&amp;gt;, &amp;lt;&amp;amp;pdc 0 60 4&amp;gt;,
                interrupts-extended = &amp;lt;&amp;amp;pdc 0 62 4&amp;gt;,                         //Mars.chen 2021-06-15
                        &amp;lt;&amp;amp;tlmm 90 2&amp;gt;, &amp;lt;&amp;amp;pdc 0 290 1&amp;gt;, &amp;lt;&amp;amp;pdc 0 291 1&amp;gt;;
                //interrupt-names = "macirq", "eth_lpi",
                interrupt-names = "macirq",                                  //Mars.chen 2021-06-15,repair eth_lpi irq storm cause sytstem dump
                        "phy-intr",     "ptp_pps_irq_0", "ptp_pps_irq_1";    //eth_lpi irq only about PHY IEEE function,now not use it
                snps,crc_strip;
                qcom,msm-bus,name = "emac";
                qcom,msm-bus,num-cases = &amp;lt;5&amp;gt;;
                qcom,msm-bus,num-paths = &amp;lt;2&amp;gt;;
                qcom,msm-bus,vectors-KBps =
                        &amp;lt;98 512 0 0&amp;gt;, &amp;lt;1 781 0 0&amp;gt;,  /* No vote */
                        &amp;lt;98 512 2500 0&amp;gt;, &amp;lt;1 781 0 40000&amp;gt;,  /* 10Mbps vote */
                        &amp;lt;98 512 25000 0&amp;gt;, &amp;lt;1 781 0 40000&amp;gt;,  /* 100Mbps vote */
                        &amp;lt;98 512 250000 0&amp;gt;, &amp;lt;1 781 0 40000&amp;gt;, /* 1000Mbps vote */
                        &amp;lt;98 512 250000 0&amp;gt;, &amp;lt;1 781 0 400000&amp;gt;; /* Nominal vote */
                qcom,bus-vector-names = "0", "10", "100", "1000", "Nominal";                                                                                                           
                snps,tso;
                snps,pbl = &amp;lt;32&amp;gt;;
                mac-address = [00 55 7B B5 7D f7];
                rx-fifo-depth = &amp;lt;16384&amp;gt;;
                tx-fifo-depth = &amp;lt;20480&amp;gt;;
                snps,mtl-rx-config = &amp;lt;&amp;amp;mtl_rx_setup&amp;gt;;
                snps,mtl-tx-config = &amp;lt;&amp;amp;mtl_tx_setup&amp;gt;;

                vreg_rgmii-supply = &amp;lt;&amp;amp;pmxprairie_vref_rgmii&amp;gt;;
                vreg_emac_phy-supply =  &amp;lt;&amp;amp;vreg_emac_phy&amp;gt;;
                vreg_rgmii_io_pads-supply = &amp;lt;&amp;amp;vreg_rgmii_io_pads&amp;gt;;
                gdsc_emac-supply = &amp;lt;&amp;amp;gdsc_emac&amp;gt;;

                qcom,phy-intr-redirect = &amp;lt;&amp;amp;tlmm 90 GPIO_ACTIVE_LOW&amp;gt;;
                //Mars 2020/11/23,PPS-0 &amp;amp; PPS-1 not use,release gpio106 &amp;amp; gpio95
                //pinctrl-names = "dev-emac_pin_pps_0", "dev-emac_pin_pps_1";
                //pinctrl-0 = &amp;lt;&amp;amp;emac_pin_pps_0&amp;gt;;
                //pinctrl-1 = &amp;lt;&amp;amp;emac_pin_pps_1&amp;gt;;

                //Mars.chen 2022-05-24,if customer want AG55x control PHY power,can configure by [quec,phy-pwren-gpio]
                //quec,phy-pwren-gpio = &amp;lt;&amp;amp;tlmm 102 GPIO_ACTIVE_HIGH&amp;gt;;
                snps,reset-gpio = &amp;lt;&amp;amp;tlmm 91 GPIO_ACTIVE_LOW&amp;gt;;

                snps,reset-active-low;
                snps,reset-delays-us = &amp;lt;0 11000 70000&amp;gt;;
                phy-mode = "rgmii";

                ethqos_emb_smmu: ethqos_emb_smmu {
                        compatible = "qcom,emac-smmu-embedded";
                        iommus = &amp;lt;&amp;amp;apps_smmu 0x1c0 0xf&amp;gt;;
                        qcom,iova-mapping = &amp;lt;0x80000000 0x0FE40000&amp;gt;;
                        qcom,smmu-fastmap;
                        qcom,smmu-geometry;
                };
                io-macro-info {
                        prg-rclk-dly = &amp;lt;1500&amp;gt;;
                };
        };
...
&amp;amp;ethqos_hw {
        /delete-property/ vreg_rgmii-supply;
//Mars 2020/11/23,PPS-0 &amp;amp; PPS-1 not use,release gpio106 &amp;amp; gpio95
//      pinctrl-names = "default",
//              "dev-emac_pin_pps_0",
//              "dev-emac_pin_pps_1";
        pinctrl-0 = &amp;lt;&amp;amp;vreg_rgmii_off_default&amp;gt;; //Mars.chen 2021-06-18,change for vddio support 1.8v
//      pinctrl-1 = &amp;lt;&amp;amp;emac_pin_pps_0&amp;gt;;
//      pinctrl-2 = &amp;lt;&amp;amp;emac_pin_pps_1&amp;gt;;
        qcom,phy-reset-delay-msecs = &amp;lt;10&amp;gt;;
        ipa-dma-rx-desc-cnt = &amp;lt;512&amp;gt;;
        ipa-dma-tx-desc-cnt = &amp;lt;512&amp;gt;;
        rgmii-tx-drv-str-clk = &amp;lt;16&amp;gt;;
        rgmii-tx-drv-str-data = &amp;lt;16&amp;gt;;
        rgmii-tx-drv-str-ctl = &amp;lt;16&amp;gt;;
};&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Could you tell us the reason and how to fix it?&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 23 Aug 2023 09:57:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32G/RMII-amp-Fixed-link-under-PFE-TX-OK-but-RX-NG/m-p/1709799#M4534</guid>
      <dc:creator>StanleyShen</dc:creator>
      <dc:date>2023-08-23T09:57:31Z</dc:date>
    </item>
    <item>
      <title>回复： RMII &amp; Fixed-link under  PFE TX OK but RX NG</title>
      <link>https://community.nxp.com/t5/S32G/RMII-amp-Fixed-link-under-PFE-TX-OK-but-RX-NG/m-p/1710019#M4542</link>
      <description>&lt;P&gt;S32G Log&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="StanleyShen_2-1692803497503.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/237689iA9A30680A22E2A39/image-size/medium?v=v2&amp;amp;px=400" role="button" title="StanleyShen_2-1692803497503.png" alt="StanleyShen_2-1692803497503.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;root@s32g274ardb2:~# ping 192.168.100.100&lt;BR /&gt;PING 192.168.100.100 (192.168.100.100) 56(84) bytes of data.&lt;BR /&gt;From 192.168.100.101 icmp_seq=1 Destination Host Unreachable&lt;BR /&gt;From 192.168.100.101 icmp_seq=2 Destination Host Unreachable&lt;BR /&gt;From 192.168.100.101 icmp_seq=3 Destination Host Unreachable&lt;BR /&gt;^C&lt;BR /&gt;--- 192.168.100.100 ping statistics ---&lt;BR /&gt;6 packets transmitted, 0 received, +3 errors, 100% packet loss, time 5104ms&lt;/P&gt;&lt;P&gt;AG55 capture log&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="StanleyShen_1-1692803386571.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/237688i74B2F0294F6F39B5/image-size/medium?v=v2&amp;amp;px=400" role="button" title="StanleyShen_1-1692803386571.png" alt="StanleyShen_1-1692803386571.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="StanleyShen_0-1692803659731.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/237691i347E23F2C5E0BC10/image-size/medium?v=v2&amp;amp;px=400" role="button" title="StanleyShen_0-1692803659731.png" alt="StanleyShen_0-1692803659731.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="StanleyShen_0-1692799673296.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/237680i9F82E2E6669E232F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="StanleyShen_0-1692799673296.png" alt="StanleyShen_0-1692799673296.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 23 Aug 2023 15:14:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32G/RMII-amp-Fixed-link-under-PFE-TX-OK-but-RX-NG/m-p/1710019#M4542</guid>
      <dc:creator>StanleyShen</dc:creator>
      <dc:date>2023-08-23T15:14:32Z</dc:date>
    </item>
    <item>
      <title>回复： RMII &amp; Fixed-link under  PFE TX OK but RX NG</title>
      <link>https://community.nxp.com/t5/S32G/RMII-amp-Fixed-link-under-PFE-TX-OK-but-RX-NG/m-p/1710871#M4556</link>
      <description>&lt;P&gt;Also, since the Quectel FAE told us that we can adjust the RGMII delay time, could you tell me how to change it, thank you.&lt;/P&gt;</description>
      <pubDate>Thu, 24 Aug 2023 16:10:23 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32G/RMII-amp-Fixed-link-under-PFE-TX-OK-but-RX-NG/m-p/1710871#M4556</guid>
      <dc:creator>StanleyShen</dc:creator>
      <dc:date>2023-08-24T16:10:23Z</dc:date>
    </item>
    <item>
      <title>回复： RMII &amp; Fixed-link under  PFE TX OK but RX NG</title>
      <link>https://community.nxp.com/t5/S32G/RMII-amp-Fixed-link-under-PFE-TX-OK-but-RX-NG/m-p/1711383#M4560</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/210770"&gt;@StanleyShen&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;Can you please elaborate more on the RGMII Delay Time? What delay do you need to change?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;Also, have you checked that the&amp;nbsp;&lt;SPAN&gt;Quectel module is connected and IP assigned to it?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Mayank S Patel&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 25 Aug 2023 09:14:11 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32G/RMII-amp-Fixed-link-under-PFE-TX-OK-but-RX-NG/m-p/1711383#M4560</guid>
      <dc:creator>MayanksPatel</dc:creator>
      <dc:date>2023-08-25T09:14:11Z</dc:date>
    </item>
    <item>
      <title>回复： RMII &amp; Fixed-link under  PFE TX OK but RX NG</title>
      <link>https://community.nxp.com/t5/S32G/RMII-amp-Fixed-link-under-PFE-TX-OK-but-RX-NG/m-p/1711505#M4566</link>
      <description>&lt;P&gt;Dear&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/204248"&gt;@MayanksPatel&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;P&gt;&lt;SPAN&gt;Can you please elaborate more on the RGMII Delay Time? What delay do you need to change?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;I want to change Delay Tiem to 2ns, but at present, I don't know if modifying the delay time can solve my problem, and whether to modify the delay time of RGMII or PFE.&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;Also, have you checked that the&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;Quectel module is connected and IP assigned to it?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Yes, I manually set the IP of AG55 to 192.168.1.100：&lt;/P&gt;&lt;P&gt;===================== Ping from S32G274A to Quectel ====================&lt;/P&gt;&lt;P&gt;Quectel module side:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="StanleyShen_0-1692971296220.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/238095i318CCA07082A1E5A/image-size/medium?v=v2&amp;amp;px=400" role="button" title="StanleyShen_0-1692971296220.png" alt="StanleyShen_0-1692971296220.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;S32G274A side:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="StanleyShen_4-1692971543722.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/238099i0A53A594FE49011A/image-size/medium?v=v2&amp;amp;px=400" role="button" title="StanleyShen_4-1692971543722.png" alt="StanleyShen_4-1692971543722.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="StanleyShen_1-1692971316739.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/238096i0233CA2E48D28806/image-size/medium?v=v2&amp;amp;px=400" role="button" title="StanleyShen_1-1692971316739.png" alt="StanleyShen_1-1692971316739.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;===================== Ping from Quectel to S32G274A&amp;nbsp; ====================&lt;/P&gt;&lt;P&gt;S32G274A side:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="StanleyShen_2-1692971468640.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/238097i7A3B047DCA94A192/image-size/medium?v=v2&amp;amp;px=400" role="button" title="StanleyShen_2-1692971468640.png" alt="StanleyShen_2-1692971468640.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="StanleyShen_6-1692971618990.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/238101iB769D39A501AFD1F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="StanleyShen_6-1692971618990.png" alt="StanleyShen_6-1692971618990.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Quectel module side:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="StanleyShen_3-1692971479249.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/238098i8939A1CCF953B98D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="StanleyShen_3-1692971479249.png" alt="StanleyShen_3-1692971479249.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="StanleyShen_5-1692971598908.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/238100i38D350C25230E9A4/image-size/medium?v=v2&amp;amp;px=400" role="button" title="StanleyShen_5-1692971598908.png" alt="StanleyShen_5-1692971598908.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 25 Aug 2023 13:53:50 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32G/RMII-amp-Fixed-link-under-PFE-TX-OK-but-RX-NG/m-p/1711505#M4566</guid>
      <dc:creator>StanleyShen</dc:creator>
      <dc:date>2023-08-25T13:53:50Z</dc:date>
    </item>
    <item>
      <title>回复： RMII &amp; Fixed-link under  PFE TX OK but RX NG</title>
      <link>https://community.nxp.com/t5/S32G/RMII-amp-Fixed-link-under-PFE-TX-OK-but-RX-NG/m-p/1711701#M4569</link>
      <description>&lt;P&gt;Dear&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/204248"&gt;@MayanksPatel&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Today, we have&amp;nbsp;analysed the GRMII logic by&amp;nbsp;saleae tool,&amp;nbsp;&lt;/P&gt;&lt;P&gt;It seem that the nxp receive NG, could you tell us the reason?&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="StanleyShen_0-1693213796090.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/238378iD0783EEA520C9301/image-size/medium?v=v2&amp;amp;px=400" role="button" title="StanleyShen_0-1693213796090.png" alt="StanleyShen_0-1693213796090.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="StanleyShen_1-1693213817520.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/238379iEECA8E16031CD6A8/image-size/medium?v=v2&amp;amp;px=400" role="button" title="StanleyShen_1-1693213817520.png" alt="StanleyShen_1-1693213817520.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 28 Aug 2023 09:10:27 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32G/RMII-amp-Fixed-link-under-PFE-TX-OK-but-RX-NG/m-p/1711701#M4569</guid>
      <dc:creator>StanleyShen</dc:creator>
      <dc:date>2023-08-28T09:10:27Z</dc:date>
    </item>
    <item>
      <title>回复： RMII &amp; Fixed-link under  PFE TX OK but RX NG</title>
      <link>https://community.nxp.com/t5/S32G/RMII-amp-Fixed-link-under-PFE-TX-OK-but-RX-NG/m-p/1714116#M4614</link>
      <description>&lt;P&gt;Can somebody help me?&lt;/P&gt;</description>
      <pubDate>Wed, 30 Aug 2023 15:33:05 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32G/RMII-amp-Fixed-link-under-PFE-TX-OK-but-RX-NG/m-p/1714116#M4614</guid>
      <dc:creator>StanleyShen</dc:creator>
      <dc:date>2023-08-30T15:33:05Z</dc:date>
    </item>
    <item>
      <title>回复： RMII &amp; Fixed-link under  PFE TX OK but RX NG</title>
      <link>https://community.nxp.com/t5/S32G/RMII-amp-Fixed-link-under-PFE-TX-OK-but-RX-NG/m-p/1714931#M4630</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/210770"&gt;@StanleyShen&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;I have created a ticket with the internal team. I will get back to you on this.&lt;/P&gt;
&lt;P&gt;Thank you for your patience.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Mayank S Patel&lt;/P&gt;</description>
      <pubDate>Thu, 31 Aug 2023 09:40:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32G/RMII-amp-Fixed-link-under-PFE-TX-OK-but-RX-NG/m-p/1714931#M4630</guid>
      <dc:creator>MayanksPatel</dc:creator>
      <dc:date>2023-08-31T09:40:28Z</dc:date>
    </item>
    <item>
      <title>回复： RMII &amp; Fixed-link under  PFE TX OK but RX NG</title>
      <link>https://community.nxp.com/t5/S32G/RMII-amp-Fixed-link-under-PFE-TX-OK-but-RX-NG/m-p/1716258#M4669</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/210770"&gt;@StanleyShen&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;Thank you for your patience.&lt;/P&gt;
&lt;DIV id="bodyDisplay_2" class="lia-message-body lia-component-message-view-widget-body lia-component-body-signature-highlight-escalation lia-component-message-view-widget-body-signature-highlight-escalation"&gt;
&lt;DIV class="lia-message-body-content"&gt;
&lt;P&gt;The root cause of this issue is PFE MAC2 RX clock from the 5G module is not ready While initializing the PFE-related clock, the PFE_MAC2 RX clock is out of lock.&lt;/P&gt;
&lt;P&gt;Temp workaround:&lt;/P&gt;
&lt;P&gt;Load the PFE Linux driver after the 5G module is functional(Wait for the RX clock from the 5G module to be stable).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope this helps.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Mayank S Patel&lt;/P&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;DIV class="lia-panel lia-panel-standard MessageTagsTaplet Chrome lia-component-message-view-widget-tags"&gt;
&lt;DIV class="lia-decoration-border"&gt;
&lt;DIV class="lia-decoration-border-top"&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;DIV class="lia-decoration-border-content"&gt;
&lt;DIV&gt;
&lt;DIV class="lia-panel-content-wrapper"&gt;
&lt;DIV class="lia-panel-content"&gt;
&lt;DIV class="AddMessageTags lia-message-tags"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;</description>
      <pubDate>Mon, 04 Sep 2023 07:02:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32G/RMII-amp-Fixed-link-under-PFE-TX-OK-but-RX-NG/m-p/1716258#M4669</guid>
      <dc:creator>MayanksPatel</dc:creator>
      <dc:date>2023-09-04T07:02:10Z</dc:date>
    </item>
    <item>
      <title>回复： RMII &amp; Fixed-link under  PFE TX OK but RX NG</title>
      <link>https://community.nxp.com/t5/S32G/RMII-amp-Fixed-link-under-PFE-TX-OK-but-RX-NG/m-p/1725868#M4842</link>
      <description>&lt;P&gt;&lt;SPAN&gt;The PFE of my board is connected to the sja1105 switch. The device tree of Linux DSA&amp;nbsp; driver requires the cpu port to be configured, so the PFE must be initialized first. the PFE_MAC RX clock is out of lock .How do I configure it correctly?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;amp;spi1 {&lt;BR /&gt;spi-num-chipselects = &amp;lt;1&amp;gt;;&lt;BR /&gt;#address-cells = &amp;lt;1&amp;gt;;&lt;BR /&gt;#size-cells = &amp;lt;0&amp;gt;;&lt;BR /&gt;status = "okay";&lt;BR /&gt;&lt;BR /&gt;sja1105q_A@0 {&lt;BR /&gt;compatible = "nxp,sja1105q";&lt;BR /&gt;spi-max-frequency = &amp;lt;0x3D0900&amp;gt;;&lt;BR /&gt;spi-cpha;&lt;BR /&gt;fsl,spi-cs-sck-delay = &amp;lt;1&amp;gt;;&lt;BR /&gt;fsl,spi-sck-cs-delay = &amp;lt;1&amp;gt;;&lt;BR /&gt;&lt;BR /&gt;reg = &amp;lt;0&amp;gt;;&lt;BR /&gt;soft-cs-gpio = &amp;lt;&amp;amp;pcal6524B 17 0&amp;gt;;&lt;BR /&gt;reset-gpio = &amp;lt;&amp;amp;pcal6524B 16 0&amp;gt;;&lt;BR /&gt;dsa,member = &amp;lt; 0 0 &amp;gt;;&lt;BR /&gt;&lt;BR /&gt;ports {&lt;BR /&gt;#address-cells = &amp;lt;1&amp;gt;;&lt;BR /&gt;#size-cells = &amp;lt;0&amp;gt;;&lt;BR /&gt;switchAp0: port@0 {&lt;BR /&gt;ethernet = &amp;lt;&amp;amp;pfe_netif1&amp;gt;;&lt;BR /&gt;phy-mode = "rgmii-id";&lt;BR /&gt;label = "cpu";&lt;BR /&gt;reg = &amp;lt;0&amp;gt;;&lt;BR /&gt;fixed-link {&lt;BR /&gt;speed = &amp;lt;1000&amp;gt;;&lt;BR /&gt;full-duplex;&lt;BR /&gt;};&lt;BR /&gt;};&lt;BR /&gt;&lt;BR /&gt;switchAp1:port@1 {&lt;BR /&gt;phy-handle = &amp;lt;&amp;amp;mdio_a_phy_A1&amp;gt;;&lt;BR /&gt;phy-mode = "rgmii-id";&lt;BR /&gt;label = "Sw_A_p1";&lt;BR /&gt;reg = &amp;lt;1&amp;gt;;&lt;BR /&gt;};&lt;BR /&gt;&lt;BR /&gt;switchAp2: port@2 {&lt;BR /&gt;phy-handle = &amp;lt;&amp;amp;mdio_a_phy_A2&amp;gt;;&lt;BR /&gt;phy-mode = "rgmii-id";&lt;BR /&gt;label = "Sw_A_p2";&lt;BR /&gt;reg = &amp;lt;2&amp;gt;;&lt;BR /&gt;};&lt;BR /&gt;&lt;BR /&gt;switchAp3: port@3 {&lt;BR /&gt;phy-handle = &amp;lt;&amp;amp;mdio_a_phy_A3&amp;gt;;&lt;BR /&gt;phy-mode = "rgmii-id";&lt;BR /&gt;label = "Sw_A_p3";&lt;BR /&gt;reg = &amp;lt;3&amp;gt;;&lt;BR /&gt;};&lt;BR /&gt;&lt;BR /&gt;switchAp4: port@4 {&lt;BR /&gt;phy-mode = "rgmii";&lt;BR /&gt;label = "Sw_A_p4";&lt;BR /&gt;reg = &amp;lt;4&amp;gt;;&lt;BR /&gt;fixed-link {&lt;BR /&gt;speed = &amp;lt;1000&amp;gt;;&lt;BR /&gt;full-duplex;&lt;BR /&gt;};&lt;BR /&gt;};&lt;BR /&gt;};&lt;BR /&gt;};&lt;BR /&gt;};&lt;/P&gt;</description>
      <pubDate>Wed, 20 Sep 2023 03:40:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32G/RMII-amp-Fixed-link-under-PFE-TX-OK-but-RX-NG/m-p/1725868#M4842</guid>
      <dc:creator>yanglei666888</dc:creator>
      <dc:date>2023-09-20T03:40:31Z</dc:date>
    </item>
    <item>
      <title>回复： RMII &amp; Fixed-link under  PFE TX OK but RX NG</title>
      <link>https://community.nxp.com/t5/S32G/RMII-amp-Fixed-link-under-PFE-TX-OK-but-RX-NG/m-p/1726301#M4847</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/204248"&gt;@MayanksPatel&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for you replay.&lt;/P&gt;&lt;P&gt;Previously, we also found this situation and resolved it using the same method.&lt;/P&gt;&lt;P&gt;Thank you again&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 20 Sep 2023 11:52:33 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32G/RMII-amp-Fixed-link-under-PFE-TX-OK-but-RX-NG/m-p/1726301#M4847</guid>
      <dc:creator>StanleyShen</dc:creator>
      <dc:date>2023-09-20T11:52:33Z</dc:date>
    </item>
    <item>
      <title>回复： RMII &amp; Fixed-link under  PFE TX OK but RX NG</title>
      <link>https://community.nxp.com/t5/S32G/RMII-amp-Fixed-link-under-PFE-TX-OK-but-RX-NG/m-p/1727571#M4857</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/208419"&gt;@yanglei666888&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;Please raise a new ticket for the queries.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Mayank S Patel&lt;/P&gt;</description>
      <pubDate>Fri, 22 Sep 2023 02:55:24 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32G/RMII-amp-Fixed-link-under-PFE-TX-OK-but-RX-NG/m-p/1727571#M4857</guid>
      <dc:creator>MayanksPatel</dc:creator>
      <dc:date>2023-09-22T02:55:24Z</dc:date>
    </item>
  </channel>
</rss>

