diff options
| author | Ludovic Desroches <[email protected]> | 2017-04-10 10:25:16 +0200 |
|---|---|---|
| committer | Alexandre Belloni <[email protected]> | 2017-04-14 09:38:50 +0200 |
| commit | 9cdd31e5913c1f86dce7e201b086155b3f24896b (patch) | |
| tree | 3d64da114f4137ff714dbb6b8cd89e2305abaacb | |
| parent | e67cedc92812d6c270be0bd227d0757e4f25bcff (diff) | |
ARM: dts: at91: sama5d3_xplained: fix ADC vref
The voltage reference for the ADC is not 3V but 3.3V since it is connected to
VDDANA.
Signed-off-by: Ludovic Desroches <[email protected]>
Cc: <[email protected]> # 3.16+
Acked-by: Nicolas Ferre <[email protected]>
Signed-off-by: Alexandre Belloni <[email protected]>
| -rw-r--r-- | arch/arm/boot/dts/at91-sama5d3_xplained.dts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/at91-sama5d3_xplained.dts b/arch/arm/boot/dts/at91-sama5d3_xplained.dts index c51fc652f6c7..7a0fa1aeb440 100644 --- a/arch/arm/boot/dts/at91-sama5d3_xplained.dts +++ b/arch/arm/boot/dts/at91-sama5d3_xplained.dts @@ -162,6 +162,7 @@ }; adc0: adc@f8018000 { + atmel,adc-vref = <3300>; pinctrl-0 = < &pinctrl_adc0_adtrg &pinctrl_adc0_ad0 |