diff options
Diffstat (limited to 'arch/arm/include/asm/hardware/icst525.h')
-rw-r--r-- | arch/arm/include/asm/hardware/icst525.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/arch/arm/include/asm/hardware/icst525.h b/arch/arm/include/asm/hardware/icst525.h index 3b72c132e24..1000a6096fc 100644 --- a/arch/arm/include/asm/hardware/icst525.h +++ b/arch/arm/include/asm/hardware/icst525.h | |||
@@ -16,15 +16,15 @@ | |||
16 | 16 | ||
17 | #include <asm/hardware/icst.h> | 17 | #include <asm/hardware/icst.h> |
18 | 18 | ||
19 | unsigned long icst525_khz(const struct icst_params *p, struct icst_vco vco); | 19 | unsigned long icst525_hz(const struct icst_params *p, struct icst_vco vco); |
20 | struct icst_vco icst525_khz_to_vco(const struct icst_params *p, unsigned long freq); | 20 | struct icst_vco icst525_hz_to_vco(const struct icst_params *p, unsigned long freq); |
21 | 21 | ||
22 | /* | 22 | /* |
23 | * ICST525 VCO frequency must be between 10MHz and 200MHz (3V) or 320MHz (5V). | 23 | * ICST525 VCO frequency must be between 10MHz and 200MHz (3V) or 320MHz (5V). |
24 | * This frequency is pre-output divider. | 24 | * This frequency is pre-output divider. |
25 | */ | 25 | */ |
26 | #define ICST525_VCO_MIN 10000 | 26 | #define ICST525_VCO_MIN 10000000 |
27 | #define ICST525_VCO_MAX_3V 200000 | 27 | #define ICST525_VCO_MAX_3V 200000000 |
28 | #define ICST525_VCO_MAX_5V 320000 | 28 | #define ICST525_VCO_MAX_5V 320000000 |
29 | 29 | ||
30 | #endif | 30 | #endif |