From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753119AbdDJJEf (ORCPT ); Mon, 10 Apr 2017 05:04:35 -0400 Received: from esa3.microchip.iphmx.com ([68.232.153.233]:11596 "EHLO esa3.microchip.iphmx.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751448AbdDJJEd (ORCPT ); Mon, 10 Apr 2017 05:04:33 -0400 X-IronPort-AV: E=Sophos;i="5.37,181,1488870000"; d="scan'208";a="1244478" Subject: Re: [PATCH 1/2] ARM: dts: at91: sama5d3_xplained: fix ADC vref To: Ludovic Desroches , , , References: <20170410082517.19628-1-ludovic.desroches@microchip.com> CC: , , "# 3 . 16+" From: Nicolas Ferre Organization: microchip Message-ID: <0c78ac8e-1e1f-14c3-e510-1caf857d4ef5@microchip.com> Date: Mon, 10 Apr 2017 11:04:44 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0 MIME-Version: 1.0 In-Reply-To: <20170410082517.19628-1-ludovic.desroches@microchip.com> Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Le 10/04/2017 à 10:25, Ludovic Desroches a écrit : > The voltage reference for the ADC is not 3V but 3.3V since it is connected to > VDDANA. > > Signed-off-by: Ludovic Desroches > Cc: # 3.16+ Acked-by: Nicolas Ferre > --- > arch/arm/boot/dts/at91-sama5d3_xplained.dts | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/arch/arm/boot/dts/at91-sama5d3_xplained.dts b/arch/arm/boot/dts/at91-sama5d3_xplained.dts > index c51fc65..7a0fa1a 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 > -- Nicolas Ferre