summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-kirkwood/include
diff options
context:
space:
mode:
authorMartin Michlmayr2011-11-03 13:57:43 +0100
committerNicolas Pitre2011-12-14 00:41:09 +0100
commita87d89e74f0a4b56eaee8c3ef74bce69277b780f (patch)
tree79d8d023446aabbfe04495e15cf1f7629b14a625 /arch/arm/mach-kirkwood/include
parentLinux 3.2-rc5 (diff)
downloadkernel-qcow2-linux-a87d89e74f0a4b56eaee8c3ef74bce69277b780f.tar.gz
kernel-qcow2-linux-a87d89e74f0a4b56eaee8c3ef74bce69277b780f.tar.xz
kernel-qcow2-linux-a87d89e74f0a4b56eaee8c3ef74bce69277b780f.zip
ARM: Kirkwood: Recognize A1 revision of 6282 chip
Recognize the Kirkwood 6282 revision A1 chip since products using this chip are shipping now, such as the QNAP TS-x19P II devices. Signed-off-by: Martin Michlmayr <tbm@cyrius.com> Acked-by: Lennert Buytenhek <buytenh@wantstofly.org> 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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-kirkwood/include/mach/kirkwood.h b/arch/arm/mach-kirkwood/include/mach/kirkwood.h
index 010bdeb4ac5f..fede3d503efa 100644
--- a/arch/arm/mach-kirkwood/include/mach/kirkwood.h
+++ b/arch/arm/mach-kirkwood/include/mach/kirkwood.h
@@ -135,4 +135,5 @@
#define MV88F6282_DEV_ID 0x6282
#define MV88F6282_REV_A0 0
+#define MV88F6282_REV_A1 1
#endif