Re: [PATCH v4 8/9] dt-bindings: iio: adc: adi,ad7380: add spi-rx-bus-width property
From: Rob Herring (Arm)
Date: Tue Jan 06 2026 - 11:37:17 EST
On Fri, 19 Dec 2025 15:32:16 -0600, David Lechner wrote:
> Add spi-rx-bus-width property to describe how many SDO lines are wired
> up on the ADC. These chips are simultaneous sampling ADCs and have one
> SDO line per channel, either 2 or 4 total depending on the part number.
>
> Signed-off-by: David Lechner <dlechner@xxxxxxxxxxxx>
> ---
> v4 changes:
> * Change to use spi-rx-bus-width property instead of spi-lanes.
>
> v3 changes:
> * Renamed "buses" to "lanes" to reflect devicetree property name change.
> ---
> .../devicetree/bindings/iio/adc/adi,ad7380.yaml | 23 ++++++++++++++++++++++
> 1 file changed, 23 insertions(+)
>
Reviewed-by: Rob Herring (Arm) <robh@xxxxxxxxxx>