diff options
author | Saeed Bishara <saeed@marvell.com> | 2010-06-01 19:09:27 +0400 |
---|---|---|
committer | Nicolas Pitre <nico@fluxnic.net> | 2010-07-17 06:01:59 +0400 |
commit | 1e4d2d3da3bd0ccd3b6cb2b77624fd9233ca0a88 (patch) | |
tree | d63f568dabb8d98e7ecedbacadef16c7090ed02d /arch/arm/mach-kirkwood/include | |
parent | 1c2003a1d6445f939c8628116452c7bbeff6759c (diff) | |
download | linux-1e4d2d3da3bd0ccd3b6cb2b77624fd9233ca0a88.tar.xz |
[ARM] Kirkwood: Add support for 88f6282
The 6282 SoC is compatible to 6280 and features faster CPU, DDR3, additional
PCIe interface, and LCD controller. More information can be found here:
http://www.marvell.com/products/processors/embedded/armada_300/armada_310.pdf
Signed-off-by: Saeed Bishara <saeed@marvell.com>
Signed-off-by: Nicolas Pitre <nico@fluxnic.net>
Diffstat (limited to 'arch/arm/mach-kirkwood/include')
-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 d61b9aabfd18..dd7eddbd5902 100644 --- a/arch/arm/mach-kirkwood/include/mach/kirkwood.h +++ b/arch/arm/mach-kirkwood/include/mach/kirkwood.h @@ -113,4 +113,6 @@ #define MV88F6180_REV_A0 2 #define MV88F6180_REV_A1 3 +#define MV88F6282_DEV_ID 0x6282 +#define MV88F6282_REV_A0 0 #endif |