Skip to content

Commit 3b64cf2

Browse files
committed
arm: dts: zynq-zed-adv7511-ad7768-1-evb: Fix sync-in GPIO number and add
new required property Update sync-in GPIO number according to the current HDL version. Add low-latency property. Signed-off-by: jonathanns <Jonathan.Santos@analog.com>
1 parent 1e2202c commit 3b64cf2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,8 @@
8383
spi-cpol;
8484
spi-cpha;
8585
vref-supply = <&vref>;
86-
adi,sync-in-gpios = <&gpio0 88 GPIO_ACTIVE_LOW>;
86+
adi,low-latency = <0>;
87+
adi,sync-in-gpios = <&gpio0 92 GPIO_ACTIVE_LOW>;
8788
reset-gpios = <&gpio0 86 GPIO_ACTIVE_LOW>;
8889
clocks = <&ad7768_1_mclk>;
8990
clock-names = "mclk";

0 commit comments

Comments
 (0)