Received: by 2002:a05:6a10:1287:0:0:0:0 with SMTP id d7csp2688996pxv; Sun, 25 Jul 2021 02:16:18 -0700 (PDT) X-Google-Smtp-Source: ABdhPJxilm/ke/gLmH9H8rdI/8tUeSa0piyAE+YV71E2Y8t8R2rXvZBSlEZ6m4K4EmXM7mEjHNvP X-Received: by 2002:a92:d943:: with SMTP id l3mr9013376ilq.37.1627204578555; Sun, 25 Jul 2021 02:16:18 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1627204578; cv=none; d=google.com; s=arc-20160816; b=Tx8foeATl3+P/RYoBkC0wUA87usHOBRy8T23ABjXviUV7Ak5Z7SP/OmVJqy1PpKKt1 QC16dcsVM2smd6Jh/sFa0wHHdTG2mwJaBaIiTvvNCQ59O+Eax3HkWxDrvsjOOLw0MDCy gKubnH48ImFF0pGGA9vxpC9S6hmIXolXk9fAr0QXmoghxoPgjVAIshhFXwEUp3IZVyh/ rw/eEJPZIL9OAzkc8nFQwa8oFz56E6PaS5iOv2dN/mHkxIZc6f1Aw3Yvzq/y8iUncF43 mf2/34PEI78O/rET6Arf1an2WUCtplAM2wr6D60Ri/qLTMOdEPesSoCZGx65Oo0p5sOR 7VxA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:mime-version :references:in-reply-to:message-id:cc:to:subject:from:date; bh=expYQ9AkHsM/1VMxCM3zwWtDm6Q5UChHORtU7TESBZ8=; b=vqOxu/+zsy8NAmU/CuOpWWagf0aLJsP9bHOARWziHvmFbqPR669qEQ8L4ASmBtQnGx nr8Bji76ttty2hIaC3fkE+RaE4+m55QFEFjhuaaHFPf5rePm/18g7i285yZhnV9S0i0f 5ymWuJSFcr4hHxs7NNmreR+uc9UDi59gndvDcNeGXJoIQzF33tM0c39eqwiBbLmynNVm DubWMEcWQ6xXy0EoWDDt9jOKTOSaM9U/m4T4Nhs0zItFHWKzR4mtTmjJk5T8rfAUhNtq MyZqidYvV7uyizHzuNLOhUFkhpRBycmnE+I5T9sAbvheM/UhElD4KgbwruFyd5xnBDMk 2QPQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=crapouillou.net Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id n12si21384328iob.52.2021.07.25.02.16.05; Sun, 25 Jul 2021 02:16:18 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=crapouillou.net Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230374AbhGYIei convert rfc822-to-8bit (ORCPT + 99 others); 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-kernel@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 >