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 EE451C4CECC for ; Sun, 15 Sep 2019 12:25:00 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id BAEB6214D8 for ; Sun, 15 Sep 2019 12:25:00 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1568550300; bh=Qmn0YOVP01iFmCMUHAKhcoFugQY4l23EPlhP77n/ctc=; h=Date:From:To:Cc:Subject:In-Reply-To:References:List-ID:From; b=PzEyQR/BSSpZCGbKW4dVqzHOIurIsuyW2scStlxQBaMh+t9UnK7LfkU2Ddx1eeyz+ uki4euKoqauQGlj72QKta/ttRZw0Wfe73vCKSQ7cL6Wkva+/ZJcQluOjTO7m7BpVWk AFo6YhQ4aCSD4tb8TftFsGXMY1OtVyioRc1rqgIM= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1730428AbfIOMZA (ORCPT ); Sun, 15 Sep 2019 08:25:00 -0400 Received: from mail.kernel.org ([198.145.29.99]:53958 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1730163AbfIOMZA (ORCPT ); Sun, 15 Sep 2019 08:25:00 -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 912882077C; Sun, 15 Sep 2019 12:24:58 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1568550299; bh=Qmn0YOVP01iFmCMUHAKhcoFugQY4l23EPlhP77n/ctc=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=QiurHRezetO8qtwZ/9Y+nb/Kk6Va9/i4nzDeRf7T8dSgKuvuKoI8Uc7BiXiGlgCfM II87BBVkq/aPJdnlkeXccwE4uzl05MaX3DXkgwrO30UhGYDGUHMB9Q+imXDYb1i7ap t6nuEqJOUIfbPhAVFdrQLZGihusaGCrloFuthMzo= Date: Sun, 15 Sep 2019 13:24:55 +0100 From: Jonathan Cameron To: Mircea Caprioru , linux-iio@vger.kernel.org Cc: robh+dt@kernel.org, Jonathan Cameron Subject: Re: [PATCH] dt-bindings: fix regulator names to not be constant. Message-ID: <20190915132455.66fa344f@archlinux> In-Reply-To: <20190908104007.6593-1-jic23@kernel.org> References: <20190908104007.6593-1-jic23@kernel.org> 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 Sun, 8 Sep 2019 11:40:07 +0100 jic23@kernel.org wrote: > From: Jonathan Cameron > > This was corrected in the V4 patch, but I messed up and had applied > the V3 patch. Hence the need for this fix. > > Signed-off-by: Jonathan Cameron > Fixes: f7356e47032c ("dt-bindings: iio: adc: ad7192: Add binding documentation for AD7192") I've take the view this is a simple 'aligning' patch due to my mess up so applied to the fixes-togreg branch so we get this in after rc1. If anyone wants to comment that's good though! Jonathan > --- > Documentation/devicetree/bindings/iio/adc/adi,ad7192.yaml | 6 ++---- > 1 file changed, 2 insertions(+), 4 deletions(-) > > diff --git a/Documentation/devicetree/bindings/iio/adc/adi,ad7192.yaml b/Documentation/devicetree/bindings/iio/adc/adi,ad7192.yaml > index 676ec42e1438..040af0bcc92e 100644 > --- a/Documentation/devicetree/bindings/iio/adc/adi,ad7192.yaml > +++ b/Documentation/devicetree/bindings/iio/adc/adi,ad7192.yaml > @@ -43,13 +43,11 @@ properties: > > dvdd-supply: > description: DVdd voltage supply > - items: > - - const: dvdd > + maxItems: 1 > > avdd-supply: > description: AVdd voltage supply > - items: > - - const: avdd > + maxItems: 1 > > adi,rejection-60-Hz-enable: > description: |