From patchwork Tue Dec 15 16:01:32 2009 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sergey Lapin X-Patchwork-Id: 67665 X-Patchwork-Delegate: tomi.valkeinen@nokia.com Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by demeter.kernel.org (8.14.2/8.14.2) with ESMTP id nBFG1bq1019769 for ; Tue, 15 Dec 2009 16:01:37 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758181AbZLOQBg (ORCPT ); Tue, 15 Dec 2009 11:01:36 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1757215AbZLOQBg (ORCPT ); Tue, 15 Dec 2009 11:01:36 -0500 Received: from ey-out-2122.google.com ([74.125.78.25]:32707 "EHLO ey-out-2122.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756654AbZLOQBe (ORCPT ); Tue, 15 Dec 2009 11:01:34 -0500 Received: by ey-out-2122.google.com with SMTP id d26so23091eyd.19 for ; Tue, 15 Dec 2009 08:01:32 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type; bh=ZaXKo+T+6E4ofRn/LYweGpFfafwugd1/1Bop5vTaQvg=; b=U4RPgW00zppaGz8kItUHl5PAFp7A9u7URIsaDDKQUtpMsTkJrKPmtkGRAlJwb+IoVl 6g19XZCH7DQ6lSZNLBhIThpjwpWkoMpg90J+JPuusYxtns3HrHX3OdbQu/zQyLtvrOfb 4p9Tt9Bv4tP2mCHG7OTj90WIGEhmmG8uIrOck= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=FzKb6hWOchbSYResFXbwIBAbnKh7m+MZI50irOZrX4iRYy9bbl9Qh80ikIXlrmkjex Z1Ul/C7n6oL8ISLy/I2SL9F77NsR96OSACXlf5WHq3aNJ7vmiqoxs3ckIA8atb2k8kmI PpnVpMMYRslL8lHzpVPmGKGL2RekCP8JDjqn4= MIME-Version: 1.0 Received: by 10.213.110.17 with SMTP id l17mr7294479ebp.91.1260892892421; Tue, 15 Dec 2009 08:01:32 -0800 (PST) In-Reply-To: <1260890578.6017.11.camel@tubuntu.research.nokia.com> References: <48239d390912150158xdf2999dr6b43f21c64456002@mail.gmail.com> <1260890578.6017.11.camel@tubuntu.research.nokia.com> Date: Tue, 15 Dec 2009 19:01:32 +0300 Message-ID: <48239d390912150801y70da9d46k637c01d8da3a5595@mail.gmail.com> Subject: Re: dadd2bb931a08a4b6b17f9e82d9bbe7bedebbc98 breaks omapfb (old non-dss2) From: Sergey Lapin To: Tomi Valkeinen Cc: "linux-omap@vger.kernel.org" Sender: linux-omap-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-omap@vger.kernel.org diff --git a/arch/arm/mach-omap2/clock34xx_data.c b/arch/arm/mach-omap2/clock34xx_data.c index 8bdcc9c..2848a87 100644 --- a/arch/arm/mach-omap2/clock34xx_data.c +++ b/arch/arm/mach-omap2/clock34xx_data.c @@ -3137,6 +3137,13 @@ static struct omap_clk omap34xx_clks[] = { CLK("omapdss", "dss2_fck", &dss2_alwon_fck, CK_343X), CLK("omapdss", "ick", &dss_ick_3430es1, CK_3430ES1), CLK("omapdss", "ick", &dss_ick_3430es2, CK_3430ES2), + CLK("omapfb", "dss1_fck", &dss1_alwon_fck_3430es1, CK_3430ES1), + CLK("omapfb", "dss1_fck", &dss1_alwon_fck_3430es2, CK_3430ES2), + CLK("omapfb", "tv_fck", &dss_tv_fck, CK_343X), + CLK("omapfb", "video_fck", &dss_96m_fck, CK_343X), + CLK("omapfb", "dss2_fck", &dss2_alwon_fck, CK_343X), + CLK("omapfb", "ick", &dss_ick_3430es1, CK_3430ES1), + CLK("omapfb", "ick", &dss_ick_3430es2, CK_3430ES2), CLK(NULL, "cam_mclk", &cam_mclk, CK_343X), CLK(NULL, "cam_ick", &cam_ick, CK_343X), CLK(NULL, "csi2_96m_fck", &csi2_96m_fck, CK_343X),