Commit aa415725 authored by Ludovic Desroches's avatar Ludovic Desroches Committed by Ben Hutchings

ARM: dts: at91: sama5d3_xplained: fix ADC vref

commit 9cdd31e5 upstream.

The voltage reference for the ADC is not 3V but 3.3V since it is connected to
VDDANA.
Signed-off-by: default avatarLudovic Desroches <ludovic.desroches@microchip.com>
Acked-by: default avatarNicolas Ferre <nicolas.ferre@microchip.com>
Signed-off-by: default avatarAlexandre Belloni <alexandre.belloni@free-electrons.com>
Signed-off-by: default avatarBen Hutchings <ben@decadent.org.uk>
parent 1d4198c5
......@@ -141,6 +141,7 @@ spi1: spi@f8008000 {
};
adc0: adc@f8018000 {
atmel,adc-vref = <3300>;
pinctrl-0 = <
&pinctrl_adc0_adtrg
&pinctrl_adc0_ad0
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment