Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

dt-bindings: iio: hmc425a: add entry for LTC6373

The LTC6373 is a silicon, 3-bit Fully-Differential digital instrumentation
amplifier that supports the following programmable gains (Vout/Vin):
G = 0.25, 0.5, 1, 2, 4, 8, 16 + Shutdown.

Acked-by: Conor Dooley <conor.dooley@microchip.com>
Signed-off-by: Dumitru Ceclan <mitrutzceclan@gmail.com>
Link: https://lore.kernel.org/r/20240220153553.2432-5-mitrutzceclan@gmail.com
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>

authored by

Dumitru Ceclan and committed by
Jonathan Cameron
ff96eb45 5c7403ab

+14
+14
Documentation/devicetree/bindings/iio/amplifiers/adi,hmc425a.yaml
··· 21 21 HMC540S 1 dB LSB Silicon MMIC 4-Bit Digital Positive Control Attenuator, 0.1 - 8 GHz 22 22 https://www.analog.com/media/en/technical-documentation/data-sheets/hmc540s.pdf 23 23 24 + LTC6373 is a 3-Bit precision instrumentation amplifier with fully differential outputs 25 + https://www.analog.com/media/en/technical-documentation/data-sheets/ltc6373.pdf 24 26 25 27 properties: 26 28 compatible: ··· 30 28 - adi,adrf5740 31 29 - adi,hmc425a 32 30 - adi,hmc540s 31 + - adi,ltc6373 33 32 34 33 vcc-supply: true 35 34 ··· 41 38 ADRF5740 - 4 GPIO connected to D2-D5 42 39 HMC540S - 4 GPIO connected to V1-V4 43 40 HMC425A - 6 GPIO connected to V1-V6 41 + LTC6373 - 3 GPIO connected to A0-A2 44 42 minItems: 1 45 43 maxItems: 6 46 44 ··· 68 64 ctrl-gpios: 69 65 minItems: 4 70 66 maxItems: 4 67 + - if: 68 + properties: 69 + compatible: 70 + contains: 71 + const: adi,ltc6373 72 + then: 73 + properties: 74 + ctrl-gpios: 75 + minItems: 3 76 + maxItems: 3 71 77 72 78 required: 73 79 - compatible