diff options
author | Lukasz Majewski <l.majewski@samsung.com> | 2015-01-23 15:10:08 +0300 |
---|---|---|
committer | Eduardo Valentin <edubezval@gmail.com> | 2015-01-25 00:39:32 +0300 |
commit | 3b6a1a805f342472a0e68e2a0eb1decaadf7fa02 (patch) | |
tree | c0b614566c843b5339a0485c1b253589c6e4f029 /drivers/thermal/samsung/Makefile | |
parent | d29f0a10955bb1c5564e186202047cadd52ba3f2 (diff) | |
download | linux-3b6a1a805f342472a0e68e2a0eb1decaadf7fa02.tar.xz |
thermal: samsung: core: Exynos TMU rework to use device tree for configuration
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>
Diffstat (limited to 'drivers/thermal/samsung/Makefile')
-rw-r--r-- | drivers/thermal/samsung/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/thermal/samsung/Makefile b/drivers/thermal/samsung/Makefile index c09d83095dc2..1e47d0d89ce0 100644 --- a/drivers/thermal/samsung/Makefile +++ b/drivers/thermal/samsung/Makefile @@ -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 |