diff options
author | Saeed Bishara <saeed@marvell.com> | 2010-06-01 15:09:26 (GMT) |
---|---|---|
committer | Nicolas Pitre <nico@fluxnic.net> | 2010-07-17 02:01:58 (GMT) |
commit | 1c2003a1d6445f939c8628116452c7bbeff6759c (patch) | |
tree | b1f22a085056a9a3478cafacd913ccd5eb7286e8 /arch/arm/mach-kirkwood/include/mach | |
parent | 29333cfae728de0ff0dd09a476b97ea49ce9eedb (diff) | |
download | linux-1c2003a1d6445f939c8628116452c7bbeff6759c.tar.xz |
[ARM] Kirkwood: add support for rev A1 of the 88f6192 and 88f6180 chips.
Signed-off-by: Saeed Bishara <saeed@marvell.com>
Signed-off-by: Nicolas Pitre <nico@fluxnic.net>
Diffstat (limited to 'arch/arm/mach-kirkwood/include/mach')
-rw-r--r-- | arch/arm/mach-kirkwood/include/mach/kirkwood.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-kirkwood/include/mach/kirkwood.h b/arch/arm/mach-kirkwood/include/mach/kirkwood.h index a15cf0e..d61b9aa 100644 --- a/arch/arm/mach-kirkwood/include/mach/kirkwood.h +++ b/arch/arm/mach-kirkwood/include/mach/kirkwood.h @@ -107,8 +107,10 @@ #define MV88F6192_DEV_ID 0x6192 #define MV88F6192_REV_Z0 0 #define MV88F6192_REV_A0 2 +#define MV88F6192_REV_A1 3 #define MV88F6180_DEV_ID 0x6180 #define MV88F6180_REV_A0 2 +#define MV88F6180_REV_A1 3 #endif |