diff options
author | Alexander Graf <[agraf@suse.de]> | 2013-04-04 07:30:16 +0200 |
---|---|---|
committer | Kukjin Kim <kgene.kim@samsung.com> | 2013-04-08 18:39:14 +0200 |
commit | 2b7da98870bc3aad46b60b3e2f2cc316ee03a924 (patch) | |
tree | a11846ed4601699b26565348d06535bd5ea74532 | |
parent | ARM: dts: Declare the gic as a15 compatible for exynos5250 (diff) | |
download | linux-2b7da98870bc3aad46b60b3e2f2cc316ee03a924.tar.xz linux-2b7da98870bc3aad46b60b3e2f2cc316ee03a924.zip |
ARM: dts: Add architected timer nodes for exynos5250
The exynos 5250 SoC supports A15 style architected timers. Indicate
this through the device tree.
This is required by KVM.
Signed-off-by: Alexander Graf <agraf@suse.de>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
-rw-r--r-- | arch/arm/boot/dts/exynos5250.dtsi | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/exynos5250.dtsi b/arch/arm/boot/dts/exynos5250.dtsi index 4352f5b336e9..0b130acb50ed 100644 --- a/arch/arm/boot/dts/exynos5250.dtsi +++ b/arch/arm/boot/dts/exynos5250.dtsi @@ -78,6 +78,14 @@ interrupts = <1 9 0xf04>; }; + timer { + compatible = "arm,armv7-timer"; + interrupts = <1 13 0xf08>, + <1 14 0xf08>, + <1 11 0xf08>, + <1 10 0xf08>; + }; + combiner:interrupt-controller@10440000 { compatible = "samsung,exynos4210-combiner"; #interrupt-cells = <2>; |