Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933300AbcKVNCT (ORCPT ); Tue, 22 Nov 2016 08:02:19 -0500 Received: from mail-wm0-f52.google.com ([74.125.82.52]:35072 "EHLO mail-wm0-f52.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932783AbcKVNCR (ORCPT ); Tue, 22 Nov 2016 08:02:17 -0500 Date: Tue, 22 Nov 2016 13:04:38 +0000 From: Lee Jones To: Mugunthan V N Cc: linux-input@vger.kernel.org, Dmitry Torokhov , Jonathan Cameron , Rob Herring , Mark Rutland , Sekhar Nori , Vignesh R , devicetree@vger.kernel.org, linux-omap@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v2 3/3] drivers: mfd: ti_am335x_tscadc: increase ADC ref clock to 24MHz Message-ID: <20161122130438.GF316@dell.lan> References: <20161110163515.27598-1-mugunthanvnm@ti.com> <20161111075838.5815-1-mugunthanvnm@ti.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20161111075838.5815-1-mugunthanvnm@ti.com> User-Agent: Mutt/1.6.2 (2016-07-01) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1072 Lines: 35 Don't make up $SUBJECT line format. > Increase ADC reference clock from 3MHz to 24MHz so that the > sampling rates goes up from 100K samples per second to 800K > samples per second on AM335x and AM437x SoC. > > Signed-off-by: Mugunthan V N > --- > include/linux/mfd/ti_am335x_tscadc.h | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Change looks okay though. For my own reference: Acked-for-MFD-by: Lee Jones > diff --git a/include/linux/mfd/ti_am335x_tscadc.h b/include/linux/mfd/ti_am335x_tscadc.h > index b9a53e013bff..f6c449b96ea5 100644 > --- a/include/linux/mfd/ti_am335x_tscadc.h > +++ b/include/linux/mfd/ti_am335x_tscadc.h > @@ -137,7 +137,7 @@ > #define SEQ_STATUS BIT(5) > #define CHARGE_STEP 0x11 > > -#define ADC_CLK 3000000 > +#define ADC_CLK 24000000 > #define TOTAL_STEPS 16 > #define TOTAL_CHANNELS 8 > #define FIFO1_THRESHOLD 19 -- Lee Jones Linaro STMicroelectronics Landing Team Lead Linaro.org │ Open source software for ARM SoCs Follow Linaro: Facebook | Twitter | Blog