From patchwork Sun Sep 8 10:40:07 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jonathan Cameron X-Patchwork-Id: 11136901 Return-Path: Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 749B713BD for ; Sun, 8 Sep 2019 10:40:16 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 4B723214D9 for ; Sun, 8 Sep 2019 10:40:16 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1567939216; bh=IbcI3d9U+iuh6SaYmp34+y+NCuBB9DAYXtRHIi15OzA=; h=From:To:Cc:Subject:Date:List-ID:From; b=uhtnKlkHQfjhA7TOMXomfp5/gsorIxpftoX/lOexdXdu+XQGn+NHbBe+AiZAAYmEQ 4k1Yf89Ovcxydi+knUlsbfIWf7lY4bEZa9Fw83u1RIfSoUDu0cHM0Ah+x6LArLpP++ WeY8b5jAX2mbJs0+XtKczl4xvNDFD6UbEZFecyMA= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728535AbfIHKkP (ORCPT ); Sun, 8 Sep 2019 06:40:15 -0400 Received: from mail.kernel.org ([198.145.29.99]:45470 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728510AbfIHKkP (ORCPT ); Sun, 8 Sep 2019 06:40:15 -0400 Received: from localhost.localdomain (cpc149474-cmbg20-2-0-cust94.5-4.cable.virginm.net [82.4.196.95]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 2F7E321479; Sun, 8 Sep 2019 10:40:14 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1567939215; bh=IbcI3d9U+iuh6SaYmp34+y+NCuBB9DAYXtRHIi15OzA=; h=From:To:Cc:Subject:Date:From; b=QkBiLK+Q/Z5RWfgTZ/UVk/as4v8hvA7BYqpshh6GF2sjwTyHktSfzHxlV9mogDZsj DXquSDqF5BHLvqN8KTGTqBGRZyKrzGBp4+MSzRCJjbOo49mP4Owqysfuu+zjmbivFE eZWpsaUvaIKjRPCjtLIX2med+NHOgseKD1nDdTEU= From: jic23@kernel.org To: Mircea Caprioru , linux-iio@vger.kernel.org Cc: robh+dt@kernel.org, Jonathan Cameron Subject: [PATCH] dt-bindings: fix regulator names to not be constant. Date: Sun, 8 Sep 2019 11:40:07 +0100 Message-Id: <20190908104007.6593-1-jic23@kernel.org> X-Mailer: git-send-email 2.23.0 MIME-Version: 1.0 Sender: linux-iio-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-iio@vger.kernel.org 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") --- 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: |