Re: [PATCH 2/2] cpufreq: imx6q: read OCOTP through nvmem for imx6ul/imx6ull

2018-09-30 Thread Viresh Kumar
On 14-09-18, 10:59, Anson Huang wrote: > On i.MX6UL/i.MX6ULL, accessing OCOTP directly is wrong because > the ocotp clock needs to be enabled first. Add support for reading > OCOTP through the nvmem API instead. > > Signed-off-by: Anson Huang > --- > drivers/cpufreq/imx6q-cpufreq.c | 39

[PATCH 2/2] cpufreq: imx6q: read OCOTP through nvmem for imx6ul/imx6ull

2018-09-13 Thread Anson Huang
On i.MX6UL/i.MX6ULL, accessing OCOTP directly is wrong because the ocotp clock needs to be enabled first. Add support for reading OCOTP through the nvmem API instead. Signed-off-by: Anson Huang --- drivers/cpufreq/imx6q-cpufreq.c | 39 +++ 1 file changed, 19 i