From patchwork Sat Oct 31 18:29:17 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jonathan Cameron X-Patchwork-Id: 11871623 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 295DC921 for ; Sat, 31 Oct 2020 18:31:35 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 09C0820724 for ; Sat, 31 Oct 2020 18:31:34 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1604169095; bh=k4JPkpV36ENPtPE2AyB0tinJaMT3wFejSdzxJgCJhpg=; h=From:To:Cc:Subject:Date:In-Reply-To:References:List-ID:From; b=anm+E9LERbFnX0P5P4pc09bQc/LIECFukZtj3b0/2jtC52adlnEAOZEPAJUBhSSYO iDBf9+8R9YyL2RWAZMr7dOBflhP9DUQ7vHcSFnEJzo3SzJtvyXRQTmq7q3zfav9hoi NY4jCTu4WVePI/cERgsf2r3ANvubqWBV+LvLUb7c= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728360AbgJaSbe (ORCPT ); Sat, 31 Oct 2020 14:31:34 -0400 Received: from mail.kernel.org ([198.145.29.99]:54022 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727967AbgJaSbe (ORCPT ); Sat, 31 Oct 2020 14:31:34 -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 8C83F2071A; Sat, 31 Oct 2020 18:31:32 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1604169093; bh=k4JPkpV36ENPtPE2AyB0tinJaMT3wFejSdzxJgCJhpg=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=Pln/8lIIkY0d2aoi/NB1FJ2EJqfnqKaNlneFhMJjKgNsOVetBRvbL+STSChKYJzpv l8a/bMiz1bmW2nonrq0t99LahhPrzFda/3Extlh1tx0+3HOUYhE6n3Um13xc0n7S6e ZlCZCXAZvyWmg215BumxsJhgqpc1Z6tfs9AC9s6g= From: Jonathan Cameron To: linux-iio@vger.kernel.org, Rob Herring , devicetree@vger.kernel.org Cc: Jonathan Cameron , Sebastien Bourdelin , Himanshu Jha Subject: [PATCH 2/7] dt-bindings:iio:chemical:bosch,bme180: Move to trivial devices Date: Sat, 31 Oct 2020 18:29:17 +0000 Message-Id: <20201031182922.743153-3-jic23@kernel.org> X-Mailer: git-send-email 2.28.0 In-Reply-To: <20201031182922.743153-1-jic23@kernel.org> References: <20201031182922.743153-1-jic23@kernel.org> MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: linux-iio@vger.kernel.org From: Jonathan Cameron Very simple binding so no need to maintain a separate file. Signed-off-by: Jonathan Cameron Cc: Sebastien Bourdelin Cc: Himanshu Jha --- .../devicetree/bindings/iio/chemical/bme680.txt | 11 ----------- .../devicetree/bindings/trivial-devices.yaml | 2 ++ 2 files changed, 2 insertions(+), 11 deletions(-) diff --git a/Documentation/devicetree/bindings/iio/chemical/bme680.txt b/Documentation/devicetree/bindings/iio/chemical/bme680.txt deleted file mode 100644 index 7f3827cfb2ff..000000000000 --- a/Documentation/devicetree/bindings/iio/chemical/bme680.txt +++ /dev/null @@ -1,11 +0,0 @@ -Bosch Sensortec BME680 pressure/temperature/humidity/voc sensors - -Required properties: -- compatible: must be "bosch,bme680" - -Example: - -bme680@76 { - compatible = "bosch,bme680"; - reg = <0x76>; -}; diff --git a/Documentation/devicetree/bindings/trivial-devices.yaml b/Documentation/devicetree/bindings/trivial-devices.yaml index 642502761106..10f0afd44684 100644 --- a/Documentation/devicetree/bindings/trivial-devices.yaml +++ b/Documentation/devicetree/bindings/trivial-devices.yaml @@ -44,6 +44,8 @@ properties: - atmel,atsha204a # i2c h/w elliptic curve crypto module - atmel,atecc508a + # Bosch Sensortec preassure, temperature, humididty and VOC sensor + - bosch,bme680 # CM32181: Ambient Light Sensor - capella,cm32181 # CM3232: Ambient Light Sensor