aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/clocksource/exynos_mct.c
diff options
context:
space:
mode:
authorChander Kashyap <chander.kashyap@linaro.org>2013-12-02 07:48:23 +0900
committerKukjin Kim <kgene.kim@samsung.com>2013-12-16 04:47:34 +0900
commit6c16dedfd4c49c6a7f410f171c6da3116834a23d (patch)
tree6d785ab32195cd794eb6079c14161f9691c6d54d /drivers/clocksource/exynos_mct.c
parentARM: dts: Add device nodes for GScaler blocks for exynos5420 (diff)
downloadlinux-dev-6c16dedfd4c49c6a7f410f171c6da3116834a23d.tar.xz
linux-dev-6c16dedfd4c49c6a7f410f171c6da3116834a23d.zip
clocksource: mct: extend mct to support 8 local interrupts for Exynos5420
Exynos5420 is octa-core SoC from Samsung. Hence extend exynos-mct clocksource driver to support 8 local interrupts. Also extend dts entries for 8 interrupts. Signed-off-by: Chander Kashyap <chander.kashyap@linaro.org> Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Diffstat (limited to 'drivers/clocksource/exynos_mct.c')
-rw-r--r--drivers/clocksource/exynos_mct.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/clocksource/exynos_mct.c b/drivers/clocksource/exynos_mct.c
index 62b0de6a1837..48f76bc05da0 100644
--- a/drivers/clocksource/exynos_mct.c
+++ b/drivers/clocksource/exynos_mct.c
@@ -71,6 +71,10 @@ enum {
MCT_L1_IRQ,
MCT_L2_IRQ,
MCT_L3_IRQ,
+ MCT_L4_IRQ,
+ MCT_L5_IRQ,
+ MCT_L6_IRQ,
+ MCT_L7_IRQ,
MCT_NR_IRQS,
};