From patchwork Thu Nov 18 19:20:00 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Kanigeri, Hari" X-Patchwork-Id: 337181 X-Patchwork-Delegate: paul@pwsan.com Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by demeter1.kernel.org (8.14.4/8.14.3) with ESMTP id oAIJILjR004606 for ; Thu, 18 Nov 2010 19:18:21 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753057Ab0KRTSI (ORCPT ); Thu, 18 Nov 2010 14:18:08 -0500 Received: from comal.ext.ti.com ([198.47.26.152]:56083 "EHLO comal.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751892Ab0KRTSH (ORCPT ); Thu, 18 Nov 2010 14:18:07 -0500 Received: from dlep35.itg.ti.com ([157.170.170.118]) by comal.ext.ti.com (8.13.7/8.13.7) with ESMTP id oAIJI0mF027572 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 18 Nov 2010 13:18:00 -0600 Received: from legion.dal.design.ti.com (localhost [127.0.0.1]) by dlep35.itg.ti.com (8.13.7/8.13.7) with ESMTP id oAIJHxP7007284; Thu, 18 Nov 2010 13:18:00 -0600 (CST) Received: from localhost (matrix.am.dhcp.ti.com [128.247.75.166]) by legion.dal.design.ti.com (8.11.7p1+Sun/8.11.7) with ESMTP id oAIJHxf07204; Thu, 18 Nov 2010 13:17:59 -0600 (CST) From: Hari Kanigeri To: Paul Walmsey , linux omap Cc: Tony Lindgren , Linux ARM , Hari Kanigeri Subject: [PATCH] OMAP4: clocks: add dummy clock for mailbox Date: Thu, 18 Nov 2010 13:20:00 -0600 Message-Id: <1290108000-16835-1-git-send-email-h-kanigeri2@ti.com> X-Mailer: git-send-email 1.7.0 Sender: linux-omap-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-omap@vger.kernel.org X-Greylist: IP, sender and recipient auto-whitelisted, not delayed by milter-greylist-4.2.3 (demeter1.kernel.org [140.211.167.41]); Thu, 18 Nov 2010 19:18:22 +0000 (UTC) diff --git a/arch/arm/mach-omap2/clock44xx_data.c b/arch/arm/mach-omap2/clock44xx_data.c index e10db7a..bdd9b85 100644 --- a/arch/arm/mach-omap2/clock44xx_data.c +++ b/arch/arm/mach-omap2/clock44xx_data.c @@ -2687,6 +2687,7 @@ static struct omap_clk omap44xx_clks[] = { CLK(NULL, "uart3_ick", &dummy_ck, CK_443X), CLK(NULL, "uart4_ick", &dummy_ck, CK_443X), CLK("omap_wdt", "ick", &dummy_ck, CK_443X), + CLK(NULL, "mailboxes_ick", &dummy_ck, CK_443X), }; int __init omap4xxx_clk_init(void)