From patchwork Fri Dec 11 18:34:34 2009 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Kevin Hilman X-Patchwork-Id: 66734 Received: from arroyo.ext.ti.com (arroyo.ext.ti.com [192.94.94.40]) by demeter.kernel.org (8.14.2/8.14.2) with ESMTP id nBBIaM1w018708 for ; Fri, 11 Dec 2009 18:36:23 GMT Received: from dlep36.itg.ti.com ([157.170.170.91]) by arroyo.ext.ti.com (8.13.7/8.13.7) with ESMTP id nBBIYf8Q020203 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 11 Dec 2009 12:34:41 -0600 Received: from linux.omap.com (localhost [127.0.0.1]) by dlep36.itg.ti.com (8.13.8/8.13.8) with ESMTP id nBBIYdGJ022691; Fri, 11 Dec 2009 12:34:40 -0600 (CST) Received: from linux.omap.com (localhost [127.0.0.1]) by linux.omap.com (Postfix) with ESMTP id DDD2780627; Fri, 11 Dec 2009 12:34:39 -0600 (CST) X-Original-To: davinci-linux-open-source@linux.davincidsp.com Delivered-To: davinci-linux-open-source@linux.davincidsp.com Received: from dflp51.itg.ti.com (dflp51.itg.ti.com [128.247.22.94]) by linux.omap.com (Postfix) with ESMTP id 6930080626 for ; Fri, 11 Dec 2009 12:34:38 -0600 (CST) Received: from medina.ext.ti.com (localhost [127.0.0.1]) by dflp51.itg.ti.com (8.13.7/8.13.7) with ESMTP id nBBIYcjx004851 for ; Fri, 11 Dec 2009 12:34:38 -0600 (CST) Received: from psmtp.com (na3sys009amx246.postini.com [74.125.149.130]) by medina.ext.ti.com (8.13.7/8.13.7) with SMTP id nBBIYb36016579 for ; Fri, 11 Dec 2009 12:34:37 -0600 Received: from source ([209.85.222.188]) by na3sys009amx246.postini.com ([74.125.148.10]) with SMTP; Fri, 11 Dec 2009 13:34:37 EST Received: by pzk26 with SMTP id 26so785626pzk.4 for ; Fri, 11 Dec 2009 10:34:37 -0800 (PST) Received: by 10.142.152.41 with SMTP id z41mr15000wfd.316.1260556476840; Fri, 11 Dec 2009 10:34:36 -0800 (PST) Received: from localhost (deeprootsystems.com [216.254.16.51]) by mx.google.com with ESMTPS id 20sm1974752pzk.1.2009.12.11.10.34.35 (version=TLSv1/SSLv3 cipher=RC4-MD5); Fri, 11 Dec 2009 10:34:35 -0800 (PST) To: "Karicheri, Muralidharan" Subject: Re: [PATCH - v1 1/2] V4L - vpfe capture - make clocks configurable References: <1259687940-31435-1-git-send-email-m-karicheri2@ti.com> <87hbs0xhlx.fsf@deeprootsystems.com> <87ws0ups22.fsf@deeprootsystems.com> From: Kevin Hilman Organization: Deep Root Systems, LLC Date: Fri, 11 Dec 2009 10:34:34 -0800 In-Reply-To: (Muralidharan Karicheri's message of "Thu\, 10 Dec 2009 14\:02\:22 -0600") Message-ID: <871vj1iclh.fsf@deeprootsystems.com> User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.2 (gnu/linux) MIME-Version: 1.0 X-pstn-neptune: 0/0/0.00/0 X-pstn-levels: (S:99.90000/99.90000 CV:99.9000 FC:95.5390 LC:95.5390 R:95.9108 P:95.9108 M:97.0282 C:98.6951 ) X-pstn-settings: 2 (0.5000:0.5000) s cv gt3 gt2 gt1 X-pstn-addresses: from [db-null] Cc: "davinci-linux-open-source@linux.davincidsp.com" , "linux-media@vger.kernel.org" X-BeenThere: davinci-linux-open-source@linux.davincidsp.com X-Mailman-Version: 2.1.12 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: davinci-linux-open-source-bounces@linux.davincidsp.com Errors-To: davinci-linux-open-source-bounces@linux.davincidsp.com diff --git a/arch/arm/mach-davinci/dm644x.c b/arch/arm/mach-davinci/dm644x.c index e65e29e..e6f3570 100644 --- a/arch/arm/mach-davinci/dm644x.c +++ b/arch/arm/mach-davinci/dm644x.c @@ -293,8 +293,8 @@ struct davinci_clk dm644x_clks[] = { CLK(NULL, "dsp", &dsp_clk), CLK(NULL, "arm", &arm_clk), CLK(NULL, "vicp", &vicp_clk), - CLK(NULL, "vpss_master", &vpss_master_clk), - CLK(NULL, "vpss_slave", &vpss_slave_clk), + CLK("dm644x_ccdc", "master", &vpss_master_clk), + CLK("dm644x_ccdc", "slave", &vpss_slave_clk), CLK(NULL, "arm", &arm_clk), CLK(NULL, "uart0", &uart0_clk), CLK(NULL, "uart1", &uart1_clk),