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

Configure Feed

Select the types of activity you want to include in your feed.

dt-bindings: iio: admv1013: add vcc regulators

Add bindings for the VCC regulators of the ADMV1013 microware
upconverter.

Signed-off-by: Antoniu Miclaus <antoniu.miclaus@analog.com>
Acked-by: Conor Dooley <conor.dooley@microchip.com>
Link: https://lore.kernel.org/r/20230731094455.26742-1-antoniu.miclaus@analog.com
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>

authored by

Antoniu Miclaus and committed by
Jonathan Cameron
eaf3ada8 d866f140

+60
+60
Documentation/devicetree/bindings/iio/frequency/adi,admv1013.yaml
··· 39 39 description: 40 40 Analog voltage regulator. 41 41 42 + vcc-drv-supply: 43 + description: 44 + RF Driver voltage regulator. 45 + 46 + vcc2-drv-supply: 47 + description: 48 + RF predriver voltage regulator. 49 + 50 + vcc-vva-supply: 51 + description: 52 + VVA Control Circuit voltage regulator. 53 + 54 + vcc-amp1-supply: 55 + description: 56 + RF Amplifier 1 voltage regulator. 57 + 58 + vcc-amp2-supply: 59 + description: 60 + RF Amplifier 2 voltage regulator. 61 + 62 + vcc-env-supply: 63 + description: 64 + Envelope Detector voltage regulator. 65 + 66 + vcc-bg-supply: 67 + description: 68 + Mixer Chip Band Gap Circuit voltage regulator. 69 + 70 + vcc-bg2-supply: 71 + description: 72 + VGA Chip Band Gap Circuit voltage regulator. 73 + 74 + vcc-mixer-supply: 75 + description: 76 + Mixer voltage regulator. 77 + 78 + vcc-quad-supply: 79 + description: 80 + Quadruppler voltage regulator. 81 + 42 82 adi,detector-enable: 43 83 description: 44 84 Enable the Envelope Detector available at output pins VENV_P and ··· 109 69 - clocks 110 70 - clock-names 111 71 - vcm-supply 72 + - vcc-drv-supply 73 + - vcc2-drv-supply 74 + - vcc-vva-supply 75 + - vcc-amp1-supply 76 + - vcc-amp2-supply 77 + - vcc-env-supply 78 + - vcc-bg-supply 79 + - vcc-bg2-supply 80 + - vcc-mixer-supply 81 + - vcc-quad-supply 112 82 113 83 allOf: 114 84 - $ref: /schemas/spi/spi-peripheral-props.yaml# ··· 137 87 clocks = <&admv1013_lo>; 138 88 clock-names = "lo_in"; 139 89 vcm-supply = <&vcm>; 90 + vcc-drv-supply = <&vcc_drv>; 91 + vcc2-drv-supply = <&vcc2_drv>; 92 + vcc-vva-supply = <&vcc_vva>; 93 + vcc-amp1-supply = <&vcc_amp1>; 94 + vcc-amp2-supply = <&vcc_amp2>; 95 + vcc-env-supply = <&vcc_env>; 96 + vcc-bg-supply = <&vcc_bg>; 97 + vcc-bg2-supply = <&vcc_bg2>; 98 + vcc-mixer-supply = <&vcc_mixer>; 99 + vcc-quad-supply = <&vcc_quad>; 140 100 adi,quad-se-mode = "diff"; 141 101 adi,detector-enable; 142 102 };