On 12/16/24 09:21, fiona galla wrote:
Hello, I am currently working with an EMC1438 temperature sensor using the `emc1403` driver. However, I am facing an issue where only 3 temperature sensors are being detected, while the sensor should report 8. Here is the Device Tree entry I’m currently using: emc1438@4c { reg = <0x4c>; compatible = "microchip,emc1403"; };
The compatible statement says it is an emc1403. That chip only has three sensors. The driver works exactly as intended. Did you try the following ? compatible = "microchip,emc1408"; Guenter