summaryrefslogtreecommitdiff
path: root/arch/arm/mach-at91/include/mach/at91_dbu.h
diff options
context:
space:
mode:
authorWenyou Yang <wenyou.yang@atmel.com>2015-09-08 14:38:26 +0800
committerAndreas Bießmann <andreas.devel@googlemail.com>2015-11-03 14:21:30 +0100
commitce39680f7e560236213487ac6bf1baa66b6f74e3 (patch)
treedf3cdd55b8003ad8710bdbf4955d0a81a76cda65 /arch/arm/mach-at91/include/mach/at91_dbu.h
parent96d59e9d6aa74e35c63dc74da10e41f8ba0f6de4 (diff)
arm: at91: Change the Chip ID registers' addresses
Provide the specific addresses for the Chip ID and Chip ID Extension registers, instead of the offset, which make it use on other chips. Signed-off-by: Wenyou Yang <wenyou.yang@atmel.com> Reviewed-by: Andreas Bießmann <andreas.devel@googlemail.com>
Diffstat (limited to 'arch/arm/mach-at91/include/mach/at91_dbu.h')
-rw-r--r--arch/arm/mach-at91/include/mach/at91_dbu.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/arm/mach-at91/include/mach/at91_dbu.h b/arch/arm/mach-at91/include/mach/at91_dbu.h
index 7346fc0569..3181138322 100644
--- a/arch/arm/mach-at91/include/mach/at91_dbu.h
+++ b/arch/arm/mach-at91/include/mach/at91_dbu.h
@@ -35,8 +35,4 @@ typedef struct at91_dbu {
#define AT91_DBU_CID_ARCH_9xx 0x01900000
#define AT91_DBU_CID_ARCH_9XExx 0x02900000
-#define AT91_DBU_CIDR_MASK 0x1f
-#define AT91_DBU_CIDR 0x40
-#define AT91_DBU_EXID 0x44
-
#endif