Skip to content

Commit 2782ef3

Browse files
wlozano0collaboravireshk
authored andcommitted
cpufreq: imx: Select NVMEM_IMX_OCOTP
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 Lozano <[email protected]> Signed-off-by: Viresh Kumar <[email protected]>
1 parent 34adbcb commit 2782ef3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/cpufreq/Kconfig.arm

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ config ARM_IMX6Q_CPUFREQ
9494
tristate "Freescale i.MX6 cpufreq support"
9595
depends on ARCH_MXC
9696
depends on REGULATOR_ANATOP
97+
select NVMEM_IMX_OCOTP
9798
select PM_OPP
9899
help
99100
This adds cpufreq driver support for Freescale i.MX6 series SoCs.

0 commit comments

Comments
 (0)