From patchwork Tue Apr 21 21:43:27 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Frank Li X-Patchwork-Id: 463508 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 3708E1400DE for ; Wed, 22 Apr 2015 07:46:46 +1000 (AEST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S964980AbbDUVqp (ORCPT ); Tue, 21 Apr 2015 17:46:45 -0400 Received: from mail-bn1on0112.outbound.protection.outlook.com ([157.56.110.112]:6874 "EHLO na01-bn1-obe.outbound.protection.outlook.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S964965AbbDUVqo (ORCPT ); Tue, 21 Apr 2015 17:46:44 -0400 Received: from CH1PR03CA001.namprd03.prod.outlook.com (10.255.156.146) by CY1PR03MB1358.namprd03.prod.outlook.com (25.163.16.24) with Microsoft SMTP Server (TLS) id 15.1.136.25; Tue, 21 Apr 2015 21:46:42 +0000 Received: from BN1BFFO11FD038.protection.gbl (10.255.156.132) by CH1PR03CA001.outlook.office365.com (10.255.156.146) with Microsoft SMTP Server (TLS) id 15.1.130.23 via Frontend Transport; Tue, 21 Apr 2015 21:46:42 +0000 Authentication-Results: spf=fail (sender IP is 192.88.158.2) smtp.mailfrom=freescale.com; freescale.mail.onmicrosoft.com; dkim=none (message not signed) header.d=none; Received-SPF: Fail (protection.outlook.com: domain of freescale.com does not designate 192.88.158.2 as permitted sender) receiver=protection.outlook.com; client-ip=192.88.158.2; helo=az84smr01.freescale.net; Received: from az84smr01.freescale.net (192.88.158.2) by BN1BFFO11FD038.mail.protection.outlook.com (10.58.144.101) with Microsoft SMTP Server (TLS) id 15.1.148.11 via Frontend Transport; Tue, 21 Apr 2015 21:46:41 +0000 Received: from shlinux2.ap.freescale.net (shlinux2.ap.freescale.net [10.192.224.44]) by az84smr01.freescale.net (8.14.3/8.14.0) with ESMTP id t3LLkEAQ013642; Tue, 21 Apr 2015 14:46:38 -0700 From: To: , , , CC: , , , Frank Li , Anson Huang Subject: [PATCH v6 08/11] ARM: imx: add gpt system timer support for imx7d Date: Wed, 22 Apr 2015 05:43:27 +0800 Message-ID: <1429652610-25265-9-git-send-email-Frank.Li@freescale.com> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1429652610-25265-1-git-send-email-Frank.Li@freescale.com> References: <1429652610-25265-1-git-send-email-Frank.Li@freescale.com> X-EOPAttributedMessage: 0 X-Forefront-Antispam-Report: CIP:192.88.158.2; CTRY:US; IPV:NLI; EFV:NLI; BMV:1; SFV:NSPM; SFS:(10019020)(6009001)(339900001)(199003)(189002)(36756003)(19580405001)(5001770100001)(47776003)(48376002)(50466002)(2950100001)(46102003)(77156002)(50226001)(2201001)(92566002)(86362001)(6806004)(105606002)(86152002)(85426001)(76176999)(106466001)(77096005)(19580395003)(87936001)(229853001)(62966003)(104016003)(50986999)(4001430100001); DIR:OUT; SFP:1102; SCL:1; SRVR:CY1PR03MB1358; H:az84smr01.freescale.net; FPR:; SPF:Fail; MLV:sfv; A:1; MX:1; LANG:en; MIME-Version: 1.0 X-Microsoft-Antispam: UriScan:;BCL:0;PCL:0;RULEID:;SRVR:CY1PR03MB1358; X-Microsoft-Antispam-PRVS: X-Exchange-Antispam-Report-Test: UriScan:; X-Exchange-Antispam-Report-CFA-Test: BCL:0; PCL:0; RULEID:(601004)(5005006)(5002010); SRVR:CY1PR03MB1358; BCL:0; PCL:0; RULEID:; SRVR:CY1PR03MB1358; X-Forefront-PRVS: 0553CBB77A X-OriginatorOrg: freescale.com X-MS-Exchange-CrossTenant-OriginalArrivalTime: 21 Apr 2015 21:46:41.7647 (UTC) X-MS-Exchange-CrossTenant-Id: 710a03f5-10f6-4d38-9ff4-a80b81da590d X-MS-Exchange-CrossTenant-OriginalAttributedTenantConnectingIp: TenantId=710a03f5-10f6-4d38-9ff4-a80b81da590d; Ip=[192.88.158.2]; Helo=[az84smr01.freescale.net] X-MS-Exchange-CrossTenant-FromEntityHeader: HybridOnPrem X-MS-Exchange-Transport-CrossTenantHeadersStamped: CY1PR03MB1358 Sender: linux-gpio-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-gpio@vger.kernel.org From: Frank Li Add GPT system timer support for i.MX7D, it has same hardware as i.MX6DL. Signed-off-by: Frank Li Signed-off-by: Anson Huang --- arch/arm/mach-imx/time.c | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/mach-imx/time.c b/arch/arm/mach-imx/time.c index 15d18e1..5833ac4 100644 --- a/arch/arm/mach-imx/time.c +++ b/arch/arm/mach-imx/time.c @@ -383,3 +383,4 @@ CLOCKSOURCE_OF_DECLARE(mx53_timer, "fsl,imx53-gpt", mxc_timer_init_dt); CLOCKSOURCE_OF_DECLARE(mx6q_timer, "fsl,imx6q-gpt", mxc_timer_init_dt); CLOCKSOURCE_OF_DECLARE(mx6sl_timer, "fsl,imx6sl-gpt", mxc_timer_init_dt); CLOCKSOURCE_OF_DECLARE(mx6sx_timer, "fsl,imx6sx-gpt", mxc_timer_init_dt); +CLOCKSOURCE_OF_DECLARE(mx7d_timer, "fsl,imx7d-gpt", mxc_timer_init_dt);