diff options
Diffstat (limited to 'drivers/thermal/samsung/exynos_tmu_data.c')
-rw-r--r-- | drivers/thermal/samsung/exynos_tmu_data.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/drivers/thermal/samsung/exynos_tmu_data.c b/drivers/thermal/samsung/exynos_tmu_data.c index c327120046ef..1ed8bdc117a0 100644 --- a/drivers/thermal/samsung/exynos_tmu_data.c +++ b/drivers/thermal/samsung/exynos_tmu_data.c | |||
@@ -131,8 +131,8 @@ static const struct exynos_tmu_registers exynos3250_tmu_registers = { | |||
131 | }, \ | 131 | }, \ |
132 | .freq_tab_count = 2, \ | 132 | .freq_tab_count = 2, \ |
133 | .registers = &exynos3250_tmu_registers, \ | 133 | .registers = &exynos3250_tmu_registers, \ |
134 | .features = (TMU_SUPPORT_EMULATION | TMU_SUPPORT_TRIM_RELOAD | \ | 134 | .features = (TMU_SUPPORT_EMULATION | TMU_SUPPORT_FALLING_TRIP | \ |
135 | TMU_SUPPORT_FALLING_TRIP | TMU_SUPPORT_EMUL_TIME) | 135 | TMU_SUPPORT_EMUL_TIME) |
136 | #endif | 136 | #endif |
137 | 137 | ||
138 | #if defined(CONFIG_SOC_EXYNOS3250) | 138 | #if defined(CONFIG_SOC_EXYNOS3250) |
@@ -201,8 +201,8 @@ static const struct exynos_tmu_registers exynos4412_tmu_registers = { | |||
201 | }, \ | 201 | }, \ |
202 | .freq_tab_count = 2, \ | 202 | .freq_tab_count = 2, \ |
203 | .registers = &exynos4412_tmu_registers, \ | 203 | .registers = &exynos4412_tmu_registers, \ |
204 | .features = (TMU_SUPPORT_EMULATION | TMU_SUPPORT_TRIM_RELOAD | \ | 204 | .features = (TMU_SUPPORT_EMULATION | TMU_SUPPORT_FALLING_TRIP | \ |
205 | TMU_SUPPORT_FALLING_TRIP | TMU_SUPPORT_EMUL_TIME) | 205 | TMU_SUPPORT_EMUL_TIME) |
206 | #endif | 206 | #endif |
207 | 207 | ||
208 | #if defined(CONFIG_SOC_EXYNOS4412) | 208 | #if defined(CONFIG_SOC_EXYNOS4412) |
@@ -359,7 +359,7 @@ static const struct exynos_tmu_registers exynos5420_tmu_registers = { | |||
359 | 359 | ||
360 | #define EXYNOS5420_TMU_DATA \ | 360 | #define EXYNOS5420_TMU_DATA \ |
361 | __EXYNOS5420_TMU_DATA \ | 361 | __EXYNOS5420_TMU_DATA \ |
362 | .type = SOC_ARCH_EXYNOS5250, \ | 362 | .type = SOC_ARCH_EXYNOS5420, \ |
363 | .features = (TMU_SUPPORT_EMULATION | TMU_SUPPORT_FALLING_TRIP | \ | 363 | .features = (TMU_SUPPORT_EMULATION | TMU_SUPPORT_FALLING_TRIP | \ |
364 | TMU_SUPPORT_EMUL_TIME) | 364 | TMU_SUPPORT_EMUL_TIME) |
365 | 365 | ||