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=-17.5 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,INCLUDES_CR_TRAILER,INCLUDES_PATCH, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_2 autolearn=unavailable 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 37412C63777 for ; Sat, 21 Nov 2020 15:45:29 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id F08B3222B8 for ; Sat, 21 Nov 2020 15:45:28 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=kernel.org header.i=@kernel.org header.b="yL1kiu9n" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727868AbgKUPp2 (ORCPT ); Sat, 21 Nov 2020 10:45:28 -0500 Received: from mail.kernel.org ([198.145.29.99]:59556 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727854AbgKUPp2 (ORCPT ); Sat, 21 Nov 2020 10:45:28 -0500 Received: from archlinux (cpc108967-cmbg20-2-0-cust86.5-4.cable.virginm.net [81.101.6.87]) (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 BF92D221FE; Sat, 21 Nov 2020 15:45:26 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1605973527; bh=SuvFSM+Ytt5yvE7ydkkTHna+m3aHwAZcL9WAYrx31mY=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=yL1kiu9nnVxAvyOH1wVMDJw+KSInuG7nzthXHWvxyHjH9Lc3lL/RbaTJM0fNsxidS QtuozvvKf042vPVTN8ss1/6nU3FON2vteRUcm2ar6qp5OStdEWV0US3qkLzhLPk3rU w7IbXQ+tsHJMwp5JKZ9NTTwgXI/J2S6RUG6Nu2c8= Date: Sat, 21 Nov 2020 15:45:23 +0000 From: Jonathan Cameron To: Lorenzo Bianconi Cc: lorenzo.bianconi@redhat.com, devicetree@vger.kernel.org, linux-iio@vger.kernel.org Subject: Re: [PATCH 2/2] dt-bindings: iio: humidity: hts221: introduce vdd regulator bindings Message-ID: <20201121154523.0c0421b6@archlinux> In-Reply-To: <5e8009b293f1d5160ecbcdd33e7332ba0192b96e.1605777052.git.lorenzo@kernel.org> References: <5e8009b293f1d5160ecbcdd33e7332ba0192b96e.1605777052.git.lorenzo@kernel.org> X-Mailer: Claws Mail 3.17.8 (GTK+ 2.24.32; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Thu, 19 Nov 2020 10:13:35 +0100 Lorenzo Bianconi wrote: > Signed-off-by: Lorenzo Bianconi I'd drop the description as kind of obvious. vdd-supply: true will work fine. Thanks, Jonathan > --- > Documentation/devicetree/bindings/iio/humidity/st,hts221.yaml | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/Documentation/devicetree/bindings/iio/humidity/st,hts221.yaml b/Documentation/devicetree/bindings/iio/humidity/st,hts221.yaml > index 396451c26728..53df083b3de6 100644 > --- a/Documentation/devicetree/bindings/iio/humidity/st,hts221.yaml > +++ b/Documentation/devicetree/bindings/iio/humidity/st,hts221.yaml > @@ -26,6 +26,9 @@ properties: > The interrupt/data ready line will be configured as open drain, which > is useful if several sensors share the same interrupt line. > > + vdd-supply: > + description: if defined provides VDD power to the sensor. > + > interrupts: > maxItems: 1 >