Re: [PATCH v2 2/3] hwmon: (nct6775) Add support for NCT6126D
From: Guenter Roeck
Date: Thu Sep 10 2026 - 21:02:15 EST
On Thu, Sep 10, 2026 at 09:02:39AM +0200, Paul Louvel wrote:
> Add support for the hardware monitoring functionality of the NCT6126D
> Super-I/O chip.
>
> The NCT6126D hardware monitor is nearly identical to the NCT6116D: the
> fan, PWM, temperature, TSI, alarm.
>
> The differences are:
>
> - Device IDs 0xd283 (A version) and 0xd284 (B version), which both fall
> into the NCT6116D ID range (0xd280) when masked with SIO_ID_MASK.
> Instead, compare the full value to distinguish from NCT6116D.
>
> - One additional VIN: VHIF scaled at 16 mV/LSB.
>
> - The fan count limit registers are documented for all five fans.
> Also expose fan4_min.
>
> Assisted-by: opencode:z-ai/glm-5.3-flash
> Signed-off-by: Paul Louvel <paul.louvel@xxxxxxxxxxx>
Applied.
Thanks,
Guenter