diff options
author | Sekhar Nori <nsekhar@ti.com> | 2009-08-31 06:18:00 -0400 |
---|---|---|
committer | Kevin Hilman <khilman@deeprootsystems.com> | 2009-11-25 13:21:19 -0500 |
commit | cd87444802ddceaa2259bc5ac48c1d2e42a99a3f (patch) | |
tree | f6b33561b1e947b3b4eaa72b76976aaae046bdc9 /arch/arm/mach-davinci/include/mach/da8xx.h | |
parent | 6a28adef21e551602023afc5bba330f8013556d8 (diff) |
davinci: DA8XX/OMAP-L1XX: JTAG ID register should offset from SYSCFG base
This makes it clear that JTAG ID register is part of the
SYSCFG module
Signed-off-by: Sekhar Nori <nsekhar@ti.com>
Signed-off-by: Kevin Hilman <khilman@deeprootsystems.com>
Diffstat (limited to 'arch/arm/mach-davinci/include/mach/da8xx.h')
-rw-r--r-- | arch/arm/mach-davinci/include/mach/da8xx.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-davinci/include/mach/da8xx.h b/arch/arm/mach-davinci/include/mach/da8xx.h index 11d2079a8203..6f036506bc68 100644 --- a/arch/arm/mach-davinci/include/mach/da8xx.h +++ b/arch/arm/mach-davinci/include/mach/da8xx.h | |||
@@ -33,10 +33,10 @@ extern void __iomem *da8xx_syscfg_base; | |||
33 | 33 | ||
34 | #define DA8XX_SYSCFG_BASE (IO_PHYS + 0x14000) | 34 | #define DA8XX_SYSCFG_BASE (IO_PHYS + 0x14000) |
35 | #define DA8XX_SYSCFG_VIRT(x) (da8xx_syscfg_base + (x)) | 35 | #define DA8XX_SYSCFG_VIRT(x) (da8xx_syscfg_base + (x)) |
36 | #define DA8XX_JTAG_ID_REG 0x18 | ||
36 | 37 | ||
37 | #define DA8XX_PSC0_BASE 0x01c10000 | 38 | #define DA8XX_PSC0_BASE 0x01c10000 |
38 | #define DA8XX_PLL0_BASE 0x01c11000 | 39 | #define DA8XX_PLL0_BASE 0x01c11000 |
39 | #define DA8XX_JTAG_ID_REG 0x01c14018 | ||
40 | #define DA8XX_TIMER64P0_BASE 0x01c20000 | 40 | #define DA8XX_TIMER64P0_BASE 0x01c20000 |
41 | #define DA8XX_TIMER64P1_BASE 0x01c21000 | 41 | #define DA8XX_TIMER64P1_BASE 0x01c21000 |
42 | #define DA8XX_GPIO_BASE 0x01e26000 | 42 | #define DA8XX_GPIO_BASE 0x01e26000 |