]> git.baikalelectronics.ru Git - kernel.git/commit
thermal: exynos: Fix register read in TMU
authorSudip Mukherjee <sudipm.mukherjee@gmail.com>
Fri, 16 Oct 2015 23:08:56 +0000 (08:08 +0900)
committerKukjin Kim <kgene@kernel.org>
Fri, 16 Oct 2015 23:08:56 +0000 (08:08 +0900)
commit792159ce3ab6ed5438f5efb926c270435f6eb797
tree54a37d3c211df58eb419c520306940e00f3f5307
parentd7d6e8b2101b9d0023b33e5c366d989ed413d81d
thermal: exynos: Fix register read in TMU

The value of emul_con was getting overwritten if the selected soc is
SOC_ARCH_EXYNOS5260. And so as a result we were reading from the wrong
register in the case of SOC_ARCH_EXYNOS5260.

Fixes: fb97be398ee8 ("thermal: exynos: Add the support for Exynos5433 TMU")
Signed-off-by: Sudip Mukherjee <sudip@vectorindia.org>
Reviewed-by: Krzysztof Kozlowski <k.kozlowski@samsung.com>
Reviewed-by: Chanwoo Choi <cw00.choi@samsung.com>
Acked-by: Lukasz Majewski <l.majewski@samsung.com>
Signed-off-by: Krzysztof Kozlowski <k.kozlowski@samsung.com>
Signed-off-by: Kukjin Kim <kgene@kernel.org>
drivers/thermal/samsung/exynos_tmu.c