Re: [PATCH v7 2/4] dt-bindings: hwmon: Add Sensirion SHT30 series
From: Zaixiang Xu
Date: Mon Jul 13 2026 - 04:30:13 EST
On Mon, 13 Jul 2026 07:55:12 +0000, sashiko-bot@xxxxxxxxxx wrote:
> [Severity: Medium]
> Will devices using these newly defined compatible strings silently
> fail to probe?
>
> Looking at the existing driver in drivers/hwmon/sht3x.c, it lacks an
> of_match_table and relies on this legacy ID table:
[...]
> Does the driver need to be updated with an of_match_table to prevent
> this regression?
The of_device_id table is added by patch 3/4 of this series
("hwmon: (sht3x) Add devicetree support"), so there is no gap once
the series is applied. Within the series the binding intentionally
comes first, following the usual convention that dt-bindings changes
precede the driver changes that implement them.
The compatibles introduced here did not probe before this series
either, so no bisection point regresses.
Thanks,
Zaixiang