From: Muhammad Abu Bakar <m.abubakar365@yahoo.com>
To: Jonathan Cameron <jic23@kernel.org>,
Rob Herring <robh@kernel.org>,
Krzysztof Kozlowski <krzk+dt@kernel.org>,
Conor Dooley <conor+dt@kernel.org>
Cc: dlechner@baylibre.com, nuno.sa@analog.com, andy@kernel.org,
linux-iio@vger.kernel.org, devicetree@vger.kernel.org,
linux-kernel@vger.kernel.org,
Muhammad Abu Bakar <m.abubakar365@yahoo.com>
Subject: [PATCH v2 1/2] dt-bindings: iio: pressure: add Sensirion SDP31
Date: Sun, 20 Sep 2026 21:47:23 +0500 [thread overview]
Message-ID: <20260920164724.32019-2-m.abubakar365@yahoo.com> (raw)
In-Reply-To: <20260920164724.32019-1-m.abubakar365@yahoo.com>
Add device tree bindings for the Sensirion SDP31 differential pressure
sensor, an I2C device that also reports temperature.
Signed-off-by: Muhammad Abu Bakar <m.abubakar365@yahoo.com>
---
.../iio/pressure/sensirion,sdp31.yaml | 41 +++++++++++++++++++
MAINTAINERS | 5 +++
2 files changed, 46 insertions(+)
create mode 100644 Documentation/devicetree/bindings/iio/pressure/sensirion,sdp31.yaml
diff --git a/Documentation/devicetree/bindings/iio/pressure/sensirion,sdp31.yaml b/Documentation/devicetree/bindings/iio/pressure/sensirion,sdp31.yaml
new file mode 100644
index 000000000..a98e7c97e
--- /dev/null
+++ b/Documentation/devicetree/bindings/iio/pressure/sensirion,sdp31.yaml
@@ -0,0 +1,41 @@
+# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
+%YAML 1.2
+---
+$id: http://devicetree.org/schemas/iio/pressure/sensirion,sdp31.yaml#
+$schema: http://devicetree.org/meta-schemas/core.yaml#
+
+title: Sensirion SDP31 differential pressure sensor
+
+maintainers:
+ - Muhammad Abu Bakar <m.abubakar365@yahoo.com>
+
+description: |
+ Differential pressure sensor from Sensirion with an I2C interface.
+
+properties:
+ compatible:
+ const: sensirion,sdp31
+
+ reg:
+ maxItems: 1
+
+ vdd-supply: true
+
+required:
+ - compatible
+ - reg
+ - vdd-supply
+
+additionalProperties: false
+
+examples:
+ - |
+ i2c {
+ #address-cells = <1>;
+ #size-cells = <0>;
+ pressure@21 {
+ compatible = "sensirion,sdp31";
+ reg = <0x21>;
+ vdd-supply = <&vdd_3v3>;
+ };
+ };
diff --git a/MAINTAINERS b/MAINTAINERS
index 214aeee76..e285147be 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -24855,6 +24855,11 @@ S: Maintained
F: Documentation/devicetree/bindings/iio/chemical/sensirion,scd4x.yaml
F: drivers/iio/chemical/scd4x.c
+SENSIRION SDP31 DIFFERENTIAL PRESSURE SENSOR DRIVER
+M: Muhammad Abu Bakar <m.abubakar365@yahoo.com>
+S: Maintained
+F: Documentation/devicetree/bindings/iio/pressure/sensirion,sdp31.yaml
+
SENSIRION SDP500 DIFFERENTIAL PRESSURE SENSOR DRIVER
M: Petar Stoykov <petar.stoykov@prodrive-technologies.com>
S: Maintained
--
2.43.0
next prev parent reply other threads:[~2026-09-20 16:48 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <20260920164724.32019-1-m.abubakar365.ref@yahoo.com>
2026-09-20 16:47 ` [PATCH v2 0/2] iio: pressure: add Sensirion SDP31 driver Muhammad Abu Bakar
2026-09-20 16:47 ` Muhammad Abu Bakar [this message]
2026-09-24 13:04 ` [PATCH v2 1/2] dt-bindings: iio: pressure: add Sensirion SDP31 Krzysztof Kozlowski
2026-09-20 16:47 ` [PATCH v2 2/2] iio: pressure: add Sensirion SDP31 driver Muhammad Abu Bakar
2026-09-25 2:13 ` Jonathan Cameron
2026-09-24 13:03 ` [PATCH v2 0/2] " Krzysztof Kozlowski
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20260920164724.32019-2-m.abubakar365@yahoo.com \
--to=m.abubakar365@yahoo.com \
--cc=andy@kernel.org \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=dlechner@baylibre.com \
--cc=jic23@kernel.org \
--cc=krzk+dt@kernel.org \
--cc=linux-iio@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=nuno.sa@analog.com \
--cc=robh@kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®