diff options
Diffstat (limited to 'arch/arm/mach-iop33x/iq80332.c')
| -rw-r--r-- | arch/arm/mach-iop33x/iq80332.c | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/arch/arm/mach-iop33x/iq80332.c b/arch/arm/mach-iop33x/iq80332.c index 9887bfc1c078..96d6f0f3cd21 100644 --- a/arch/arm/mach-iop33x/iq80332.c +++ b/arch/arm/mach-iop33x/iq80332.c | |||
| @@ -32,6 +32,7 @@ | |||
| 32 | #include <asm/mach-types.h> | 32 | #include <asm/mach-types.h> |
| 33 | #include <asm/page.h> | 33 | #include <asm/page.h> |
| 34 | #include <asm/pgtable.h> | 34 | #include <asm/pgtable.h> |
| 35 | #include <asm/arch/time.h> | ||
| 35 | 36 | ||
| 36 | /* | 37 | /* |
| 37 | * IQ80332 timer tick configuration. | 38 | * IQ80332 timer tick configuration. |
| @@ -40,14 +41,14 @@ static void __init iq80332_timer_init(void) | |||
| 40 | { | 41 | { |
| 41 | /* D-Step parts and the iop333 run at a higher internal bus frequency */ | 42 | /* D-Step parts and the iop333 run at a higher internal bus frequency */ |
| 42 | if (*IOP3XX_ATURID >= 0xa || *IOP3XX_ATUDID == 0x374) | 43 | if (*IOP3XX_ATURID >= 0xa || *IOP3XX_ATUDID == 0x374) |
| 43 | iop3xx_init_time(333000000); | 44 | iop_init_time(333000000); |
| 44 | else | 45 | else |
| 45 | iop3xx_init_time(266000000); | 46 | iop_init_time(266000000); |
| 46 | } | 47 | } |
| 47 | 48 | ||
| 48 | static struct sys_timer iq80332_timer = { | 49 | static struct sys_timer iq80332_timer = { |
| 49 | .init = iq80332_timer_init, | 50 | .init = iq80332_timer_init, |
| 50 | .offset = iop3xx_gettimeoffset, | 51 | .offset = iop_gettimeoffset, |
| 51 | }; | 52 | }; |
| 52 | 53 | ||
| 53 | 54 | ||
