• Guenter Roeck's avatar
    hwmon: (lm90) Fix/Add detection of G781-1 · 0707dda6
    Guenter Roeck authored
    When support for G781 was added, chips with ID 0x01 were found at I2C
    addresses 0x4c and 0x4d. The G781 datasheet (version 1.3 from October 2003)
    says that the device ID for G781-1 is 0x03, not 0x01. Also, the datasheet
    states that the chip at I2C address is G781 and the chip at I2C address
    0x4d is G781-1.
    
    A G781-1 at I2C address 0x4d was now found to have a chip ID of 0x03
    as suggested by the datasheet. Accept both 0x01 and 0x03 chip IDs at both
    addresses to ensure that all variants of G781 are detected properly.
    
    While at it, improve chip detection accuracy by reading two additional
    registers and ensuring that only expected bits are set in those registers.
    Signed-off-by: default avatarGuenter Roeck <linux@roeck-us.net>
    0707dda6
lm90.c 59.6 KB