Hi,
Could someone please let me know how to enable the drivers for the LM75AD,118 digital temperature sensor in Linux?
Does the lm75.c under /linux/drivers/hwmon (https://elixir.bootlin.com/linux/v6.9/source/drivers/hwmon/lm75.c) support NXP's LM75AD,118?
Thank you for your information.
Hi Kavin,
Unfortunately I am not very familiar with this Linux driver, but I suppose that it supports the LM75AD from NXP which is SW compatible (same I2C slave address configurable using 3 address pins, same registers, but the Temp register uses 11 bits to store temp data, resolution is 0.125°C) with industry standard LM75.
BR, Tomas