Skip to content

Commit eda549e

Browse files
amiclausjic23
authored andcommitted
iio: frequency: adf4377: add support for ADF4377
The ADF4377 is a high performance, ultralow jitter, dual output integer-N phased locked loop (PLL) with integrated voltage controlled oscillator (VCO) ideally suited for data converter and mixed signal front end (MxFE) clock applications. Datasheet: https://www.analog.com/media/en/technical-documentation/data-sheets/adf4377.pdf Signed-off-by: Antoniu Miclaus <antoniu.miclaus@analog.com> Reviewed-by: Nuno Sá <nuno.sa@analog.com> Link: https://lore.kernel.org/r/20221115110041.71495-2-antoniu.miclaus@analog.com Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
1 parent 1407438 commit eda549e

File tree

3 files changed

+1005
-0
lines changed

3 files changed

+1005
-0
lines changed

drivers/iio/frequency/Kconfig

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,16 @@ config ADF4371
5050
To compile this driver as a module, choose M here: the
5151
module will be called adf4371.
5252

53+
config ADF4377
54+
tristate "Analog Devices ADF4377 Microwave Wideband Synthesizer"
55+
depends on SPI && COMMON_CLK
56+
help
57+
Say yes here to build support for Analog Devices ADF4377 Microwave
58+
Wideband Synthesizer.
59+
60+
To compile this driver as a module, choose M here: the
61+
module will be called adf4377.
62+
5363
config ADMV1013
5464
tristate "Analog Devices ADMV1013 Microwave Upconverter"
5565
depends on SPI && COMMON_CLK

drivers/iio/frequency/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
obj-$(CONFIG_AD9523) += ad9523.o
88
obj-$(CONFIG_ADF4350) += adf4350.o
99
obj-$(CONFIG_ADF4371) += adf4371.o
10+
obj-$(CONFIG_ADF4377) += adf4377.o
1011
obj-$(CONFIG_ADMV1013) += admv1013.o
1112
obj-$(CONFIG_ADMV1014) += admv1014.o
1213
obj-$(CONFIG_ADMV4420) += admv4420.o

0 commit comments

Comments
 (0)