increased allowed MAX2837 frequency range from 2300-2700 MHz to 2150-2750 MHz based on experimentation

This commit is contained in:
Michael Ossmann
2014-03-03 12:20:27 -07:00
parent 99f1ba6619
commit dd6d192e13

View File

@ -30,12 +30,12 @@
#define FREQ_ONE_MHZ (1000*1000) #define FREQ_ONE_MHZ (1000*1000)
#define MIN_LP_FREQ_MHZ (5) #define MIN_LP_FREQ_MHZ (5)
#define MAX_LP_FREQ_MHZ (2300) #define MAX_LP_FREQ_MHZ (2150)
#define MIN_BYPASS_FREQ_MHZ (2300) #define MIN_BYPASS_FREQ_MHZ (2150)
#define MAX_BYPASS_FREQ_MHZ (2700) #define MAX_BYPASS_FREQ_MHZ (2750)
#define MIN_HP_FREQ_MHZ (2700) #define MIN_HP_FREQ_MHZ (2750)
#define MAX_HP_FREQ_MHZ (6800) #define MAX_HP_FREQ_MHZ (6800)
static uint32_t max2837_freq_nominal_hz=2560000000; static uint32_t max2837_freq_nominal_hz=2560000000;