[PATCH v2 1/4] dt-bindings: Add trivial-devices for WSEN-tids temperature sensor and wsen as vendor-prefix
From: Thomas Marangoni
Date: Wed Nov 19 2025 - 07:52:12 EST
WSEN-tids only has an i2c interface and an optional interrupt. This
should qualify the sensor as trivial device.
WSEN is a subcompany of Würth Electronics specialized on IC sensors.
Signed-off-by: Thomas Marangoni <Thomas.Marangoni@xxxxxxxxxxxxxxx>
---
Documentation/devicetree/bindings/trivial-devices.yaml | 2 ++
Documentation/devicetree/bindings/vendor-prefixes.yaml | 2 ++
2 files changed, 4 insertions(+)
diff --git a/Documentation/devicetree/bindings/trivial-devices.yaml b/Documentation/devicetree/bindings/trivial-devices.yaml
index 2eff6f274302..0a6b687552c8 100644
--- a/Documentation/devicetree/bindings/trivial-devices.yaml
+++ b/Documentation/devicetree/bindings/trivial-devices.yaml
@@ -488,6 +488,8 @@ properties:
- ti,tsc2003
# Winbond/Nuvoton H/W Monitor
- winbond,w83793
+ # Würth temperature sensor with i2c interface
+ - wsen,tids
required:
- compatible
diff --git a/Documentation/devicetree/bindings/vendor-prefixes.yaml b/Documentation/devicetree/bindings/vendor-prefixes.yaml
index 42d2bc0ce027..ef527e980137 100644
--- a/Documentation/devicetree/bindings/vendor-prefixes.yaml
+++ b/Documentation/devicetree/bindings/vendor-prefixes.yaml
@@ -1787,6 +1787,8 @@ patternProperties:
description: Würth Elektronik GmbH.
"^welltech,.*":
description: Welltech Computer Co., Limited.
+ "^wsen,.*":
+ description: Würth Elektronik eiSos GmbH & Co. KG
"^wetek,.*":
description: WeTek Electronics, limited.
"^wexler,.*":
--
2.51.1