Hi Luis. This looks distinctly as if a AD7414-1 has been populated instead of the AD7414-0. I see you have a device that has i2c address 0x4D which is what would happen if the -0 and -1 were swapped. You can query the device manually by running the following from uboot: i2c md 4d 0 1
What you should get back is the temperature in hex. We should just find our what happened here. That said, this isn't a major issue. Regards, David

