Re: [PATCH] cpufreq: imx: Select NVMEM_IMX_OCOTP

2020-07-14 Thread Viresh Kumar
On 14-07-20, 15:43, Walter Lozano wrote: > When probing cpufreq for iMX6 the values in the efuse needs to be > read which requires NVMEM_IMX_OCOTP. If this option is not enabled, > the probe will be deferred forever and cpufreq won't be available. > > This patch forces the selection of the

[PATCH] cpufreq: imx: Select NVMEM_IMX_OCOTP

2020-07-14 Thread Walter Lozano
When probing cpufreq for iMX6 the values in the efuse needs to be read which requires NVMEM_IMX_OCOTP. If this option is not enabled, the probe will be deferred forever and cpufreq won't be available. This patch forces the selection of the required configuration option. Signed-off-by: Walter