]> git.proxmox.com Git - mirror_ubuntu-focal-kernel.git/commit
iio: amplifiers: ad8366: Add support for the ADA4961 DGA
authorPaul Cercueil <paul.cercueil@analog.com>
Thu, 30 May 2019 13:18:11 +0000 (16:18 +0300)
committerJonathan Cameron <Jonathan.Cameron@huawei.com>
Mon, 17 Jun 2019 20:06:48 +0000 (21:06 +0100)
commitcee211f4e5a0f70ee0c202e9a5fc8eac0b9b4945
tree971687342cf94162919391c435dcbe3f384b3090
parent11ab555a6d3b0ecbb51076af79e625303bfa61de
iio: amplifiers: ad8366: Add support for the ADA4961 DGA

This change adds support for the ADA4961 BiCMOS RF Digital Gain Amplifier,
(DGA), which is optimized for driving heavy loads out 2.0 GHz and beyond.
The device typically achieves -90 dBc IMD3 performance at 500 MHz and
-85  dBc at 1.5 GHz.

Datasheet link:
 http://www.analog.com/media/en/technical-documentation/data-sheets/ADA4961.pdf

This change re-uses the existing ad8366 driver, as most logic is similar.
Also, this chip has a reset pin which is initialized during probe.

Signed-off-by: Paul Cercueil <paul.cercueil@analog.com>
Signed-off-by: Michael Hennerich <michael.hennerich@analog.com>
Signed-off-by: Alexandru Ardelean <alexandru.ardelean@analog.com>
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
drivers/iio/amplifiers/Kconfig
drivers/iio/amplifiers/ad8366.c