From patchwork Tue May 31 08:31:19 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Mattias Wallin X-Patchwork-Id: 1675 Return-Path: Delivered-To: unknown Received: from imap.gmail.com (74.125.159.109) by localhost6.localdomain6 with IMAP4-SSL; 08 Jun 2011 14:54:17 -0000 Delivered-To: patches@linaro.org Received: by 10.52.110.9 with SMTP id hw9cs276590vdb; Tue, 31 May 2011 01:31:50 -0700 (PDT) Received: by 10.213.34.11 with SMTP id j11mr1280627ebd.24.1306830710180; Tue, 31 May 2011 01:31:50 -0700 (PDT) Received: from eu1sys200aog104.obsmtp.com (eu1sys200aog104.obsmtp.com [207.126.144.117]) by mx.google.com with SMTP id s51si9270559ees.20.2011.05.31.01.31.44 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 31 May 2011 01:31:50 -0700 (PDT) Received-SPF: neutral (google.com: 207.126.144.117 is neither permitted nor denied by best guess record for domain of mattias.wallin@stericsson.com) client-ip=207.126.144.117; Authentication-Results: mx.google.com; spf=neutral (google.com: 207.126.144.117 is neither permitted nor denied by best guess record for domain of mattias.wallin@stericsson.com) smtp.mail=mattias.wallin@stericsson.com Received: from beta.dmz-us.st.com ([167.4.1.35]) (using TLSv1) by eu1sys200aob104.postini.com ([207.126.147.11]) with SMTP ID DSNKTeSncKvFInqZDW5qtqEBO9yTlL29h3e7@postini.com; Tue, 31 May 2011 08:31:50 UTC Received: from zeta.dmz-us.st.com (ns4.st.com [167.4.16.71]) by beta.dmz-us.st.com (STMicroelectronics) with ESMTP id BD7944D; Tue, 31 May 2011 08:31:23 +0000 (GMT) Received: from relay1.stm.gmessaging.net (unknown [10.230.100.17]) by zeta.dmz-us.st.com (STMicroelectronics) with ESMTP id 4376D64; Tue, 31 May 2011 08:31:23 +0000 (GMT) Received: from exdcvycastm003.EQ1STM.local (alteon-source-exch [10.230.100.61]) (using TLSv1 with cipher RC4-MD5 (128/128 bits)) (Client CN "exdcvycastm003", Issuer "exdcvycastm003" (not verified)) by relay1.stm.gmessaging.net (Postfix) with ESMTPS id 0CB5024C2F2; Tue, 31 May 2011 10:31:18 +0200 (CEST) Received: from localhost.localdomain (10.230.100.153) by smtp.stericsson.com (10.230.100.1) with Microsoft SMTP Server (TLS) id 8.3.83.0; Tue, 31 May 2011 10:31:22 +0200 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 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 = {