summaryrefslogtreecommitdiffstats
path: root/Documentation/devicetree/bindings/arm
diff options
context:
space:
mode:
authorMark Rutland <mark.rutland@arm.com>2012-11-20 11:44:15 +0000
committerMark Rutland <mark.rutland@arm.com>2013-01-31 15:51:59 +0000
commitc2b01e06a9c97cf21ad44b91b3280b0797839a62 (patch)
tree4961bcf42a0cb37b6ef96744051a3d673552ecc5 /Documentation/devicetree/bindings/arm
parent1aee5d7a8120cbe3eca9180ef9276d75a4f51dd2 (diff)
downloadlinux-stable-c2b01e06a9c97cf21ad44b91b3280b0797839a62.tar.gz
linux-stable-c2b01e06a9c97cf21ad44b91b3280b0797839a62.tar.bz2
linux-stable-c2b01e06a9c97cf21ad44b91b3280b0797839a62.zip
Documentation: Add ARMv8 to arch_timer devicetree
Currently the documentation for the arch_timer devicetree binding only lists "arm,armv7-timer". Add "arm,armv8-timer" to the list of compatible strings. Signed-off-by: Mark Rutland <mark.rutland@arm.com> Acked-by: Catalin Marinas <catalin.marinas@arm.com> Acked-by: Marc Zyngier <marc.zyngier@arm.com> Acked-by: Santosh Shilimkar <santosh.shilimkar@ti.com>
Diffstat (limited to 'Documentation/devicetree/bindings/arm')
-rw-r--r--Documentation/devicetree/bindings/arm/arch_timer.txt7
1 files changed, 4 insertions, 3 deletions
diff --git a/Documentation/devicetree/bindings/arm/arch_timer.txt b/Documentation/devicetree/bindings/arm/arch_timer.txt
index 52478c83d0cc..20746e5abe6f 100644
--- a/Documentation/devicetree/bindings/arm/arch_timer.txt
+++ b/Documentation/devicetree/bindings/arm/arch_timer.txt
@@ -1,13 +1,14 @@
* ARM architected timer
-ARM Cortex-A7 and Cortex-A15 have a per-core architected timer, which
-provides per-cpu timers.
+ARM cores may have a per-core architected timer, which provides per-cpu timers.
The timer is attached to a GIC to deliver its per-processor interrupts.
** Timer node properties:
-- compatible : Should at least contain "arm,armv7-timer".
+- compatible : Should at least contain one of
+ "arm,armv7-timer"
+ "arm,armv8-timer"
- interrupts : Interrupt list for secure, non-secure, virtual and
hypervisor timers, in that order.