Skip to content

Commit 7683092

Browse files
spectrum70jic23
authored andcommitted
dt-bindings: iio: dac: ad3552r: add iio backend support
There is a version of AXI DAC IP block (for FPGAs) that provides a physical QSPI bus for AD3552R and similar chips, so supporting spi-controller functionalities. For this case, the binding is modified to include some additional properties. Reviewed-by: Rob Herring (Arm) <robh@kernel.org> Acked-by: Conor Dooley <conor.dooley@microchip.com> Signed-off-by: Angelo Dureghello <adureghello@baylibre.com> Reviewed-by: David Lechner <dlechner@baylibre.com> Link: https://patch.msgid.link/20241028-wip-bl-ad3552r-axi-v0-iio-testing-v9-1-f6960b4f9719@kernel-space.org Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
1 parent f928099 commit 7683092

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,12 @@ properties:
6060
$ref: /schemas/types.yaml#/definitions/uint32
6161
enum: [0, 1, 2, 3]
6262

63+
io-backends:
64+
description: The iio backend reference.
65+
Device can be optionally connected to the "axi-ad3552r IP" fpga-based
66+
QSPI + DDR (Double Data Rate) controller to reach high speed transfers.
67+
maxItems: 1
68+
6369
'#address-cells':
6470
const: 1
6571

@@ -128,6 +134,7 @@ patternProperties:
128134
- custom-output-range-config
129135

130136
allOf:
137+
- $ref: /schemas/spi/spi-peripheral-props.yaml#
131138
- if:
132139
properties:
133140
compatible:

0 commit comments

Comments
 (0)