Re: [PATCH v6 13/17] dt-bindings: iio: adc: adi,ad4695: add SPI offload properties
From: Rob Herring (Arm)
Date: Tue Dec 17 2024 - 09:36:37 EST
On Wed, 11 Dec 2024 14:54:50 -0600, David Lechner wrote:
> Add a pwms property to the adi,ad4695 binding to specify an optional PWM
> output connected to the CNV pin on the ADC.
>
> Also add #trigger-source-cells property to allow the BUSY output to be
> used as a SPI offload trigger source to indicate when a sample is ready
> to be read.
>
> Macros are added to adi,ad4695.h for the cell values to help with
> readability since they are arbitrary values.
>
> Signed-off-by: David Lechner <dlechner@xxxxxxxxxxxx>
> ---
>
> v6 changes:
> * Drop $ref to trigger-source.yaml
> * Add maxItems to pwms property
>
> v5 changes:
> * Added macros for cell values
>
> v4 changes: new patch in v4
> ---
> Documentation/devicetree/bindings/iio/adc/adi,ad4695.yaml | 13 +++++++++++++
> include/dt-bindings/iio/adc/adi,ad4695.h | 7 +++++++
> 2 files changed, 20 insertions(+)
>
Reviewed-by: Rob Herring (Arm) <robh@xxxxxxxxxx>