Skip to content

Commit 123b78b

Browse files
committed
arm: dts: zynq-zed-adv7511-adaq4003: Switch to spi-engine-ex
The new AD4000 series driver uses SPI prepare message mechanism which is only supported by the new spi-engine-ex driver (spi-axi-spi-engine-ex.c) in ADI Linux tree. Update AD4000 series device trees to match the upstream-like SPI-Engine driver. Signed-off-by: Marcelo Schmitt <marcelo.schmitt@analog.com>
1 parent c8df4ad commit 123b78b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/arm/boot/dts/zynq-zed-adv7511-adaq4003.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
};
6969

7070
axi_spi_engine_0: spi@44a00000 {
71-
compatible = "adi,axi-spi-engine-1.00.a";
71+
compatible = "adi-ex,axi-spi-engine-1.00.a";
7272
reg = <0x44a00000 0x1000>;
7373
interrupt-parent = <&intc>;
7474
interrupts = <0 56 IRQ_TYPE_LEVEL_HIGH>;

0 commit comments

Comments
 (0)