Skip to content

Commit c8df4ad

Browse files
committed
arm: dts: zynq-coraz7s-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 ccc3e9e commit c8df4ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/arm/boot/dts/zynq-coraz7s-adaq4003.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
};
3535

3636
spi_engine: spi@44a00000 {
37-
compatible = "adi,axi-spi-engine-1.00.a";
37+
compatible = "adi-ex,axi-spi-engine-1.00.a";
3838
reg = <0x44a00000 0x10000>;
3939
interrupt-parent = <&intc>;
4040
interrupts = <0 56 IRQ_TYPE_LEVEL_HIGH>;

0 commit comments

Comments
 (0)