Skip to content

Commit 2f3e881

Browse files
committed
arm: dts: zynq-zed-adv7511-adaq4003: 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 688d514 commit 2f3e881

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
spi-max-frequency = <80000000>;
8686
vdd-supply = <&adc_vdd>;
8787
vio-supply = <&adc_vio>;
88-
vref-supply = <&adc_vref>;
88+
ref-supply = <&adc_vref>;
8989
dmas = <&rx_dma 0>;
9090
dma-names = "rx";
9191
clocks = <&spi_clk>;

0 commit comments

Comments
 (0)