Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

clocksource: update and move armada-370-xp-timer documentation to timer directory

Timer driver for Armada 370 and Armada XP have gained local timers
support. So it needs new resources information regarding the IRQs
and the registers.

Also move the documentation in the new and more accurate directory

Signed-off-by: Gregory CLEMENT <gregory.clement@free-electrons.com>
Signed-off-by: Jason Cooper <jason@lakedaemon.net>

authored by

Gregory CLEMENT and committed by
Arnd Bergmann
37dd3951 e1dd4649

+15 -12
-12
Documentation/devicetree/bindings/arm/armada-370-xp-timer.txt
··· 1 - Marvell Armada 370 and Armada XP Global Timers 2 - ---------------------------------------------- 3 - 4 - Required properties: 5 - - compatible: Should be "marvell,armada-370-xp-timer" 6 - - interrupts: Should contain the list of Global Timer interrupts 7 - - reg: Should contain the base address of the Global Timer registers 8 - - clocks: clock driving the timer hardware 9 - 10 - Optional properties: 11 - - marvell,timer-25Mhz: Tells whether the Global timer supports the 25 12 - Mhz fixed mode (available on Armada XP and not on Armada 370)
+15
Documentation/devicetree/bindings/timer/marvell,armada-370-xp-timer.txt
··· 1 + Marvell Armada 370 and Armada XP Timers 2 + --------------------------------------- 3 + 4 + Required properties: 5 + - compatible: Should be "marvell,armada-370-xp-timer" 6 + - interrupts: Should contain the list of Global Timer interrupts and 7 + then local timer interrupts 8 + - reg: Should contain location and length for timers register. First 9 + pair for the Global Timer registers, second pair for the 10 + local/private timers. 11 + - clocks: clock driving the timer hardware 12 + 13 + Optional properties: 14 + - marvell,timer-25Mhz: Tells whether the Global timer supports the 25 15 + Mhz fixed mode (available on Armada XP and not on Armada 370)