diff options
author | Chander Kashyap <chander.kashyap@linaro.org> | 2013-12-02 07:48:23 +0900 |
---|---|---|
committer | Hyungwon Hwang <human.hwang@samsung.com> | 2014-12-17 16:18:07 +0900 |
commit | 7eb6ea99c7a577e4f1f7284ec81c14c8c9f3cd1c (patch) | |
tree | 821587f0dce25e552a8e8c766e36c163c1162948 | |
parent | ceae2f6b2c7f932c91d56852626ba18bf0fb1f08 (diff) | |
download | linux-3.10-7eb6ea99c7a577e4f1f7284ec81c14c8c9f3cd1c.tar.gz linux-3.10-7eb6ea99c7a577e4f1f7284ec81c14c8c9f3cd1c.tar.bz2 linux-3.10-7eb6ea99c7a577e4f1f7284ec81c14c8c9f3cd1c.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>
-rw-r--r-- | arch/arm/boot/dts/exynos5420.dtsi | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/exynos5420.dtsi b/arch/arm/boot/dts/exynos5420.dtsi index 6ffefd163fa..f909d82bc45 100644 --- a/arch/arm/boot/dts/exynos5420.dtsi +++ b/arch/arm/boot/dts/exynos5420.dtsi @@ -135,7 +135,8 @@ interrupt-controller; #interrups-cells = <1>; interrupt-parent = <&mct_map>; - interrupts = <0>, <1>, <2>, <3>, <4>, <5>, <6>, <7>; + interrupts = <0>, <1>, <2>, <3>, <4>, <5>, <6>, <7>, + <8>, <9>, <10>, <11>; clocks = <&clock 1>, <&clock 315>; clock-names = "fin_pll", "mct"; @@ -150,7 +151,11 @@ <4 &gic 0 120 0>, <5 &gic 0 121 0>, <6 &gic 0 122 0>, - <7 &gic 0 123 0>; + <7 &gic 0 123 0>, + <8 &gic 0 128 0>, + <9 &gic 0 129 0>, + <10 &gic 0 130 0>, + <11 &gic 0 131 0>; }; }; |