Hi Christian, On Tue, Jun 14, 2011 at 23:09:17, Christian Riesch wrote: > This patch allows setting the input clock frequency of the SoC from > the board specific using the davinci_set_refclk_rate function.
"board specific code" > > Suggested-by: Kevin Hilman <[email protected]> > Cc: Sekhar Nori <[email protected]> > Signed-off-by: Christian Riesch <[email protected]> > --- > > This patch applies on top of Sekhar's patch. > Best 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, Please use tabs for indentation. Thanks, Sekhar _______________________________________________ Davinci-linux-open-source mailing list [email protected] http://linux.davincidsp.com/mailman/listinfo/davinci-linux-open-source
