Skip to content

Commit 289dea8

Browse files
committed
arm: dts: zynq-zed-adv7511-ad4020: Update to dt doc
During the upstreaming of the AD4000 series driver, the driver file was renamed from ad400x to ad4000 and the voltage regulator for the ADC reference was renamed from vref-supply to ref-supply. Update dt to use the regulator name defined in the device tree documentation and expected by the new driver. Signed-off-by: Marcelo Schmitt <marcelo.schmitt@analog.com>
1 parent 01ecc71 commit 289dea8

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
@@ -86,7 +86,7 @@
8686
spi-max-frequency = <80000000>;
8787
vdd-supply = <&adc_vdd>;
8888
vio-supply = <&adc_vio>;
89-
vref-supply = <&adc_vref>;
89+
ref-supply = <&adc_vref>;
9090
dmas = <&rx_dma 0>;
9191
dma-names = "rx";
9292
clocks = <&spi_clk>;

0 commit comments

Comments
 (0)