Skip to content

Commit f22d9c0

Browse files
Amit Daniel Kachhapzhang-rui
authored andcommitted
thermal: exynos5: add exynos5250 thermal sensor driver support
Insert exynos5 TMU sensor changes into the thermal driver. Some exynos4 changes are made generic for exynos series. [akpm@linux-foundation.org: fix comment layout] Signed-off-by: SangWook Ju <sw.ju@samsung.com> Signed-off-by: Amit Daniel Kachhap <amit.kachhap@linaro.org> Acked-by: Guenter Roeck <guenter.roeck@ericsson.com> Cc: Durgadoss <durgadoss.r@intel.com> Cc: Len Brown <lenb@kernel.org> Cc: Jean Delvare <khali@linux-fr.org> Cc: Kyungmin Park <kmpark@infradead.org> Cc: Kukjin Kim <kgene.kim@samsung.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Amit Daniel Kachhap <amit.daniel@samsung.com> Signed-off-by: Zhang Rui <rui.zhang@intel.com>
1 parent c48cbba commit f22d9c0

3 files changed

Lines changed: 240 additions & 132 deletions

File tree

drivers/thermal/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ config RCAR_THERMAL
4949

5050
config EXYNOS_THERMAL
5151
tristate "Temperature sensor on Samsung EXYNOS"
52-
depends on ARCH_EXYNOS4 && THERMAL
52+
depends on (ARCH_EXYNOS4 || ARCH_EXYNOS5) && THERMAL
5353
help
5454
If you say yes here you get support for TMU (Thermal Managment
5555
Unit) on SAMSUNG EXYNOS series of SoC.

0 commit comments

Comments
 (0)