From patchwork Fri Oct 15 01:13:22 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Kanigeri, Hari" X-Patchwork-Id: 255021 X-Patchwork-Delegate: hiroshi.doyu@nokia.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 o9F1Dg0q021559 for ; Fri, 15 Oct 2010 01:13:42 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755923Ab0JOBNl (ORCPT ); Thu, 14 Oct 2010 21:13:41 -0400 Received: from arroyo.ext.ti.com ([192.94.94.40]:55271 "EHLO arroyo.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755731Ab0JOBNj (ORCPT ); Thu, 14 Oct 2010 21:13:39 -0400 Received: from dlep34.itg.ti.com ([157.170.170.115]) by arroyo.ext.ti.com (8.13.7/8.13.7) with ESMTP id o9F1DLB9024778 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 14 Oct 2010 20:13:21 -0500 Received: from legion.dal.design.ti.com (localhost [127.0.0.1]) by dlep34.itg.ti.com (8.13.7/8.13.7) with ESMTP id o9F1DKnW029189; Thu, 14 Oct 2010 20:13:20 -0500 (CDT) 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 o9F1DKf15284; Thu, 14 Oct 2010 20:13:20 -0500 (CDT) From: Hari Kanigeri To: Hiroshi Doyu , linux omap Cc: Tony Lindgren , Ohad Ben-Cohen , Linux ARM , Hari Kanigeri Subject: [PATCH 7/7] omap:clocks44x-add dummy clock for mailbox Date: Thu, 14 Oct 2010 20:13:22 -0500 Message-Id: <1287105202-31861-8-git-send-email-h-kanigeri2@ti.com> X-Mailer: git-send-email 1.7.0 In-Reply-To: <1287105202-31861-1-git-send-email-h-kanigeri2@ti.com> References: <1287105202-31861-1-git-send-email-h-kanigeri2@ti.com> 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]); Fri, 15 Oct 2010 01:13:42 +0000 (UTC) diff --git a/arch/arm/mach-omap2/clock44xx_data.c b/arch/arm/mach-omap2/clock44xx_data.c index e10db7a..421ae7f 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)