From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-13.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER,INCLUDES_PATCH, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id D3E88C4338F for ; Sun, 25 Jul 2021 09:15:09 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id B1E5360F26 for ; Sun, 25 Jul 2021 09:15:09 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230359AbhGYIei convert rfc822-to-8bit (ORCPT ); Sun, 25 Jul 2021 04:34:38 -0400 Received: from aposti.net ([89.234.176.197]:41262 "EHLO aposti.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229883AbhGYIeh (ORCPT ); Sun, 25 Jul 2021 04:34:37 -0400 Date: Sun, 25 Jul 2021 10:14:57 +0100 From: Paul Cercueil Subject: Re: [PATCH v3 2/5] dt-bindings: iio/adc: add an INGENIC_ADC_AUX0 entry To: Christophe Branchereau Cc: jic23@kernel.org, lars@metafoo.de, linux-mips@vger.kernel.org, linux-iio@vger.kernel.org, linux-kernel@vger.kernel.org, robh+dt@kernel.org, devicetree@vger.kernel.org, linux@roeck-us.net, contact@artur-rojek.eu Message-Id: In-Reply-To: <20210724190449.221894-3-cbranchereau@gmail.com> References: <20210724190449.221894-1-cbranchereau@gmail.com> <20210724190449.221894-3-cbranchereau@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1; format=flowed Content-Transfer-Encoding: 8BIT Precedence: bulk List-ID: X-Mailing-List: linux-mips@vger.kernel.org Le sam., juil. 24 2021 at 21:04:46 +0200, Christophe Branchereau a écrit : > The JZ4760(B) socs have 3 AUX inputs, add an entry to prepare > including the one named AUX in the sadc driver. > Leaving the rest untouched as it's ABI. > > Signed-off-by: Christophe Branchereau Reviewed-by: Paul Cercueil Cheers, -Paul > --- > 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 4627a00e369e..a6ccc031635b 100644 > --- a/include/dt-bindings/iio/adc/ingenic,adc.h > +++ b/include/dt-bindings/iio/adc/ingenic,adc.h > @@ -13,5 +13,6 @@ > #define INGENIC_ADC_TOUCH_YN 6 > #define INGENIC_ADC_TOUCH_XD 7 > #define INGENIC_ADC_TOUCH_YD 8 > +#define INGENIC_ADC_AUX0 9 > > #endif > -- > 2.30.2 >