diff options
author | Bartlomiej Zolnierkiewicz <[email protected]> | 2014-09-11 15:00:49 +0200 |
---|---|---|
committer | Eduardo Valentin <[email protected]> | 2014-11-07 14:52:42 -0400 |
commit | 1d6a27775762110d675f71d7192972c7357b99a7 (patch) | |
tree | 318dd996b50277c34745ca990fc625855afa6903 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | 491b079db3f7fa631f6a012e7e896a1eafe4dd99 (diff) |
thermal: exynos: use correct offset for TMU_CONTROL register on Exynos5260
In exynos5260_tmu_registers tmu_ctrl entry is erroneously
assigned twice. The second assignment (to EXYNOS_TMU_REG_CONTROL1
define which represents 0x24 value) overrides the first one
(to EXYNOS_TMU_REG_CONTROL define which represents 0x20 value)
which results in the wrong (according to the Exynos5260 SoC
documentation that I have) offset being used for TMU_CONTROL
register. Fix it by removing the wrong assignment and then
remove no longer used EXYNOS_TMU_REG_CONTROL1 define.
Cc: Naveen Krishna Chatradhi <[email protected]>
Cc: Amit Daniel Kachhap <[email protected]>
Cc: Lukasz Majewski <[email protected]>
Cc: Eduardo Valentin <[email protected]>
Cc: Zhang Rui <[email protected]>
Signed-off-by: Bartlomiej Zolnierkiewicz <[email protected]>
Acked-by: Kyungmin Park <[email protected]>
Signed-off-by: Eduardo Valentin <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions