MLK-21052-07 net: fec: Fix fec_devtype[IMX8QM] being imx6ul-fec
authorLeonard Crestez <leonard.crestez@nxp.com>
Mon, 4 Mar 2019 13:03:43 +0000 (15:03 +0200)
committerLeonard Crestez <leonard.crestez@nxp.com>
Wed, 17 Apr 2019 23:51:34 +0000 (02:51 +0300)
This was incorrectly added to the fec_devtype array only by commit
088c766a5c04 ("MLK-10724-6 net: fec: add i.mx6ul enet support")

The rest of 8qm support was later added by commit d1a46676c8b8
("MLK-16781 net: fec: add eee mode tx lpi support")

Signed-off-by: Leonard Crestez <leonard.crestez@nxp.com>
drivers/net/ethernet/freescale/fec_main.c

index a30b69f..f2dd692 100644 (file)
@@ -132,7 +132,7 @@ static struct platform_device_id fec_devtype[] = {
                                FEC_QUIRK_BUG_CAPTURE | FEC_QUIRK_HAS_RACC |
                                FEC_QUIRK_HAS_COALESCE,
        }, {
-               .name = "imx6ul-fec",
+               .name = "imx8qm-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_AVB |