Received: by 2002:a25:c593:0:0:0:0:0 with SMTP id v141csp2393200ybe; Tue, 3 Sep 2019 12:10:36 -0700 (PDT) X-Google-Smtp-Source: APXvYqyiumITLcbBqMbZL35bcTbXAgbVTEKByxb7oMgrzO/j5XfCfUlyIlelVIcOlZumTkZwph2j X-Received: by 2002:a63:4823:: with SMTP id v35mr31730062pga.138.1567537836132; Tue, 03 Sep 2019 12:10:36 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1567537836; cv=none; d=google.com; s=arc-20160816; b=NmvAp4XyLAtXWRuxyM/wKWpX3QPm9lOiAV0WdGYfV+TFtRepOMJ6mCaPDmC4Wncw0k ojCb7QkxL6GMYi4ABSAuTUk8h3BtSNF73F+1708hIJ+4h+P1WVUik4kSs/D3RwWpFvWB RKKUgOCQalG+GiTfeHk8Xkad3vClPwfpW/uwAqwM1fMcxBZTgsLGuiLklIacvDuE+qbV j6Pb3Mth6kRGxi0UbogXm0DNeG12xntirICexFX5OZqUOMxUnEseacNy6yVcNbQ/D67E CnFKsP2Fz7HWgfKYkdwpRw0OcEgHULGwtxn4VxOUgAKL9MmRuqZ9tAc7TpX4WHbBY99w gTrw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:message-id:references :in-reply-to:subject:cc:to:from:date:content-transfer-encoding :mime-version; bh=iNuwRjfZ/BjMMG7kG41abpHHi+x8p7abXlEVs6XqVjo=; b=kJ4Ir/s/N22n7ipeBsIRSaBdsEG3CglqiK/uFwdyaLj34sNpb9fBTF3XBcHIZgag8N ISIFuoBiBFED6zLXNfHFnrj4Ejejq369nrdGt/KbYH8z/LGZJQDRRHMOgv2/Agjlz/6m XRJW9oG++Nca/wEoh8JMNwueJhoOjgS7VUbKti0gMbEOJxyoENqop4iJnyOqLElbraGZ V6D7plyMMmE3fPQyFa1CppF4abndxfVKZrqhWLWk0lakwruEMscgAFFtDO6oHpQhTqV5 Wk9fYjhSBwLNY+H8USNL1r82x1Yp5VeOuvTgMdlv+gR6/qsU15oa0IoIBMCIQ5SfTbFr xK9A== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id o4si6241723pll.194.2019.09.03.12.10.20; Tue, 03 Sep 2019 12:10:36 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726411AbfICTJ1 (ORCPT + 99 others); Tue, 3 Sep 2019 15:09:27 -0400 Received: from relay1-d.mail.gandi.net ([217.70.183.193]:59239 "EHLO relay1-d.mail.gandi.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725939AbfICTJ1 (ORCPT ); Tue, 3 Sep 2019 15:09:27 -0400 Received: from webmail.gandi.net (webmail15.sd4.0x35.net [10.200.201.15]) (Authenticated sender: contact@artur-rojek.eu) by relay1-d.mail.gandi.net (Postfix) with ESMTPA id 55191240009; Tue, 3 Sep 2019 19:09:24 +0000 (UTC) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Date: Tue, 03 Sep 2019 21:09:24 +0200 From: Artur Rojek To: Jonathan Cameron 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 1/3] dt-bindings: iio/adc: Add a compatible string for JZ4770 SoC ADC In-Reply-To: <20190728094523.2a161231@archlinux> References: <20190727195940.14010-1-contact@artur-rojek.eu> <20190728094523.2a161231@archlinux> Message-ID: <5dd8172ff664fa1795a10ef40960ba54@artur-rojek.eu> X-Sender: contact@artur-rojek.eu User-Agent: Roundcube Webmail/1.3.8 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Jonathan, Just reminding you of this patch set. Artur On 2019-07-28 10:45, Jonathan Cameron wrote: > On Sat, 27 Jul 2019 21:59:38 +0200 > Artur Rojek wrote: > >> Add a compatible string for the ADC controller present on >> Ingenic JZ4770 SoC. >> >> Signed-off-by: Artur Rojek >> Reviewed-by: Rob Herring > > Hi Artur, > > I'll have to hold this series for a few weeks as the fix for the > clock rate divider isn't in my upstream for the togreg branch yet > (as I haven't sent a pull request since the merge window). > > Give me a poke if I seem to have forgotten these in a few weeks > time. > > Thanks, > > Jonathan > >> --- >> >> Changes: >> >> v2: no change >> >> Documentation/devicetree/bindings/iio/adc/ingenic,adc.txt | 1 + >> 1 file changed, 1 insertion(+) >> >> diff --git a/Documentation/devicetree/bindings/iio/adc/ingenic,adc.txt >> b/Documentation/devicetree/bindings/iio/adc/ingenic,adc.txt >> index f01159f20d87..cd9048cf9dcf 100644 >> --- a/Documentation/devicetree/bindings/iio/adc/ingenic,adc.txt >> +++ b/Documentation/devicetree/bindings/iio/adc/ingenic,adc.txt >> @@ -5,6 +5,7 @@ Required properties: >> - compatible: Should be one of: >> * ingenic,jz4725b-adc >> * ingenic,jz4740-adc >> + * ingenic,jz4770-adc >> - reg: ADC controller registers location and length. >> - clocks: phandle to the SoC's ADC clock. >> - clock-names: Must be set to "adc".