RE: [PATCH] DA850: Move oscillator input frequency to board specific files.

2011-05-25 Thread Christian Riesch
From Mike Williamson [mailto:michael.william...@criticallink.com] It seems to me if you alter the reference clock rate you'll need to ensure that CONFIG_CPU_FREQ is turned off as all the OPP's in da850.c are based on a 24 MHz oscillator input. To support CONFIG_CPU_FREQ with a variable input

RE: [PATCH] DA850: Move oscillator input frequency to board specific files.

2011-05-25 Thread Christian Riesch
From Nori, Sekhar [mailto:nsek...@ti.com] On Tue, May 24, 2011 at 19:32:35, Christian Riesch wrote: Signed-off-by: Christian Riesch christian.rie...@omicron.at --- Hi again, how about this solution? I just took a look how this is solved on other ARM platforms. This approach looks good to

[PATCH] DA850: Move oscillator input frequency to board specific files.

2011-05-24 Thread Christian Riesch
Signed-off-by: Christian Riesch christian.rie...@omicron.at --- Hi again, how about this solution? I just took a look how this is solved on other ARM platforms. Regards, Christian arch/arm/mach-davinci/board-da850-evm.c |4 +++- arch/arm/mach-davinci/board-mityomapl138.c |4 +++-

RE: [PATCH] DA850: Move oscillator input frequency to board specific files.

2011-05-24 Thread Nori, Sekhar
On Tue, May 24, 2011 at 19:32:35, Christian Riesch wrote: Signed-off-by: Christian Riesch christian.rie...@omicron.at --- Hi again, how about this solution? I just took a look how this is solved on other ARM platforms. This approach looks good to me. Just curious as to which other

Re: [PATCH] DA850: Move oscillator input frequency to board specific files.

2011-05-24 Thread Mike Williamson
On Tue, May 24, 2011 at 10:02 AM, Christian Riesch christian.rie...@omicron.at wrote: Signed-off-by: Christian Riesch christian.rie...@omicron.at --- Hi again, how about this solution? I just took a look how this is solved on other ARM platforms. Regards, Christian