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 9904BC432C3 for ; Sun, 1 Dec 2019 12:38:12 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 61720215E5 for ; Sun, 1 Dec 2019 12:38:12 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1575203892; bh=YUHmSOBJj4OlC3XLzBTmwmeHkMj4d/d8XPF3I7BpMYo=; h=Date:From:To:Cc:Subject:In-Reply-To:References:List-ID:From; b=mrLcGfKnAd7p1fnXKyPwL7gDAoaNbAf6FwkNKOgXEwJOx+gCgTjKzKdF1NYRySbsB MtH1ZNlR7o3nK+w7yZWaBI4WO8TSa5WVj2p8Lu/ZuBzIxA9V8UZBLH+jcYZNx6bl/l ifu3J0FEzY733qGHGhhYNmCtkMtd+N6IF6nzUsQ0= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726340AbfLAMiL (ORCPT ); Sun, 1 Dec 2019 07:38:11 -0500 Received: from mail.kernel.org ([198.145.29.99]:56670 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726162AbfLAMiL (ORCPT ); Sun, 1 Dec 2019 07:38:11 -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 3702A20748; Sun, 1 Dec 2019 12:38:10 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1575203891; bh=YUHmSOBJj4OlC3XLzBTmwmeHkMj4d/d8XPF3I7BpMYo=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=ioEEbEcOwBo8ayfmnn1rQLkTa1VYnnC+jGBEPgszUFNS6/16DejeR7esmYF68WJ/F TiSbv2A+q1DRYhCQPyNTNYPhpcb4kK+o1bZ39se7Ip2ka6/LcfnMJpfL74mfua9FnS R9Ajpx+RHx4o8b61iWq+VUvr8wMDX1ImPpYT5boU= Date: Sun, 1 Dec 2019 12:38:07 +0000 From: Jonathan Cameron To: Eugene Zalkonnikov Cc: Hartmut Knaack , Lars-Peter Clausen , "development@norphonic.com" , "linux-iio@vger.kernel.org" Subject: Re: [PATCH v2 2/2] Driver for TI HDC20x0 humidity and temperature sensors Message-ID: <20191201123807.41f62181@archlinux> In-Reply-To: References: <1FA22019-2D01-45B2-9C6B-0F6720F1B4A2@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: linux-iio-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-iio@vger.kernel.org On Thu, 28 Nov 2019 20:12:17 +0000 Eugene Zalkonnikov wrote: > Device tree bindings for HDC2010/HDC2080 driver. > > Signed-off-by: Eugene Zaikonnikov > > diff -uprN linux-5.3.8/Documentation/devicetree/bindings/iio/humidity/hdc2010.yaml linux-5.3.8_docs/Documentation/devicetree/bindings/iio/humidity/hdc2010.yaml > --- linux-5.3.8/Documentation/devicetree/bindings/iio/humidity/hdc2010.yaml 1970-01-01 01:00:00.000000000 +0100 > +++ linux-5.3.8_docs/Documentation/devicetree/bindings/iio/humidity/hdc2010.yaml 2019-11-28 15:35:17.874477013 +0100 > @@ -0,0 +1,43 @@ > +# SPDX-License-Identifier: GPL-2.0 Rob has been asking for new bindings to be dual licensed # SPDX-License-Identifier: (GPL-2.0-or-later OR BSD-2-Clause) If you are happy to do so that would be great. > +%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 > + > + interrupts: > + description: > + interrupt mapping for IRQ > + maxItems: 1 > + > +required: > + - compatible > + > +examples: > + - | > + i2c0 { > + #address-cells = <1>; > + #size-cells = <0>; > + > + hdc200x@40 { > + compatible = "ti,hdc2010"; > + reg = <0x40>; > + }; > + }; >