summaryrefslogtreecommitdiffstats
path: root/kernel/arch/arm/mach-imx/mach-imx6ul.c
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/arch/arm/mach-imx/mach-imx6ul.c')
-rw-r--r--kernel/arch/arm/mach-imx/mach-imx6ul.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/arch/arm/mach-imx/mach-imx6ul.c b/kernel/arch/arm/mach-imx/mach-imx6ul.c
index acaf7056e..e08d02667 100644
--- a/kernel/arch/arm/mach-imx/mach-imx6ul.c
+++ b/kernel/arch/arm/mach-imx/mach-imx6ul.c
@@ -46,7 +46,7 @@ static int ksz8081_phy_fixup(struct phy_device *dev)
static void __init imx6ul_enet_phy_init(void)
{
if (IS_BUILTIN(CONFIG_PHYLIB))
- phy_register_fixup_for_uid(PHY_ID_KSZ8081, 0xffffffff,
+ phy_register_fixup_for_uid(PHY_ID_KSZ8081, MICREL_PHY_ID_MASK,
ksz8081_phy_fixup);
}