]> Pileus Git - ~andy/linux/commitdiff
ARM: dts: Add architected timer nodes for exynos5250
authorAlexander Graf <[agraf@suse.de]>
Thu, 4 Apr 2013 05:30:16 +0000 (14:30 +0900)
committerKukjin Kim <kgene.kim@samsung.com>
Mon, 8 Apr 2013 16:39:14 +0000 (01:39 +0900)
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>
arch/arm/boot/dts/exynos5250.dtsi

index 4352f5b336e91b1bc1a54ea78460898e54592fe5..0b130acb50ed1dec7233938e766b8cf2f7dd3c0e 100644 (file)
                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>;