Commits
Ye Li committed a68898c8519
MLK-20966 TMU: Fix for temperature out of range When the temperature is out of sensor's range, the Valid bit won't be set in TRITSR register. So the polling loop won't go out. Change the codes to retry 10 times with 100ms interval for the Valid bit. If the timeout, we give a warning for the invalid data. Signed-off-by: Ye Li <ye.li@nxp.com> Reviewed-by: Bai Ping <ping.bai@nxp.com> (cherry picked from commit 7ea2168e06d4f77a872f51a167ee1ed6bf2b0632)