[PATCH v3 03/10] dt-bindings: iio: dac: ad3552r: fix maximum spi speed

Angelo Dureghello posted 10 patches 2 months, 1 week ago
There is a newer version of this series
[PATCH v3 03/10] dt-bindings: iio: dac: ad3552r: fix maximum spi speed
Posted by Angelo Dureghello 2 months, 1 week ago
From: Angelo Dureghello <adureghello@baylibre.com>

Fix maximum SPI clock speed, as per datasheet (Rev. B, page 6).

Signed-off-by: Angelo Dureghello <adureghello@baylibre.com>
---
 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

-- 
2.45.0.rc1
Re: [PATCH v3 03/10] dt-bindings: iio: dac: ad3552r: fix maximum spi speed
Posted by Krzysztof Kozlowski 2 months, 1 week ago
On Thu, Sep 19, 2024 at 11:19:59AM +0200, Angelo Dureghello wrote:
> From: Angelo Dureghello <adureghello@baylibre.com>
> 
> Fix maximum SPI clock speed, as per datasheet (Rev. B, page 6).

Fixes tag and Cc-stable.

Best regards,
Krzysztof