summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-kirkwood/include
diff options
context:
space:
mode:
authorSaeed Bishara2010-06-01 17:09:26 +0200
committerNicolas Pitre2010-07-17 04:01:58 +0200
commit1c2003a1d6445f939c8628116452c7bbeff6759c (patch)
treeb1f22a085056a9a3478cafacd913ccd5eb7286e8 /arch/arm/mach-kirkwood/include
parent[ARM] Kirkwood: configure NAND mpp's for db88f6281 (diff)
downloadkernel-qcow2-linux-1c2003a1d6445f939c8628116452c7bbeff6759c.tar.gz
kernel-qcow2-linux-1c2003a1d6445f939c8628116452c7bbeff6759c.tar.xz
kernel-qcow2-linux-1c2003a1d6445f939c8628116452c7bbeff6759c.zip
[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')
-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 a15cf0ee22bd..d61b9aabfd18 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