]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - arch/arm/mach-orion5x/addr-map.c
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6
[karo-tx-linux.git] / arch / arm / mach-orion5x / addr-map.c
index d78731edebb698b01edf297d29c5f9ef0cc73455..1a5d6a0e26026f4927495dc04a7f403d10155359 100644 (file)
@@ -84,7 +84,8 @@ static int __init orion5x_cpu_win_can_remap(int win)
        orion5x_pcie_id(&dev, &rev);
        if ((dev == MV88F5281_DEV_ID && win < 4)
            || (dev == MV88F5182_DEV_ID && win < 2)
-           || (dev == MV88F5181_DEV_ID && win < 2))
+           || (dev == MV88F5181_DEV_ID && win < 2)
+           || (dev == MV88F6183_DEV_ID && win < 4))
                return 1;
 
        return 0;