diff options
author | Dinh Nguyen <dinguyen@altera.com> | 2012-07-11 15:13:16 -0500 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2012-07-12 17:26:09 +0200 |
commit | cfda590178a16e2b5edb09e131460b3e64819807 (patch) | |
tree | 7104a9bb75d101dcdc82c331e9cdd075eab702dc /arch/arm/mach-picoxcell/Makefile | |
parent | bd0a521e88aa7a06ae7aabaed7ae196ed4ad867a (diff) |
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>
Diffstat (limited to 'arch/arm/mach-picoxcell/Makefile')
-rw-r--r-- | arch/arm/mach-picoxcell/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-picoxcell/Makefile b/arch/arm/mach-picoxcell/Makefile index e5ec4a8d9bc..8e39f80fce1 100644 --- a/arch/arm/mach-picoxcell/Makefile +++ b/arch/arm/mach-picoxcell/Makefile @@ -1,2 +1 @@ obj-y := common.o -obj-y += time.o |