diff options
Diffstat (limited to 'arch/arm/include/asm/hardware/icst307.h')
-rw-r--r-- | arch/arm/include/asm/hardware/icst307.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/arch/arm/include/asm/hardware/icst307.h b/arch/arm/include/asm/hardware/icst307.h index 0c4e37e3fdef..0f096181e832 100644 --- a/arch/arm/include/asm/hardware/icst307.h +++ b/arch/arm/include/asm/hardware/icst307.h | |||
@@ -18,14 +18,14 @@ | |||
18 | 18 | ||
19 | #include <asm/hardware/icst.h> | 19 | #include <asm/hardware/icst.h> |
20 | 20 | ||
21 | unsigned long icst307_khz(const struct icst_params *p, struct icst_vco vco); | 21 | unsigned long icst307_hz(const struct icst_params *p, struct icst_vco vco); |
22 | struct icst_vco icst307_khz_to_vco(const struct icst_params *p, unsigned long freq); | 22 | struct icst_vco icst307_hz_to_vco(const struct icst_params *p, unsigned long freq); |
23 | 23 | ||
24 | /* | 24 | /* |
25 | * ICST307 VCO frequency must be between 6MHz and 200MHz (3.3 or 5V). | 25 | * ICST307 VCO frequency must be between 6MHz and 200MHz (3.3 or 5V). |
26 | * This frequency is pre-output divider. | 26 | * This frequency is pre-output divider. |
27 | */ | 27 | */ |
28 | #define ICST307_VCO_MIN 6000 | 28 | #define ICST307_VCO_MIN 6000000 |
29 | #define ICST307_VCO_MAX 200000 | 29 | #define ICST307_VCO_MAX 200000000 |
30 | 30 | ||
31 | #endif | 31 | #endif |