Skip to content

Commit d1495c1

Browse files
committed
arm: dts: zynq-zed-adv7511-ad4020: 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 1d74f0f commit d1495c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

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

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

0 commit comments

Comments
 (0)