aboutsummaryrefslogtreecommitdiff
path: root/include/asm-arm/arch-s3c2410/anubis-cpld.h
diff options
context:
space:
mode:
authorBen Dooks <ben-linux@fluff.org>2007-06-06 10:01:04 +0100
committerRussell King <rmk+kernel@arm.linux.org.uk>2007-06-11 09:09:34 +0100
commit6c1640d52b9b7355cd777c4f08bc930ac96d905b (patch)
treee94dcd7755ee611e10fbf3655f790fcf297dac75 /include/asm-arm/arch-s3c2410/anubis-cpld.h
parent5698bd28c67775c722dc1f4ab82e0041c1c740ea (diff)
[ARM] 4445/1: ANUBIS: Fix CPLD registers
Update the ANUBIS register definitions inline with the specs and ensure they are registered correctly. Signed-off-by: Ben Dooks <ben-linux@fluff.org> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'include/asm-arm/arch-s3c2410/anubis-cpld.h')
-rw-r--r--include/asm-arm/arch-s3c2410/anubis-cpld.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/asm-arm/arch-s3c2410/anubis-cpld.h b/include/asm-arm/arch-s3c2410/anubis-cpld.h
index dcebf6d6190..168b93fee52 100644
--- a/include/asm-arm/arch-s3c2410/anubis-cpld.h
+++ b/include/asm-arm/arch-s3c2410/anubis-cpld.h
@@ -18,4 +18,8 @@
#define ANUBIS_CTRL1_NANDSEL (0x3)
+/* IDREG - revision */
+
+#define ANUBIS_IDREG_REVMASK (0x7)
+
#endif /* __ASM_ARCH_ANUBISCPLD_H */