From patchwork Tue Jan 25 12:59:58 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sumit Semwal X-Patchwork-Id: 505341 X-Patchwork-Delegate: tomi.valkeinen@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 p0PD0IjN001605 for ; Tue, 25 Jan 2011 13:00:31 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752899Ab1AYNAa (ORCPT ); Tue, 25 Jan 2011 08:00:30 -0500 Received: from arroyo.ext.ti.com ([192.94.94.40]:58925 "EHLO arroyo.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751977Ab1AYNAa (ORCPT ); Tue, 25 Jan 2011 08:00:30 -0500 Received: from dlep35.itg.ti.com ([157.170.170.118]) by arroyo.ext.ti.com (8.13.7/8.13.7) with ESMTP id p0PD0QWZ001216 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 25 Jan 2011 07:00:26 -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 p0PD0Mlr015327; Tue, 25 Jan 2011 07:00:22 -0600 (CST) Received: from localhost (a0876505ubnlt.apr.dhcp.ti.com [172.24.136.255]) by legion.dal.design.ti.com (8.11.7p1+Sun/8.11.7) with ESMTP id p0PD0If27974; Tue, 25 Jan 2011 07:00:19 -0600 (CST) From: Sumit Semwal To: tomi.valkeinen@nokia.com, paul@pwsan.com, khilman@ti.com, hvaibhav@ti.com, linux-omap@vger.kernel.org, b-cousson@ti.com Cc: Sumit Semwal Subject: [PATCH v2 4/4] OMAP4: DSS2: clocks: Add ick as dummy clock Date: Tue, 25 Jan 2011 18:29:58 +0530 Message-Id: <1295960398-25329-5-git-send-email-sumit.semwal@ti.com> X-Mailer: git-send-email 1.7.1 In-Reply-To: <1295960398-25329-1-git-send-email-sumit.semwal@ti.com> References: <1295960398-25329-1-git-send-email-sumit.semwal@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.6 (demeter1.kernel.org [140.211.167.41]); Tue, 25 Jan 2011 13:00:31 +0000 (UTC) diff --git a/arch/arm/mach-omap2/clock44xx_data.c b/arch/arm/mach-omap2/clock44xx_data.c index 74db324..8603b1f 100644 --- a/arch/arm/mach-omap2/clock44xx_data.c +++ b/arch/arm/mach-omap2/clock44xx_data.c @@ -3109,6 +3109,8 @@ static struct omap_clk omap44xx_clks[] = { CLK(NULL, "dsp_fck", &dsp_fck, CK_443X), /* dss clocks */ CLK(NULL, "fck", &dss_fck, CK_443X), + CLK("omap_dss", "ick", &dummy_ck, CK_443X), + /* on OMAP4, ick is a dummy clock */ /* * clocks handled via hwmod opt_clk mechanism need dev=NULL, * con=clock name as per actual clk structure, NOT role