From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752550AbdFLOth (ORCPT ); Mon, 12 Jun 2017 10:49:37 -0400 Received: from lelnx194.ext.ti.com ([198.47.27.80]:36695 "EHLO lelnx194.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752065AbdFLOtf (ORCPT ); Mon, 12 Jun 2017 10:49:35 -0400 From: Michael Stecklein To: Jonathan Cameron , Hartmut Knaack , Lars-Peter Clausen , Peter Meerwald-Stadler , Rob Herring , Mark Rutland CC: , , , Andrew Davis , Michael Stecklein Subject: [PATCH 1/3] dt-bindings: iio: humidity: add bindings for HDC100x sensors Date: Mon, 12 Jun 2017 09:49:08 -0500 Message-ID: <1497278950-12973-1-git-send-email-m-stecklein@ti.com> X-Mailer: git-send-email 2.7.4 MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Add the bindings for the family of HDC100x sensors. Signed-off-by: Michael Stecklein --- .../devicetree/bindings/iio/humidity/hdc100x.txt | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 Documentation/devicetree/bindings/iio/humidity/hdc100x.txt diff --git a/Documentation/devicetree/bindings/iio/humidity/hdc100x.txt b/Documentation/devicetree/bindings/iio/humidity/hdc100x.txt new file mode 100644 index 0000000..6f272fa --- /dev/null +++ b/Documentation/devicetree/bindings/iio/humidity/hdc100x.txt @@ -0,0 +1,16 @@ +* HDC100x temperature + humidity sensors + +Required properties: + - compatible: Should contain one of the following: + ti,hdc100x + ti,hdc1010 + ti,hdc1050 + ti,hdc1080 + - reg: i2c address of the sensor + +Example: + +hdc100x@40 { + compatible = "ti,hdc100x"; + reg = <0x40>; +}; -- 2.7.4