[PATCH] ARM: 2756/1: add ixp2000 msf mapping

Patch from Lennert Buytenhek

Add a mapping for the ixp2400 and ixp2800 msf unit. The msf is the
ixp2000's 'media and switch fabric' unit, which handles the networking
part of the chip.

Signed-off-by: Lennert Buytenhek <buytenh@wantstofly.org>
Signed-off-by: Deepak Saxena
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>

authored by Lennert Buytenhek and committed by Russell King baaf7ed1 67603be4

+9
+5
arch/arm/mach-ixp2000/core.c
··· 103 .length = IXP2000_PCI_CSR_SIZE, 104 .type = MT_DEVICE 105 }, { 106 .virtual = IXP2000_PCI_IO_VIRT_BASE, 107 .physical = IXP2000_PCI_IO_PHYS_BASE, 108 .length = IXP2000_PCI_IO_SIZE,
··· 103 .length = IXP2000_PCI_CSR_SIZE, 104 .type = MT_DEVICE 105 }, { 106 + .virtual = IXP2000_MSF_VIRT_BASE, 107 + .physical = IXP2000_MSF_PHYS_BASE, 108 + .length = IXP2000_MSF_SIZE, 109 + .type = MT_DEVICE 110 + }, { 111 .virtual = IXP2000_PCI_IO_VIRT_BASE, 112 .physical = IXP2000_PCI_IO_PHYS_BASE, 113 .length = IXP2000_PCI_IO_SIZE,
+4
include/asm-arm/arch-ixp2000/ixp2000-regs.h
··· 86 #define IXP2000_PCI_CSR_VIRT_BASE 0xfec00000 87 #define IXP2000_PCI_CSR_SIZE 0x00100000 88 89 #define IXP2000_PCI_IO_PHYS_BASE 0xd8000000 90 #define IXP2000_PCI_IO_VIRT_BASE 0xfd000000 91 #define IXP2000_PCI_IO_SIZE 0x01000000
··· 86 #define IXP2000_PCI_CSR_VIRT_BASE 0xfec00000 87 #define IXP2000_PCI_CSR_SIZE 0x00100000 88 89 + #define IXP2000_MSF_PHYS_BASE 0xc8000000 90 + #define IXP2000_MSF_VIRT_BASE 0xfeb00000 91 + #define IXP2000_MSF_SIZE 0x00100000 92 + 93 #define IXP2000_PCI_IO_PHYS_BASE 0xd8000000 94 #define IXP2000_PCI_IO_VIRT_BASE 0xfd000000 95 #define IXP2000_PCI_IO_SIZE 0x01000000