Re: [U-Boot] [PATCH V3] imx: mx7: fix the temperature checking for Rev1.1

2016-01-07 Thread Stefano Babic
On 04/01/2016 14:12, Peng Fan wrote: > To TO1.0, we can not rely on finish bit to read temperature. But to > TO1.1, the issue was fixed by IC, we can rely on finish bit for > temperature reading for TO1.1. > > Signed-off-by: Peng Fan > Cc: Stefano Babic > Cc: Tim Harvey > Cc: Fabio Estevam > C

[U-Boot] [PATCH V3] imx: mx7: fix the temperature checking for Rev1.1

2016-01-04 Thread Peng Fan
To TO1.0, we can not rely on finish bit to read temperature. But to TO1.1, the issue was fixed by IC, we can rely on finish bit for temperature reading for TO1.1. Signed-off-by: Peng Fan Cc: Stefano Babic Cc: Tim Harvey Cc: Fabio Estevam Cc: Adrian Alonso --- Changes V3: Fix build warning.