Skip to content

Commit cc8a77b

Browse files
committed
arm: dts: zynq-zed-adv7511-ad7768-1-evb: update sync-in GPIO number and
support new spi-engine Update sync-in GPIO number according to the current HDL version. Use compatible for new spi-engine implementation. Signed-off-by: Jonathan Santos <Jonathan.Santos@analog.com>
1 parent 43dfd44 commit cc8a77b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

arch/arm/boot/dts/zynq-zed-adv7511-ad7768-1-evb.dts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
};
6666

6767
axi_spi_engine_0: spi@0x44a00000 {
68-
compatible = "adi,axi-spi-engine-1.00.a";
68+
compatible = "adi-ex,axi-spi-engine-1.00.a";
6969
reg = <0x44a00000 0x1000>;
7070
interrupt-parent = <&intc>;
7171
interrupts = <0 56 IRQ_TYPE_LEVEL_HIGH>;
@@ -83,7 +83,7 @@
8383
spi-cpol;
8484
spi-cpha;
8585
vref-supply = <&vref>;
86-
adi,sync-in-gpios = <&gpio0 88 GPIO_ACTIVE_LOW>;
86+
adi,sync-in-gpios = <&gpio0 92 GPIO_ACTIVE_LOW>;
8787
reset-gpios = <&gpio0 86 GPIO_ACTIVE_LOW>;
8888
clocks = <&ad7768_1_mclk>;
8989
clock-names = "mclk";

0 commit comments

Comments
 (0)