diff mbox

[v2] davinci: da850: add a .set_rate method to ref_clk

Message ID 1309273851-9238-1-git-send-email-christian.riesch@omicron.at (mailing list archive)
State New, archived
Headers show

Commit Message

Christian Riesch June 28, 2011, 3:10 p.m. UTC
This patch allows setting the input clock frequency of the SoC from
the board specific code using the davinci_set_refclk_rate function.

Suggested-by: Kevin Hilman <khilman@ti.com>
Signed-off-by: Christian Riesch <christian.riesch@omicron.at>
---

v2: fixed the commit message and indentation.
Regards, Christian

 arch/arm/mach-davinci/da850.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

Comments

Sekhar Nori July 6, 2011, 4:36 p.m. UTC | #1
Hi Christian,

On Tue, Jun 28, 2011 at 20:40:51, Christian Riesch wrote:
> This patch allows setting the input clock frequency of the SoC from
> the board specific code using the davinci_set_refclk_rate function.
> 
> Suggested-by: Kevin Hilman <khilman@ti.com>
> Signed-off-by: Christian Riesch <christian.riesch@omicron.at>
> ---
> 
> v2: fixed the commit message and indentation.
> Regards, Christian
> 
>  arch/arm/mach-davinci/da850.c |    1 +
>  1 files changed, 1 insertions(+), 0 deletions(-)
> 
> diff --git a/arch/arm/mach-davinci/da850.c b/arch/arm/mach-davinci/da850.c
> index 133aac4..27fe3ac 100644
> --- a/arch/arm/mach-davinci/da850.c
> +++ b/arch/arm/mach-davinci/da850.c
> @@ -58,6 +58,7 @@ static struct pll_data pll0_data = {
>  static struct clk ref_clk = {
>  	.name		= "ref_clk",
>  	.rate		= DA850_REF_FREQ,
> +	.set_rate	= davinci_simple_set_rate,
>  };
>  
>  static struct clk pll0_clk = {

Thanks, will queue this as a 'feature' for
next merge window.

Thanks,
Sekhar
diff mbox

Patch

diff --git a/arch/arm/mach-davinci/da850.c b/arch/arm/mach-davinci/da850.c
index 133aac4..27fe3ac 100644
--- a/arch/arm/mach-davinci/da850.c
+++ b/arch/arm/mach-davinci/da850.c
@@ -58,6 +58,7 @@  static struct pll_data pll0_data = {
 static struct clk ref_clk = {
 	.name		= "ref_clk",
 	.rate		= DA850_REF_FREQ,
+	.set_rate	= davinci_simple_set_rate,
 };
 
 static struct clk pll0_clk = {