Skip to content

Commit d1d1c11

Browse files
spectrum70jic23
authored andcommitted
dt-bindings: iio: dac: ad3552r: fix maximum spi speed
Fix maximum SPI clock speed, as per datasheet (Rev. B, page 6). Fixes: b0a96c5 ("dt-bindings: iio: dac: Add adi,ad3552r.yaml") Cc: [email protected] Signed-off-by: Angelo Dureghello <[email protected]> Acked-by: Krzysztof Kozlowski <[email protected]> Link: https://patch.msgid.link/20241003-wip-bl-ad3552r-axi-v0-iio-testing-v4-4-ceb157487329@baylibre.com Signed-off-by: Jonathan Cameron <[email protected]>
1 parent ed9c582 commit d1d1c11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/devicetree/bindings/iio/dac/adi,ad3552r.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ properties:
3030
maxItems: 1
3131

3232
spi-max-frequency:
33-
maximum: 30000000
33+
maximum: 66000000
3434

3535
reset-gpios:
3636
maxItems: 1

0 commit comments

Comments
 (0)