Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758345Ab1EaIbx (ORCPT ); Tue, 31 May 2011 04:31:53 -0400 Received: from eu1sys200aog104.obsmtp.com ([207.126.144.117]:40341 "EHLO eu1sys200aog104.obsmtp.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1758282Ab1EaIbu (ORCPT ); Tue, 31 May 2011 04:31:50 -0400 From: Mattias Wallin To: Thomas Gleixner , , Cc: Lee Jones , Mattias Wallin Subject: [PATCH 3/3] mach-ux500: add support for clocksource DB8500 PRCMU Date: Tue, 31 May 2011 10:31:19 +0200 Message-ID: <1306830679-9591-1-git-send-email-mattias.wallin@stericsson.com> X-Mailer: git-send-email 1.7.5.1 MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1114 Lines: 37 This patch adds support for the DB8500 PRCMU clocksource to the mach-ux500 platform. Signed-off-by: Mattias Wallin Acked-by: Linus Walleij --- arch/arm/mach-ux500/cpu.c | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/arch/arm/mach-ux500/cpu.c b/arch/arm/mach-ux500/cpu.c index 1da23bb8..7109921 100644 --- a/arch/arm/mach-ux500/cpu.c +++ b/arch/arm/mach-ux500/cpu.c @@ -10,6 +10,7 @@ #include #include #include +#include #include #include @@ -141,6 +142,7 @@ static void __init ux500_timer_init(void) ux500_unknown_soc(); nmdk_timer_init(); + clksrc_db8500_prcmu_init(); } struct sys_timer ux500_timer = { -- 1.7.4.3 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/