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=-8.6 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,INCLUDES_PATCH,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_SANE_2 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 472B8C433EF for ; Sun, 8 Sep 2019 12:24:23 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 1FE4B218AE for ; Sun, 8 Sep 2019 12:24:23 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1567945463; bh=R8J4W+d0ox1DjstG6dr536g3NCaJQrjNtB6CXU66ThQ=; h=Date:From:To:Cc:Subject:In-Reply-To:References:List-ID:From; b=bHNdKwdmddZAI2+GPXg6Jp4kTb958PoAZ991og2PQC7q8v4yUpvLfhPpeJLd+0oYw d9+16qAY8okBW3DWQ0xDdnbBuaIL5CFoBDc1HdbPadE2MIuU/WGggl4dZE4iUM85GF lQQa2vk4JyGZskqkqlvoQs4PrdeCzd9ArXMH0ex4= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729078AbfIHMYW (ORCPT ); Sun, 8 Sep 2019 08:24:22 -0400 Received: from mail.kernel.org ([198.145.29.99]:50274 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728979AbfIHMYW (ORCPT ); Sun, 8 Sep 2019 08:24:22 -0400 Received: from archlinux (cpc149474-cmbg20-2-0-cust94.5-4.cable.virginm.net [82.4.196.95]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id E2894214D9; Sun, 8 Sep 2019 12:24:18 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1567945461; bh=R8J4W+d0ox1DjstG6dr536g3NCaJQrjNtB6CXU66ThQ=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=jZX9PB7lzQAIYJH+OiWTiFpmqXpN9clk6/YD+H9df4LOuBx+U/n988UO+ZhkLpKWw 5CXsh2JEYZYg2h9E0H9/berXpjjswpT1fhCkFZeGs1m4KwtL8OQQPxswdV0tRboTkh cBI0kCmBO8c4SFsAVaSNvNvuF7WtRuZc2dxcoXbg= Date: Sun, 8 Sep 2019 13:24:14 +0100 From: Jonathan Cameron 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 Subject: Re: [PATCH v2 2/3] dt-bindings: iio/adc: Add AUX2 channel idx for JZ4770 SoC ADC Message-ID: <20190908132414.2200a980@archlinux> In-Reply-To: <20190727195940.14010-2-contact@artur-rojek.eu> References: <20190727195940.14010-1-contact@artur-rojek.eu> <20190727195940.14010-2-contact@artur-rojek.eu> X-Mailer: Claws Mail 3.17.4 (GTK+ 2.24.32; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-iio-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-iio@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