Commit bfbd967d authored by Ludovic Desroches's avatar Ludovic Desroches Committed by Greg Kroah-Hartman

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 avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 7c95e5af
......@@ -143,6 +143,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