summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-kirkwood/include
diff options
context:
space:
mode:
authorSaeed Bishara2010-06-01 17:09:27 +0200
committerNicolas Pitre2010-07-17 04:01:59 +0200
commit1e4d2d3da3bd0ccd3b6cb2b77624fd9233ca0a88 (patch)
treed63f568dabb8d98e7ecedbacadef16c7090ed02d /arch/arm/mach-kirkwood/include
parent[ARM] Kirkwood: add support for rev A1 of the 88f6192 and 88f6180 chips. (diff)
downloadkernel-qcow2-linux-1e4d2d3da3bd0ccd3b6cb2b77624fd9233ca0a88.tar.gz
kernel-qcow2-linux-1e4d2d3da3bd0ccd3b6cb2b77624fd9233ca0a88.tar.xz
kernel-qcow2-linux-1e4d2d3da3bd0ccd3b6cb2b77624fd9233ca0a88.zip
[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.h2
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