Re: [PATCH v2 2/6] dt-bindings: hwmon: Move LM63 family to a dedicated binding

From: Troy Mitchell

Date: Tue Jul 21 2026 - 07:38:54 EST


On Tue, Jul 21, 2026 at 09:58:20AM +0000, sashiko-bot@xxxxxxxxxx wrote:
> [Severity: Medium]
> Should the interrupts property be explicitly defined in this block?
>
> Because the LM63 family was moved out of trivial-devices.yaml (which
> broadly permitted the interrupts property) to a dedicated schema using
> unevaluatedProperties: false, device trees that correctly describe the
> hardware's interrupt capability via the ALERT# pin will now incorrectly
> fail dtbs_check validation.

Good catch. The trivial-devices binding allowed one interrupt, and the
LM63 family has an ALERT output. I will preserve that part of the existing
binding contract by adding the following to the dedicated binding:

interrupts:
maxItems: 1

- Troy