aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWalter Lozano <walter.lozano@collabora.com>2020-07-14 18:12:31 -0300
committerWalter Lozano <walter.lozano@collabora.com>2020-08-12 11:17:17 -0300
commite9204dbd620609c9cf2853b2175341ecc96b3e59 (patch)
tree41eb8c2dfd27d1ba6d4a4965eb5eb7d9cb3afc19
parentf4317520ddb2244431b4e0be34ea4fec24edd07d (diff)
downloadkernel_replicant_linux-e9204dbd620609c9cf2853b2175341ecc96b3e59.tar.gz
kernel_replicant_linux-e9204dbd620609c9cf2853b2175341ecc96b3e59.tar.bz2
kernel_replicant_linux-e9204dbd620609c9cf2853b2175341ecc96b3e59.zip
[armhf] Enable NVMEM_IMX_OCOTP
On iMX6Q boards, when probing cpufreq, it tries to read efuse settings, however, as NVMEM_IMX_OCOTP is not enabled this can't be done. In this situation the probe fails with -EPROBE_DEFER, and cpufreq is not available. To avoid all the mentioned issues, while these issues are fixed in the upstream kernel, enable NVMEM_IMX_OCOTP as module. Signed-off-by: Walter Lozano <walter.lozano@collabora.com>
-rw-r--r--debian/config/armhf/config1
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/config/armhf/config b/debian/config/armhf/config
index afbe147fac2b..ba541d16e60d 100644
--- a/debian/config/armhf/config
+++ b/debian/config/armhf/config
@@ -1022,6 +1022,7 @@ CONFIG_WLCORE_SDIO=m
##
## file: drivers/nvmem/Kconfig
##
+CONFIG_NVMEM_IMX_OCOTP=m
CONFIG_ROCKCHIP_EFUSE=m
CONFIG_NVMEM_SUNXI_SID=m
CONFIG_MESON_MX_EFUSE=m