[PATCH v3 03/10] dt-bindings: iio: dac: ad3552r: fix maximum spi speed
From: Angelo Dureghello
Date: Thu Sep 19 2024 - 05:22:18 EST
From: Angelo Dureghello <adureghello@xxxxxxxxxxxx>
Fix maximum SPI clock speed, as per datasheet (Rev. B, page 6).
Signed-off-by: Angelo Dureghello <adureghello@xxxxxxxxxxxx>
---
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