Re: [PATCH v3 1/2] dt-bindings: hwmon: tmp102: Fix up TMP103 bindings

From: Marek Vasut

Date: Tue Sep 01 2026 - 14:32:51 EST


On 9/1/26 8:17 PM, Guenter Roeck wrote:
On Tue, Sep 01, 2026 at 07:47:54PM +0200, Marek Vasut wrote:
The TMP102 and TMP110 are backward compatible, therefore the valid
compatible strings are "ti,tmp110", "ti,tmp102" and "ti,tmp102" .

The TMP103 is not backward compatible with TMP102, but it does share a
schema now, therefore the only valid compatible string for the TMP103
should be "ti,tmp103" .

Make exactly those three compatible strings valid and everything else
rejected.

Fixes: d67ec24d3f07 ("dt-bindings: hwmon: tmp102: move ti,tmp103 out of trivial-devices.yaml")
Signed-off-by: Marek Vasut <marex@xxxxxxxxxxxx>
Acked-by: Conor Dooley <conor.dooley@xxxxxxxxxxxxx>

Applied (I'll squash it with d67ec24d3f07).
Thank you