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=-5.6 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE, SPF_PASS,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 DECCFC2BA83 for ; Fri, 14 Feb 2020 13:55:36 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id AFAFB24650 for ; Fri, 14 Feb 2020 13:55:36 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1581688536; bh=L4rD0U3VGOxGi7RnWiPEafsPwk5Ag2m5B9zxOmaxbuY=; h=Date:From:To:Cc:Subject:In-Reply-To:References:List-ID:From; b=aBVJ7F+kp8igGxnjaZzer7cQgiGBKZlf/jnmCy6dI7JBmfl9gHrQjqL1e7OJqE/n9 ZEsUb9GQ6i+hYqFgL4i4by/EjR3wJ5WslFW5olQ9JKkGZikkJmweMj3jd9NmCaXmLI QiaPekOuL3TLVos2Te/H2rZXgxPSv22PjPxM77IU= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728223AbgBNNzg (ORCPT ); Fri, 14 Feb 2020 08:55:36 -0500 Received: from mail.kernel.org ([198.145.29.99]:37838 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728173AbgBNNzg (ORCPT ); Fri, 14 Feb 2020 08:55:36 -0500 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 1A6C6222C4; Fri, 14 Feb 2020 13:55:33 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1581688535; bh=L4rD0U3VGOxGi7RnWiPEafsPwk5Ag2m5B9zxOmaxbuY=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=K+4mx3uxua/deUQb5AZCk2iaNyq1BtGrhUv23sxbBrA/RRo2EEl7/qcpVxb5JELJx uIoik6nXxQHDKn5nJt81eye38rGNRq9ufaFuI1WTUeOa9cR/HR1RFe+umvmOoLYyDK zVH4B623XzfJLcJVvDWqdiVdToNREhSCvyfduDq8= Date: Fri, 14 Feb 2020 13:55:31 +0000 From: Jonathan Cameron To: Eugene Zalkonnikov Cc: Rob Herring , Hartmut Knaack , Lars-Peter Clausen , "development@norphonic.com" , "linux-iio@vger.kernel.org" , Mark Rutland , "devicetree@vger.kernel.org" Subject: Re: [PATCH v5 2/2] Device tree bindings for TI HDC20x0 humidity and temperature sensors Message-ID: <20200214135531.407bede7@archlinux> In-Reply-To: <90EF52F7-82A2-4617-95FF-CCF37E3FEAC6@norphonic.com> References: <90EF52F7-82A2-4617-95FF-CCF37E3FEAC6@norphonic.com> 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: devicetree-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Thu, 13 Feb 2020 22:18:13 +0000 Eugene Zalkonnikov wrote: > Amended device tree bindings for the driver. > > Signed-off-by: Eugene Zaikonnikov > > diff -uprN linux-5.3.8/Documentation/devicetree/bindings/iio/humidity/ti,hdc2010.yaml linux-5.3.8_docs/Documentation/devicetree/bindings/iio/humidity/ti,hdc2010.yaml > --- linux-5.3.8/Documentation/devicetree/bindings/iio/humidity/ti,hdc2010.yaml 1970-01-01 01:00:00.000000000 +0100 > +++ linux-5.3.8_docs/Documentation/devicetree/bindings/iio/humidity/ti,hdc2010.yaml 2020-02-12 14:28:42.562903814 +0100 > @@ -0,0 +1,43 @@ > +# SPDX-License-Identifier: (GPL-2.0-or-later OR BSD-2-Clause) > +%YAML 1.2 > +--- > +$id: http://devicetree.org/schemas/iio/humidity/hdc2010.yaml# > +$schema: http://devicetree.org/meta-schemas/core.yaml# > + > +title: HDC2010/HDC2080 humidity and temperature iio sensors > + > +maintainers: > + - Eugene Zaikonnikov > + > +description: | > + Relative humidity and tempereature sensors on I2C bus > + > + Datasheets are available at: > + http://www.ti.com/product/HDC2010/datasheet > + http://www.ti.com/product/HDC2080/datasheet > + > +properties: > + compatible: > + enum: > + - ti,hdc2010 > + - ti,hdc2080 > + > + vddd-supply: Unusual to use 3 'd's Seems to be vdd on the datasheet I looked at. Otherwise this all looks fine. thanks Jonathan > + description: > + digital voltage regulator (see regulator/regulator.txt) > + maxItems: 1 > + > +required: > + - compatible > + > +examples: > + - | > + i2c0 { > + #address-cells = <1>; > + #size-cells = <0>; > + > + hdc200x@40 { > + compatible = "ti,hdc2010"; > + reg = <0x40>; > + }; > + }; >