Skip to content

Commit 6ae3be7

Browse files
ldesrochesgregkh
authored andcommitted
ARM: dts: at91: sama5d3_xplained: fix ADC vref
commit 9cdd31e5913c1f86dce7e201b086155b3f24896b upstream. The voltage reference for the ADC is not 3V but 3.3V since it is connected to VDDANA. Signed-off-by: Ludovic Desroches <ludovic.desroches@microchip.com> Acked-by: Nicolas Ferre <nicolas.ferre@microchip.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
1 parent 1ab43a5 commit 6ae3be7

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

arch/arm/boot/dts/at91-sama5d3_xplained.dts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,7 @@
162162
};
163163

164164
adc0: adc@f8018000 {
165+
atmel,adc-vref = <3300>;
165166
pinctrl-0 = <
166167
&pinctrl_adc0_adtrg
167168
&pinctrl_adc0_ad0

0 commit comments

Comments
 (0)