This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

TMP1075: Linux driver

Part Number: TMP1075
Other Parts Discussed in Thread: TMP75

Hello,

 

We introduced https://www.tij.co.jp/tool/jp/LM75SW-LINUX for TMP1075 Linux driver to our customer.

They have confirmed there are LM75 compatible devices on the list.

However, TMP1075 is not described at lm75_of_match table, the other TI devices are showed up in https://github.com/torvalds/linux/blob/master/drivers/hwmon/lm75.c

 

TMP1075 and TMP75 register map looks same, should we use TMP75 as below.

{ .compatible = "ti,tmp75",   .data = (void *)tmp75,},

 

Regards,

Mochizuki