Skip to content

Commit

Permalink
thermal: samsung: core: Exynos TMU rework to use device tree for conf…
Browse files Browse the repository at this point in the history
…iguration

This patch brings support for providing configuration via device tree.
Previously this data has been hardcoded in the exynos_tmu_data.c file.
Such approach was not scalable and very often required copying the whole
data.

Signed-off-by: Lukasz Majewski <l.majewski@samsung.com>
Signed-off-by: Eduardo Valentin <edubezval@gmail.com>
  • Loading branch information
Lukasz Majewski authored and Eduardo Valentin committed Jan 24, 2015
1 parent d29f0a1 commit 3b6a1a8
Show file tree
Hide file tree
Showing 3 changed files with 220 additions and 182 deletions.
2 changes: 0 additions & 2 deletions drivers/thermal/samsung/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,3 @@
#
obj-$(CONFIG_EXYNOS_THERMAL) += exynos_thermal.o
exynos_thermal-y := exynos_tmu.o
exynos_thermal-y += exynos_tmu_data.o
exynos_thermal-$(CONFIG_EXYNOS_THERMAL_CORE) += exynos_thermal_common.o
Loading

0 comments on commit 3b6a1a8

Please sign in to comment.