Re: [PATCH 4/5] thermal: exynos: fixed the efuse min/max value for exynos5422

2018-07-17 Thread Krzysztof Kozlowski
On 17 July 2018 at 21:58, Anand Moon wrote: > Hi Krzysztof, > > On 17 July 2018 at 17:58, Krzysztof Kozlowski wrote: >> On 17 July 2018 at 12:12, Anand Moon wrote: >>> e-fuse range min~max range is 16~76. if e-fuse value is out of >> >> s/e-fuse/Fuse/ >> s/if/If/ >> >> Can you share the sources

Re: [PATCH 4/5] thermal: exynos: fixed the efuse min/max value for exynos5422

2018-07-17 Thread Anand Moon
Hi Krzysztof, On 17 July 2018 at 17:58, Krzysztof Kozlowski wrote: > On 17 July 2018 at 12:12, Anand Moon wrote: >> e-fuse range min~max range is 16~76. if e-fuse value is out of > > s/e-fuse/Fuse/ > s/if/If/ > > Can you share the sources confirming that fuse values are between 16 and 76? > Belo

Re: [PATCH 4/5] thermal: exynos: fixed the efuse min/max value for exynos5422

2018-07-17 Thread Krzysztof Kozlowski
On 17 July 2018 at 12:12, Anand Moon wrote: > e-fuse range min~max range is 16~76. if e-fuse value is out of s/e-fuse/Fuse/ s/if/If/ Can you share the sources confirming that fuse values are between 16 and 76? Best regards, Krzysztof > this range, then thermal sensor may not sense thermal data

[PATCH 4/5] thermal: exynos: fixed the efuse min/max value for exynos5422

2018-07-17 Thread Anand Moon
e-fuse range min~max range is 16~76. if e-fuse value is out of this range, then thermal sensor may not sense thermal data properly. CC: Bartlomiej Zolnierkiewicz Signed-off-by: Anand Moon --- drivers/thermal/samsung/exynos_tmu.c | 10 ++ 1 file changed, 6 insertions(+), 4 deletions(-)