zephyr/drivers/sensor/ti
Yiding Jia 2bf61e51fe drivers: sensor: Fix TMAG5273/TMAG3001 by adding a TMAG3001 compatible
Fixes issue introduced in #76460

The previous code attempted to detect whether TMAG5273 or TMAG3001 was
connected based on DEVICE ID register. This doesn't work as the bits that
denote the version on one part are undefined on the other part, and cannot
be relied on to be zero.

This commit adds a TMAG3001 compatible which (for now) is just derived from
the TMAG5273 compatible. This allows TMAG3001 to be specified directly in
the DT. The driver code is updated to support both compatibles.

Signed-off-by: Yiding Jia <yiding.jia@gmail.com>
2025-01-08 09:33:02 +01:00
..
bq274xx drivers: sensor: Place API into iterable section 2024-12-02 22:04:55 +00:00
fdc2x1x drivers: sensor: Place API into iterable section 2024-12-02 22:04:55 +00:00
ina23x drivers: sensor: ti: ina230: Fix shared data between instances 2024-12-12 18:39:23 +01:00
ina219 drivers: sensor: Place API into iterable section 2024-12-02 22:04:55 +00:00
ina226 drivers: sensor: Place API into iterable section 2024-12-02 22:04:55 +00:00
ina3221 drivers: sensor: Place API into iterable section 2024-12-02 22:04:55 +00:00
lm95234 drivers: sensor: Place API into iterable section 2024-12-02 22:04:55 +00:00
opt3001 drivers: sensor: Place API into iterable section 2024-12-02 22:04:55 +00:00
ti_hdc drivers: sensor: Place API into iterable section 2024-12-02 22:04:55 +00:00
ti_hdc20xx drivers: sensor: Place API into iterable section 2024-12-02 22:04:55 +00:00
tmag5170 drivers: sensor: Place API into iterable section 2024-12-02 22:04:55 +00:00
tmag5273 drivers: sensor: Fix TMAG5273/TMAG3001 by adding a TMAG3001 compatible 2025-01-08 09:33:02 +01:00
tmp007 drivers: sensor: Place API into iterable section 2024-12-02 22:04:55 +00:00
tmp108 drivers: sensor: Place API into iterable section 2024-12-02 22:04:55 +00:00
tmp112 drivers: sensor: Place API into iterable section 2024-12-02 22:04:55 +00:00
tmp114 drivers: sensor: Place API into iterable section 2024-12-02 22:04:55 +00:00
tmp116 drivers: sensor: tmp116: support set sample frequency 2024-12-03 19:57:06 +01:00
tmp1075 drivers: sensor: Place API into iterable section 2024-12-02 22:04:55 +00:00
CMakeLists.txt drivers: sensor: tmp1075: Add tmp1075 sensor driver and sample 2024-10-15 04:10:40 -04:00
Kconfig drivers: sensor: tmp1075: Add tmp1075 sensor driver and sample 2024-10-15 04:10:40 -04:00