diff options
author | Lennert Buytenhek <buytenh@wantstofly.org> | 2006-09-18 18:18:16 -0400 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2006-09-25 05:25:42 -0400 |
commit | 48388b2a56ae5e0f1c422e84d536f31729469b17 (patch) | |
tree | b3206175b8b7d884eb65be6e85236369466d3994 /include/asm-arm/arch-iop32x | |
parent | 7e9740b11529a0a69789fbe92d324f293e6266f6 (diff) |
[ARM] 3822/1: iop3xx: rewrite time handling
Merge and rewrite the iop32x/iop33x time code to do lost jiffy
tracking properly, and put the result in plat-iop/time.c.
Signed-off-by: Lennert Buytenhek <buytenh@wantstofly.org>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'include/asm-arm/arch-iop32x')
-rw-r--r-- | include/asm-arm/arch-iop32x/iop321.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/asm-arm/arch-iop32x/iop321.h b/include/asm-arm/arch-iop32x/iop321.h index e3c85a05e73a..bd96b8d55a76 100644 --- a/include/asm-arm/arch-iop32x/iop321.h +++ b/include/asm-arm/arch-iop32x/iop321.h | |||
@@ -233,6 +233,12 @@ | |||
233 | 233 | ||
234 | /* for I2C bit defs see drivers/i2c/i2c-iop3xx.h */ | 234 | /* for I2C bit defs see drivers/i2c/i2c-iop3xx.h */ |
235 | 235 | ||
236 | /* | ||
237 | * Peripherals that are shared between the iop32x and iop33x but | ||
238 | * located at different addresses. | ||
239 | */ | ||
240 | #define IOP3XX_TIMER_REG(reg) (IOP3XX_PERIPHERAL_VIRT_BASE + 0x07e0 + (reg)) | ||
241 | |||
236 | #include <asm/hardware/iop3xx.h> | 242 | #include <asm/hardware/iop3xx.h> |
237 | 243 | ||
238 | 244 | ||