[COMMON] thermal: samsung: Use GIC_MULTI_TARGET for TMU
authorHyeonseong Gil <hs.gil@samsung.com>
Thu, 11 May 2017 03:18:24 +0000 (12:18 +0900)
committerChungwoo Park <cww.park@samsung.com>
Mon, 21 May 2018 08:18:54 +0000 (17:18 +0900)
Change-Id: I0cabda43c80def25ec18dc10b792c550c0419b8f
Signed-off-by: Hyeonseong Gil <hs.gil@samsung.com>
drivers/thermal/samsung/exynos_tmu.c

index c489025989cb4836c815b8fed35a3da9b3ab0f7c..fc0a01e8956e255750a2c3c1d459c3572506e664 100644 (file)
@@ -2186,7 +2186,7 @@ static int exynos_tmu_probe(struct platform_device *pdev)
        }
 
        ret = devm_request_irq(&pdev->dev, data->irq, exynos_tmu_irq,
-                               IRQF_SHARED, dev_name(&pdev->dev), data);
+                               IRQF_SHARED | IRQF_GIC_MULTI_TARGET, dev_name(&pdev->dev), data);
        if (ret) {
                dev_err(&pdev->dev, "Failed to request irq: %d\n", data->irq);
                goto err_thermal;