diff options
author | Lennert Buytenhek <buytenh@wantstofly.org> | 2008-05-31 08:30:40 +0200 |
---|---|---|
committer | Lennert Buytenhek <buytenh@marvell.com> | 2008-06-22 22:44:51 +0200 |
commit | d2b2a6bbc020e5a9a244f318d28515081e922882 (patch) | |
tree | 978505712a336a4ee368019a962bbe570bac2187 /include/asm-arm | |
parent | 47e9cffde663eafd5f78987036429fc0994d90e8 (diff) | |
download | kernel_samsung_smdk4412-d2b2a6bbc020e5a9a244f318d28515081e922882.zip kernel_samsung_smdk4412-d2b2a6bbc020e5a9a244f318d28515081e922882.tar.gz kernel_samsung_smdk4412-d2b2a6bbc020e5a9a244f318d28515081e922882.tar.bz2 |
[ARM] Orion: add 88F5181L (Orion-VoIP) support
Signed-off-by: Lennert Buytenhek <buytenh@marvell.com>
Acked-by: Russell King <linux@arm.linux.org.uk>
Diffstat (limited to 'include/asm-arm')
-rw-r--r-- | include/asm-arm/arch-orion5x/orion5x.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/include/asm-arm/arch-orion5x/orion5x.h b/include/asm-arm/arch-orion5x/orion5x.h index 206ddd7..20f7b40 100644 --- a/include/asm-arm/arch-orion5x/orion5x.h +++ b/include/asm-arm/arch-orion5x/orion5x.h @@ -2,7 +2,7 @@ * include/asm-arm/arch-orion5x/orion5x.h * * Generic definitions of Orion SoC flavors: - * Orion-1, Orion-NAS, Orion-VoIP, and Orion-2. + * Orion-1, Orion-VoIP, Orion-NAS, and Orion-2. * * Maintainer: Tzachi Perelstein <tzachi@marvell.com> * @@ -63,9 +63,11 @@ /******************************************************************************* * Supported Devices & Revisions ******************************************************************************/ -/* Orion-1 (88F5181) */ +/* Orion-1 (88F5181) and Orion-VoIP (88F5181L) */ #define MV88F5181_DEV_ID 0x5181 #define MV88F5181_REV_B1 3 +#define MV88F5181L_REV_A0 8 +#define MV88F5181L_REV_A1 9 /* Orion-NAS (88F5182) */ #define MV88F5182_DEV_ID 0x5182 #define MV88F5182_REV_A2 2 |