From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jonathan Cameron Subject: Re: [PATCH v2 2/3] dt-bindings: iio/adc: Add AUX2 channel idx for JZ4770 SoC ADC Date: Sun, 8 Sep 2019 13:24:14 +0100 Message-ID: <20190908132414.2200a980@archlinux> References: <20190727195940.14010-1-contact@artur-rojek.eu> <20190727195940.14010-2-contact@artur-rojek.eu> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20190727195940.14010-2-contact@artur-rojek.eu> Sender: linux-kernel-owner@vger.kernel.org To: Artur Rojek Cc: Rob Herring , Mark Rutland , Paul Cercueil , linux-iio@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Rob Herring List-Id: devicetree@vger.kernel.org On Sat, 27 Jul 2019 21:59:39 +0200 Artur Rojek wrote: > Introduce support for AUX2 channel found in ADC hardware present on > Ingenic JZ4770 SoC. > > Signed-off-by: Artur Rojek > Reviewed-by: Rob Herring Applied to the togreg branch of iio.git and pushed out as testing for the autobuilders to mostly ignore it. Thanks, Jonathan > --- > > Changes: > > v2: no change > > include/dt-bindings/iio/adc/ingenic,adc.h | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/include/dt-bindings/iio/adc/ingenic,adc.h b/include/dt-bindings/iio/adc/ingenic,adc.h > index 82706b2706ac..42f871ab3272 100644 > --- a/include/dt-bindings/iio/adc/ingenic,adc.h > +++ b/include/dt-bindings/iio/adc/ingenic,adc.h > @@ -6,5 +6,6 @@ > /* ADC channel idx. */ > #define INGENIC_ADC_AUX 0 > #define INGENIC_ADC_BATTERY 1 > +#define INGENIC_ADC_AUX2 2 > > #endif