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"; }; Could you help me understand if there is any specific configuration or modification needed in the Device Tree to ensure that all 8 temperatures are accessible? Thank you for your assistance. Best regards