apm821xx: MR24: fix ethernet phy detection on the MR24
[openwrt/openwrt.git] / target / linux / apm821xx / patches-4.9 / 701-powerpc_ibm_apm82181_phyclk_fix.patch
index 93a0858b2648803ac35ffc4c9ca2801bcfbf9724..457c5e3780362f2b630ca22d42193a284bb361cc 100644 (file)
  #endif
  }
  
-@@ -2617,7 +2626,7 @@ static int emac_init_config(struct emac_
+@@ -2617,6 +2626,7 @@ static int emac_init_config(struct emac_
                if (of_device_is_compatible(np, "ibm,emac-apm821xx")) {
                        dev->features |= (EMAC_APM821XX_REQ_JUMBO_FRAME_SIZE |
                                          EMAC_FTR_APM821XX_NO_HALF_DUPLEX |
--                                        EMAC_FTR_460EX_PHY_CLK_FIX);
-+                                        EMAC_FTR_APM821XX_PHY_CLK_FIX);
++                                        EMAC_FTR_APM821XX_PHY_CLK_FIX |
+                                         EMAC_FTR_460EX_PHY_CLK_FIX);
                }
        } else if (of_device_is_compatible(np, "ibm,emac4")) {
-               dev->features |= EMAC_FTR_EMAC4;
 --- a/drivers/net/ethernet/ibm/emac/core.h
 +++ b/drivers/net/ethernet/ibm/emac/core.h
 @@ -333,6 +333,8 @@ struct emac_instance {