Re: [PATCH v2 1/4] ARM: davinci: fix cpufreq registration on da850-evm

2019-04-08 Thread Sekhar Nori
On 04/04/19 4:44 PM, Adam Ford wrote: > On Thu, Apr 4, 2019 at 5:01 AM Bartosz Golaszewski wrote: >> >> śr., 3 kwi 2019 o 17:49 Adam Ford napisał(a): >>> >>> On Wed, Apr 3, 2019 at 7:50 AM Bartosz Golaszewski wrote: śr., 27 mar 2019 o 12:14 Sekhar Nori napisał(a): > > Hi Bart,

Re: [PATCH v2 1/4] ARM: davinci: fix cpufreq registration on da850-evm

2019-04-04 Thread Adam Ford
On Thu, Apr 4, 2019 at 5:01 AM Bartosz Golaszewski wrote: > > śr., 3 kwi 2019 o 17:49 Adam Ford napisał(a): > > > > On Wed, Apr 3, 2019 at 7:50 AM Bartosz Golaszewski wrote: > > > > > > śr., 27 mar 2019 o 12:14 Sekhar Nori napisał(a): > > > > > > > > Hi Bart, > > > > > > > > On 26/03/19 11:21 P

Re: [PATCH v2 1/4] ARM: davinci: fix cpufreq registration on da850-evm

2019-04-04 Thread Bartosz Golaszewski
śr., 3 kwi 2019 o 17:49 Adam Ford napisał(a): > > On Wed, Apr 3, 2019 at 7:50 AM Bartosz Golaszewski wrote: > > > > śr., 27 mar 2019 o 12:14 Sekhar Nori napisał(a): > > > > > > Hi Bart, > > > > > > On 26/03/19 11:21 PM, Bartosz Golaszewski wrote: > > > > wt., 26 mar 2019 o 15:00 Adam Ford napis

Re: [PATCH v2 1/4] ARM: davinci: fix cpufreq registration on da850-evm

2019-04-03 Thread Adam Ford
On Wed, Apr 3, 2019 at 7:50 AM Bartosz Golaszewski wrote: > > śr., 27 mar 2019 o 12:14 Sekhar Nori napisał(a): > > > > Hi Bart, > > > > On 26/03/19 11:21 PM, Bartosz Golaszewski wrote: > > > wt., 26 mar 2019 o 15:00 Adam Ford napisał(a): > > >> > > >> On Fri, Mar 22, 2019 at 8:31 AM Bartosz Gola

Re: [PATCH v2 1/4] ARM: davinci: fix cpufreq registration on da850-evm

2019-04-03 Thread Bartosz Golaszewski
śr., 27 mar 2019 o 12:14 Sekhar Nori napisał(a): > > Hi Bart, > > On 26/03/19 11:21 PM, Bartosz Golaszewski wrote: > > wt., 26 mar 2019 o 15:00 Adam Ford napisał(a): > >> > >> On Fri, Mar 22, 2019 at 8:31 AM Bartosz Golaszewski wrote: > >>> > >>> From: Bartosz Golaszewski > >>> > >>> The system

Re: [PATCH v2 1/4] ARM: davinci: fix cpufreq registration on da850-evm

2019-03-27 Thread Sekhar Nori
Hi Bart, On 26/03/19 11:21 PM, Bartosz Golaszewski wrote: > wt., 26 mar 2019 o 15:00 Adam Ford napisał(a): >> >> On Fri, Mar 22, 2019 at 8:31 AM Bartosz Golaszewski wrote: >>> >>> From: Bartosz Golaszewski >>> >>> The system_rev variable is never set on davinci and is always 0, so >>> we're usi

Re: [PATCH v2 1/4] ARM: davinci: fix cpufreq registration on da850-evm

2019-03-26 Thread Bartosz Golaszewski
wt., 26 mar 2019 o 15:00 Adam Ford napisał(a): > > On Fri, Mar 22, 2019 at 8:31 AM Bartosz Golaszewski wrote: > > > > From: Bartosz Golaszewski > > > > The system_rev variable is never set on davinci and is always 0, so > > we're using the default max operating point of 300MHz. The cvdd supply >

Re: [PATCH v2 1/4] ARM: davinci: fix cpufreq registration on da850-evm

2019-03-26 Thread Adam Ford
On Fri, Mar 22, 2019 at 8:31 AM Bartosz Golaszewski wrote: > > From: Bartosz Golaszewski > > The system_rev variable is never set on davinci and is always 0, so > we're using the default max operating point of 300MHz. The cvdd supply > comes from the tps6507 pmic and the voltage can go all the wa

[PATCH v2 1/4] ARM: davinci: fix cpufreq registration on da850-evm

2019-03-22 Thread Bartosz Golaszewski
From: Bartosz Golaszewski The system_rev variable is never set on davinci and is always 0, so we're using the default max operating point of 300MHz. The cvdd supply comes from the tps6507 pmic and the voltage can go all the way to 1.3V so the maximum supported rate should be 456MHz. Signed-off-b