diff options
Diffstat (limited to 'include/asm-arm/arch-iop33x')
-rw-r--r-- | include/asm-arm/arch-iop33x/iop331.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/asm-arm/arch-iop33x/iop331.h b/include/asm-arm/arch-iop33x/iop331.h index e85e1a2e1a86..b301ef8f7f32 100644 --- a/include/asm-arm/arch-iop33x/iop331.h +++ b/include/asm-arm/arch-iop33x/iop331.h | |||
@@ -238,6 +238,12 @@ | |||
238 | 238 | ||
239 | /* Reserved 0x0000178c through 0x000019ff */ | 239 | /* Reserved 0x0000178c through 0x000019ff */ |
240 | 240 | ||
241 | /* | ||
242 | * Peripherals that are shared between the iop32x and iop33x but | ||
243 | * located at different addresses. | ||
244 | */ | ||
245 | #define IOP3XX_TIMER_REG(reg) (IOP3XX_PERIPHERAL_VIRT_BASE + 0x07d0 + (reg)) | ||
246 | |||
241 | #include <asm/hardware/iop3xx.h> | 247 | #include <asm/hardware/iop3xx.h> |
242 | 248 | ||
243 | 249 | ||