Skip to content

Commit 33350fa

Browse files
spectrum70Sasha Levin
authored andcommitted
dt-bindings: iio: dac: ad3552r: fix maximum spi speed
commit d1d1c11 upstream. 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]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent 96bee15 commit 33350fa

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
@@ -26,7 +26,7 @@ properties:
2626
maxItems: 1
2727

2828
spi-max-frequency:
29-
maximum: 30000000
29+
maximum: 66000000
3030

3131
reset-gpios:
3232
maxItems: 1

0 commit comments

Comments
 (0)