Re: [PATCH v4 04/11] dt-bindings: iio: dac: ad3552r: fix maximum spi speed

From: Jonathan Cameron
Date: Sun Oct 06 2024 - 09:44:11 EST


On Thu, 03 Oct 2024 19:29:01 +0200
Angelo Dureghello <adureghello@xxxxxxxxxxxx> wrote:

> From: Angelo Dureghello <adureghello@xxxxxxxxxxxx>
>
> Fix maximum SPI clock speed, as per datasheet (Rev. B, page 6).
>
> Fixes: b0a96c5f599e ("dt-bindings: iio: dac: Add adi,ad3552r.yaml")
> Cc: stable@xxxxxxxxxxxxxxx
> Signed-off-by: Angelo Dureghello <adureghello@xxxxxxxxxxxx>
I'm going to take this the slow way as it probably doesn't affect any
existing DTS so can wait a while and taking it via the fixes
branch would slow down the rest of the series.

I am keen though to cut down how many patches are in revisions
though so I've picked this one up today. Please rebase on
my tree before sending v5 to pick this up.

Applied to the togreg branch of iio.git

Thanks,
Jonathan
> ---
> Documentation/devicetree/bindings/iio/dac/adi,ad3552r.yaml | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/Documentation/devicetree/bindings/iio/dac/adi,ad3552r.yaml b/Documentation/devicetree/bindings/iio/dac/adi,ad3552r.yaml
> index fc8b97f82077..41fe00034742 100644
> --- a/Documentation/devicetree/bindings/iio/dac/adi,ad3552r.yaml
> +++ b/Documentation/devicetree/bindings/iio/dac/adi,ad3552r.yaml
> @@ -30,7 +30,7 @@ properties:
> maxItems: 1
>
> spi-max-frequency:
> - maximum: 30000000
> + maximum: 66000000
>
> reset-gpios:
> maxItems: 1
>