Skip to content

Commit 1eaf423

Browse files
committed
linux-qcom-next/configs: Enable glymur tcsrcc clk config as in-kernel
Glymur tcsrcc clk config is marked as a module upstream since it's not a requirement for booting to shell when booting with initramfs as rootfs For qli boot the modules are part of rootfs which is flashed on nvme, during boot the nvme won't comeup until tcsrcc clk module is found Enabling glymur tcsrcc clk as in-kernel config allows nvme to comeup, which then allows the kernel to find other modules on the rootfs Signed-off-by: Pankaj Patil <pankaj.patil@oss.qualcomm.com>
1 parent 8fcbe81 commit 1eaf423

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

recipes-kernel/linux/linux-qcom-next/configs/bsp-additions.cfg

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ CONFIG_CLK_KAANAPALI_TCSRCC=y
77
# for NVME
88
CONFIG_BLK_DEV_NVME=y
99

10+
# for NVMe on Glymur
11+
CONFIG_CLK_GLYMUR_TCSRCC=y
12+
1013
# DMA BUF userspace heaps, for e.g. IMSDK
1114
CONFIG_DMABUF_HEAPS=y
1215
CONFIG_DMABUF_HEAPS_SYSTEM=y

0 commit comments

Comments
 (0)