]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - drivers/net/ethernet/cadence/macb.c
net: macb: Include multi queue support for xilinx ZynqMP ethernet version
[karo-tx-linux.git] / drivers / net / ethernet / cadence / macb.c
index 1fe8b946243af5187851569a13be4c5e914dade0..0436aefa49e4d28498d4b56a02175286c1c60931 100644 (file)
@@ -2211,7 +2211,7 @@ static void macb_probe_queues(void __iomem *mem,
        /* is it macb or gem ? */
        mid = readl_relaxed(mem + MACB_MID);
 
-       if (MACB_BFEXT(IDNUM, mid) != 0x2)
+       if (MACB_BFEXT(IDNUM, mid) < 0x2)
                return;
 
        /* bit 0 is never set but queue 0 always exists */