clocksource: dw_apb_timer: Add common DTS glue for dw_apb_timer
commitcfda590178a16e2b5edb09e131460b3e64819807
authorDinh Nguyen <dinguyen@altera.com>
Wed, 11 Jul 2012 20:13:16 +0000 (11 15:13 -0500)
committerArnd Bergmann <arnd@arndb.de>
Thu, 12 Jul 2012 15:26:09 +0000 (12 17:26 +0200)
tree7104a9bb75d101dcdc82c331e9cdd075eab702dc
parentbd0a521e88aa7a06ae7aabaed7ae196ed4ad867a
clocksource: dw_apb_timer: Add common DTS glue for dw_apb_timer

Make a common device tree glue for clocksource/dw_apb_timer.
Move mach-picoxcell/time.c to be a generic device tree application
of the dw_apb_timer.

Configure mach-picoxcell to use the dw_apb_timer_of device tree
implementation in drivers/clocksource.

Signed-off-by: Pavel Machek <pavel@denx.de>
Signed-off-by: Dinh Nguyen <dinguyen@altera.com>
Acked-by: Jamie Iles <jamie@jamieiles.com>
Acked-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Documentation/devicetree/bindings/rtc/dw-apb.txt [new file with mode: 0644]
arch/arm/Kconfig
arch/arm/mach-picoxcell/Makefile
arch/arm/mach-picoxcell/common.c
arch/arm/mach-picoxcell/common.h
drivers/clocksource/Kconfig
drivers/clocksource/Makefile
drivers/clocksource/dw_apb_timer_of.c [moved from arch/arm/mach-picoxcell/time.c with 57% similarity]