diff options
-rw-r--r-- | drivers/thermal/samsung/exynos_tmu.c | 38 |
1 files changed, 10 insertions, 28 deletions
diff --git a/drivers/thermal/samsung/exynos_tmu.c b/drivers/thermal/samsung/exynos_tmu.c index 933cd80a6bc5..1fc54ab911d2 100644 --- a/drivers/thermal/samsung/exynos_tmu.c +++ b/drivers/thermal/samsung/exynos_tmu.c | |||
@@ -918,34 +918,16 @@ static irqreturn_t exynos_tmu_irq(int irq, void *id) | |||
918 | } | 918 | } |
919 | 919 | ||
920 | static const struct of_device_id exynos_tmu_match[] = { | 920 | static const struct of_device_id exynos_tmu_match[] = { |
921 | { | 921 | { .compatible = "samsung,exynos3250-tmu", }, |
922 | .compatible = "samsung,exynos3250-tmu", | 922 | { .compatible = "samsung,exynos4210-tmu", }, |
923 | }, | 923 | { .compatible = "samsung,exynos4412-tmu", }, |
924 | { | 924 | { .compatible = "samsung,exynos5250-tmu", }, |
925 | .compatible = "samsung,exynos4210-tmu", | 925 | { .compatible = "samsung,exynos5260-tmu", }, |
926 | }, | 926 | { .compatible = "samsung,exynos5420-tmu", }, |
927 | { | 927 | { .compatible = "samsung,exynos5420-tmu-ext-triminfo", }, |
928 | .compatible = "samsung,exynos4412-tmu", | 928 | { .compatible = "samsung,exynos5440-tmu", }, |
929 | }, | 929 | { .compatible = "samsung,exynos7-tmu", }, |
930 | { | 930 | { /* sentinel */ }, |
931 | .compatible = "samsung,exynos5250-tmu", | ||
932 | }, | ||
933 | { | ||
934 | .compatible = "samsung,exynos5260-tmu", | ||
935 | }, | ||
936 | { | ||
937 | .compatible = "samsung,exynos5420-tmu", | ||
938 | }, | ||
939 | { | ||
940 | .compatible = "samsung,exynos5420-tmu-ext-triminfo", | ||
941 | }, | ||
942 | { | ||
943 | .compatible = "samsung,exynos5440-tmu", | ||
944 | }, | ||
945 | { | ||
946 | .compatible = "samsung,exynos7-tmu", | ||
947 | }, | ||
948 | {}, | ||
949 | }; | 931 | }; |
950 | MODULE_DEVICE_TABLE(of, exynos_tmu_match); | 932 | MODULE_DEVICE_TABLE(of, exynos_tmu_match); |
951 | 933 | ||