Re: [PATCH 1/2] cpufreq: ti-cpufreq: Add support for AM3517

2019-09-09 Thread H. Nikolaus Schaller
Hi, > Am 09.09.2019 um 20:17 schrieb Adam Ford : > > On Mon, Sep 9, 2019 at 1:13 PM H. Nikolaus Schaller > wrote: >> >> Hi Adam, >> >>> Am 09.09.2019 um 17:45 schrieb Adam Ford : >>> >>> The AM3517 only lists 600MHz @ 1.2V, but the revister values for >> >> a small typo... >> >> s/revister

Re: [PATCH 1/2] cpufreq: ti-cpufreq: Add support for AM3517

2019-09-09 Thread Adam Ford
On Mon, Sep 9, 2019 at 1:13 PM H. Nikolaus Schaller wrote: > > Hi Adam, > > > Am 09.09.2019 um 17:45 schrieb Adam Ford : > > > > The AM3517 only lists 600MHz @ 1.2V, but the revister values for > > a small typo... > > s/revister/register/ > > > 0x4830A204 = 1b86 802f, it seems like am3517 might be

Re: [PATCH 1/2] cpufreq: ti-cpufreq: Add support for AM3517

2019-09-09 Thread H. Nikolaus Schaller
Hi Adam, > Am 09.09.2019 um 17:45 schrieb Adam Ford : > > The AM3517 only lists 600MHz @ 1.2V, but the revister values for a small typo... s/revister/register/ > 0x4830A204 = 1b86 802f, it seems like am3517 might be a derivative > of the omap36 which has OPPs would be OPP50 (300 MHz) and OPP10

[PATCH 1/2] cpufreq: ti-cpufreq: Add support for AM3517

2019-09-09 Thread Adam Ford
The AM3517 only lists 600MHz @ 1.2V, but the revister values for 0x4830A204 = 1b86 802f, it seems like am3517 might be a derivative of the omap36 which has OPPs would be OPP50 (300 MHz) and OPP100 (600 MHz). This patch simply enable adds the am3517 to the compatible table using the omap3630 struct