• Guenter Roeck's avatar
    hwmon: (lm90) Add support for additional chip revision of NCT1008 · d277fbd5
    Guenter Roeck authored
    The NCT1008 datasheet, Revision 3, states that its chip revision is
    0x57. This matches the ADT7461A chip revision, and NCT1008 is therefore
    detected as ADT7461A. In revision 6 of the datasheet, the chip revision
    register is no longer documented. Multiple samples of NCT1008 were found
    to report a chip revision of 0x54. As it turns out, one of the patches
    submitted to add NCT1008 support to the lm90 driver already included a
    check for chip revision 0x54. Unfortunately, that patch never made it into
    the kernel. Remedy the situation and explicitly detect chips with revision
    0x54 as NCT1008.
    Signed-off-by: default avatarGuenter Roeck <linux@roeck-us.net>
    d277fbd5
lm90.c 58.4 KB