ARM: ICST: use Hz instead of kHz
[firefly-linux-kernel-4.4.55.git] / arch / arm / include / asm / hardware / icst525.h
index 3b72c132e24f27771e4240ce06cce45de6da9da6..1000a6096fcb1efdd46bbd1a0b7608d96567d851 100644 (file)
 
 #include <asm/hardware/icst.h>
 
-unsigned long icst525_khz(const struct icst_params *p, struct icst_vco vco);
-struct icst_vco icst525_khz_to_vco(const struct icst_params *p, unsigned long freq);
+unsigned long icst525_hz(const struct icst_params *p, struct icst_vco vco);
+struct icst_vco icst525_hz_to_vco(const struct icst_params *p, unsigned long freq);
 
 /*
  * ICST525 VCO frequency must be between 10MHz and 200MHz (3V) or 320MHz (5V).
  * This frequency is pre-output divider.
  */
-#define ICST525_VCO_MIN                10000
-#define ICST525_VCO_MAX_3V     200000
-#define ICST525_VCO_MAX_5V     320000
+#define ICST525_VCO_MIN                10000000
+#define ICST525_VCO_MAX_3V     200000000
+#define ICST525_VCO_MAX_5V     320000000
 
 #endif