Skip to content

Commit 698ea16

Browse files
committed
iio: adc: ad9361: remove commented MIN_ADC_CLK def
Fixes #486 Remove it. If it's there it may encourage customers to use it: https://ez.analog.com/linux-device-drivers/linux-software-drivers/f/q-a/113808/ad9361-not-transmitting-when-configured-for-low-sampling-rates Signed-off-by: Alexandru Ardelean <alexandru.ardelean@analog.com>
1 parent 3cec10d commit 698ea16

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

drivers/iio/adc/ad9361_regs.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2793,7 +2793,6 @@
27932793
*/
27942794

27952795
#define MIN_ADC_CLK 25000000UL /* 25 MHz */
2796-
//#define MIN_ADC_CLK (MIN_BBPLL_FREQ / MAX_BBPLL_DIV) /* 11.17MHz */
27972796
#define MAX_ADC_CLK 640000000UL /* 640 MHz */
27982797
#define MAX_DAC_CLK (MAX_ADC_CLK / 2)
27992798

0 commit comments

Comments
 (0)