Skip to content

Commit 688d514

Browse files
committed
arm: dts: zynq-coraz7s-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 289dea8 commit 688d514

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
@@ -55,7 +55,7 @@
5555
dma-names = "rx";
5656
pwms = <&adc_trigger 0 0>;
5757
pwm-names = "cnv";
58-
vref-supply = <&vref>;
58+
ref-supply = <&vref>;
5959
adi,high-z-input;
6060
adi,gain-milli = /bits/ 16 <454>;
6161

0 commit comments

Comments
 (0)