Re: [PATCH 2/2] OMAP3: beagle xm: enable upto 800MHz OPP

2011-01-07 Thread Nishanth Menon
Aaro Koskinen wrote, on 01/07/2011 07:04 AM: On Wed, 5 Jan 2011, Nishanth Menon wrote: +static void __init beagle_opp_init(void) +{ + int r = 0; + + /* Initialize the omap3 opp table */ + if (omap3_opp_init()) { + pr_err(%s: opp default init failed\n, __func__); + return; + } + + /* Custom OPP

Re: [PATCH 2/2] OMAP3: beagle xm: enable upto 800MHz OPP

2011-01-06 Thread Nishanth Menon
Kevin Hilman wrote, on 01/05/2011 05:28 PM: Nishanth Menonn...@ti.com writes: Beagle XM uses 3730 and the board design allows enabling 800MHz and 1GHz OPPs. However, We need Smart reflex class 1.5 and ABB to enable 1GHz safely. For the moment, we tweak the default table to allow for 800Mhz

Re: [PATCH 2/2] OMAP3: beagle xm: enable upto 800MHz OPP

2011-01-06 Thread Koen Kooi
Op 6 jan 2011, om 13:24 heeft Nishanth Menon het volgende geschreven: Kevin Hilman wrote, on 01/05/2011 05:28 PM: Nishanth Menonn...@ti.com writes: Beagle XM uses 3730 and the board design allows enabling 800MHz and 1GHz OPPs. However, We need Smart reflex class 1.5 and ABB to enable 1GHz

Re: [PATCH 2/2] OMAP3: beagle xm: enable upto 800MHz OPP

2011-01-06 Thread Nishanth Menon
Koen Kooi had written, on 01/06/2011 07:00 AM, the following: Op 6 jan 2011, om 13:24 heeft Nishanth Menon het volgende geschreven: Kevin Hilman wrote, on 01/05/2011 05:28 PM: Nishanth Menonn...@ti.com writes: Beagle XM uses 3730 and the board design allows enabling 800MHz and 1GHz OPPs.

RE: [PATCH 2/2] OMAP3: beagle xm: enable upto 800MHz OPP

2011-01-06 Thread Premi, Sanjeev
-Original Message- From: linux-omap-ow...@vger.kernel.org [mailto:linux-omap-ow...@vger.kernel.org] On Behalf Of Menon, Nishanth Sent: Thursday, January 06, 2011 7:15 PM To: Koen Kooi Cc: Hilman, Kevin; l-o; l-a; Tony Subject: Re: [PATCH 2/2] OMAP3: beagle xm: enable upto 800MHz

Re: [PATCH 2/2] OMAP3: beagle xm: enable upto 800MHz OPP

2011-01-06 Thread Nishanth Menon
Premi, Sanjeev had written, on 01/06/2011 07:58 AM, the following: [..] Some of the patches generic that Koen attached are based on my submissions. As part of migration to 2.6.37, I am in process of validating them on internal integration tree. Will post them soon... may be end of tomorrow. I

Re: [PATCH 2/2] OMAP3: beagle xm: enable upto 800MHz OPP

2011-01-06 Thread Koen Kooi
Op 6 jan 2011, om 14:44 heeft Nishanth Menon het volgende geschreven: Koen Kooi had written, on 01/06/2011 07:00 AM, the following: Op 6 jan 2011, om 13:24 heeft Nishanth Menon het volgende geschreven: Kevin Hilman wrote, on 01/05/2011 05:28 PM: Nishanth Menonn...@ti.com writes: Beagle

Re: [PATCH 2/2] OMAP3: beagle xm: enable upto 800MHz OPP

2011-01-06 Thread Nishanth Menon
Koen Kooi had written, on 01/06/2011 08:01 AM, the following: Op 6 jan 2011, om 14:44 heeft Nishanth Menon het volgende geschreven: Koen Kooi had written, on 01/06/2011 07:00 AM, the following: Op 6 jan 2011, om 13:24 heeft Nishanth Menon het volgende geschreven: Kevin Hilman wrote, on

RE: [PATCH 2/2] OMAP3: beagle xm: enable upto 800MHz OPP

2011-01-06 Thread Premi, Sanjeev
-Original Message- From: Menon, Nishanth Sent: Thursday, January 06, 2011 7:31 PM To: Premi, Sanjeev Cc: Koen Kooi; Hilman, Kevin; l-o; l-a; Tony Subject: Re: [PATCH 2/2] OMAP3: beagle xm: enable upto 800MHz OPP Premi, Sanjeev had written, on 01/06/2011 07:58 AM, the following

[PATCH 2/2] OMAP3: beagle xm: enable upto 800MHz OPP

2011-01-05 Thread Nishanth Menon
Beagle XM uses 3730 and the board design allows enabling 800MHz and 1GHz OPPs. However, We need Smart reflex class 1.5 and ABB to enable 1GHz safely. For the moment, we tweak the default table to allow for 800Mhz OPP usage. Reported-by: Koen Kooi k...@beagleboard.org Tested-by: Koen Kooi

Re: [PATCH 2/2] OMAP3: beagle xm: enable upto 800MHz OPP

2011-01-05 Thread Kevin Hilman
Nishanth Menon n...@ti.com writes: Beagle XM uses 3730 and the board design allows enabling 800MHz and 1GHz OPPs. However, We need Smart reflex class 1.5 and ABB to enable 1GHz safely. For the moment, we tweak the default table to allow for 800Mhz OPP usage. Isn't this common to any board