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=unavailable 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 B8683C636CA for ; Wed, 21 Jul 2021 17:47:02 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 99BD561246 for ; Wed, 21 Jul 2021 17:47:02 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S236656AbhGURGY convert rfc822-to-8bit (ORCPT ); Wed, 21 Jul 2021 13:06:24 -0400 Received: from aposti.net ([89.234.176.197]:46158 "EHLO aposti.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S236596AbhGURGY (ORCPT ); Wed, 21 Jul 2021 13:06:24 -0400 Date: Wed, 21 Jul 2021 18:46:49 +0100 From: Paul Cercueil Subject: Re: [PATCH 2/6] dt-bindings: iio/adc: add an INGENIC_ADC_AUX0 entry To: citral23 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: <12WLWQ.Q7OL1MQHTXI52@crapouillou.net> In-Reply-To: <20210721105317.36742-3-cbranchereau@gmail.com> References: <20210721105317.36742-1-cbranchereau@gmail.com> <20210721105317.36742-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 Hi Christophe, Le mer., juil. 21 2021 at 12:53:13 +0200, citral23 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: citral23 Please use your real name when you sign a commit. 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 >