[meta-freescale] [PATCH V3 3/4][linux-fslc][4.1-1.0.x-imx] net: fec: enable RACC on imx6ul

Eric Nelson eric at nelint.com
Sat Sep 24 07:00:36 PDT 2016


The Fast Ethernet Controller (fec) on the i.MX6UL SoC has support
for the receive accelerator (RACC), so enable the quirk.

Signed-off-by: Eric Nelson <eric at nelint.com>
---
 drivers/net/ethernet/freescale/fec_main.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/net/ethernet/freescale/fec_main.c b/drivers/net/ethernet/freescale/fec_main.c
index e7182ef..c196275 100644
--- a/drivers/net/ethernet/freescale/fec_main.c
+++ b/drivers/net/ethernet/freescale/fec_main.c
@@ -118,7 +118,7 @@ static struct platform_device_id fec_devtype[] = {
 		.name = "imx6ul-fec",
 		.driver_data = FEC_QUIRK_ENET_MAC | FEC_QUIRK_HAS_GBIT |
 				FEC_QUIRK_HAS_BUFDESC_EX | FEC_QUIRK_HAS_CSUM |
-				FEC_QUIRK_HAS_VLAN,
+				FEC_QUIRK_HAS_RACC | FEC_QUIRK_HAS_VLAN,
 	}, {
 		/* sentinel */
 	}
-- 
2.7.4



More information about the meta-freescale mailing list