From patchwork Sat Jul 23 17:38:04 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Angel Iglesias X-Patchwork-Id: 592926 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 175B0C43334 for ; Sat, 23 Jul 2022 17:38:20 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235050AbiGWRiT (ORCPT ); Sat, 23 Jul 2022 13:38:19 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:46418 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S238295AbiGWRiR (ORCPT ); Sat, 23 Jul 2022 13:38:17 -0400 Received: from mail-wm1-x333.google.com (mail-wm1-x333.google.com [IPv6:2a00:1450:4864:20::333]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id C24E31EEC0; Sat, 23 Jul 2022 10:38:15 -0700 (PDT) Received: by mail-wm1-x333.google.com with SMTP id j29-20020a05600c1c1d00b003a2fdafdefbso4081713wms.2; Sat, 23 Jul 2022 10:38:15 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=GiLNVtCZ/comMeKOF/hrTe2K4Wy7cDxvkOFs3YEqxbU=; b=d8EBltywcAFXfcKPqTIIw5q7voC6OlWbdstf/6tphykMBxGlxQw1Obr3lCq79IySIe hYrCzD2vKtyGIZQY1IBT72tvACWbmdS0uRzjzeqWCT/RFJTJpjZ9yewdLIPEp9FtKRFZ f7cK+5Q+wH6V3Gid1Cm16dRpq4XI0srGbzLVEDBNiuhCrWsRK7zb7ozXwu5RM9vAx05d zZ5b7XIAToQf4A9ZHE1zQ5Oid9C9tqXYuzzAI8OEfOJ/dpByeCdce5laGaatHjYNRVji Oiaxhzdf6e7gu5UWno1mQEpCmRfecy2bGsTtNCGsr9UPKINJ9WHHVh4CHmnoiDt1kOX1 fTmQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=GiLNVtCZ/comMeKOF/hrTe2K4Wy7cDxvkOFs3YEqxbU=; b=gyVgSx2rP0rroCDvu87qIPaDR4sn+AkhkxnBRBk4goUChidAe6WDa7aViLpp1iaOzX NYpLpsjK+wjcG7Fzjm3mgVPSL9EvudduCrTjC3eYXYYx1cM8Xb47C3HvlQORDm8CxCw+ xGP/ueGJlV++1ou6pqAZgbOB1OQ70qf5YS96pqFaAvsXp6E7wNCJOc6APk3ktCr8Wi+O x+1DE30UW/R/Evl5cUlAC6MVqY19sKi5SWIk62O0Cf7tzDOBVxIVmPf6osXkqQVQQzFm NQtqk8ApebX5Yhsk2Pn+qOqEPU2F64+bDjoQd7MfbN+oEJqrniON+KCKZNrf5hvq5Mca i28w== X-Gm-Message-State: AJIora/2QCH62bWdfJ4f6wGYMaCxQW+CrVaFiwWa2bqeT+tfAylZzNBN 6el0pErY7vA42Ktt+oHJbu9Jtidi/qd2zQ== X-Google-Smtp-Source: AGRyM1uKaEEFgVIppa9pGzoJy4EkWZNqMChYduxosRK2pNPmgymG8/GYlaHM57Mf4W3QurntwRXpLw== X-Received: by 2002:a05:600c:501e:b0:3a3:4a04:fdb5 with SMTP id n30-20020a05600c501e00b003a34a04fdb5mr2662067wmr.168.1658597893914; Sat, 23 Jul 2022 10:38:13 -0700 (PDT) Received: from xps-work.lan (188.red-83-35-57.dynamicip.rima-tde.net. [83.35.57.188]) by smtp.gmail.com with ESMTPSA id az14-20020adfe18e000000b0021e529efa60sm1533279wrb.1.2022.07.23.10.38.12 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sat, 23 Jul 2022 10:38:13 -0700 (PDT) From: Angel Iglesias To: linux-iio@vger.kernel.org Cc: Angel Iglesias , Krzysztof Kozlowski , Jonathan Cameron , Lars-Peter Clausen , Rob Herring , Krzysztof Kozlowski , Andreas Klinger , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH v4 1/5] dt-bindings: iio: pressure: bmp085: Add BMP380 compatible string Date: Sat, 23 Jul 2022 19:38:04 +0200 Message-Id: <8c9e40d02418d3418795596c908589f47e13a36b.1658597501.git.ang.iglesiasg@gmail.com> X-Mailer: git-send-email 2.37.1 In-Reply-To: References: MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org Add bosch,bmp380 compatible string for the new family of sensors. This family includes the BMP380, BMP384 and BMP388. The register map in this family changes substantially and introduces new features but core concepts and operations carryover from the previous iterations Signed-off-by: Angel Iglesias Acked-by: Krzysztof Kozlowski --- Documentation/devicetree/bindings/iio/pressure/bmp085.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Documentation/devicetree/bindings/iio/pressure/bmp085.yaml b/Documentation/devicetree/bindings/iio/pressure/bmp085.yaml index 49257f9251e8..72cd2c2d3f17 100644 --- a/Documentation/devicetree/bindings/iio/pressure/bmp085.yaml +++ b/Documentation/devicetree/bindings/iio/pressure/bmp085.yaml @@ -4,7 +4,7 @@ $id: http://devicetree.org/schemas/iio/pressure/bmp085.yaml# $schema: http://devicetree.org/meta-schemas/core.yaml# -title: BMP085/BMP180/BMP280/BME280 pressure iio sensors +title: BMP085/BMP180/BMP280/BME280/BMP380 pressure iio sensors maintainers: - Andreas Klinger @@ -16,6 +16,7 @@ description: | https://www.bosch-sensortec.com/bst/products/all_products/bmp180 https://www.bosch-sensortec.com/bst/products/all_products/bmp280 https://www.bosch-sensortec.com/bst/products/all_products/bme280 + https://www.bosch-sensortec.com/bst/products/all_products/bmp380 properties: compatible: @@ -24,6 +25,7 @@ properties: - bosch,bmp180 - bosch,bmp280 - bosch,bme280 + - bosch,bmp380 reg: maxItems: 1