Skip to content

Commit b27df00

Browse files
authored
enable CONFIG_SM_TCSRCC_8750 via qcom.cfg (#1165)
The TCSR clock controller is required during boot to provide the ref clocks to the UFS controller. Setting CONFIG_SM_TCSRCC_8750 to y ensures the UFS driver successfully probe and initialize the device.
2 parents ce99664 + 231cd83 commit b27df00

File tree

2 files changed

+2
-0
lines changed
  • recipes-kernel/linux

2 files changed

+2
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# for UFS enumeration
22
CONFIG_PHY_QCOM_QMP=y
33
CONFIG_SCSI_UFS_QCOM=y
4+
CONFIG_SM_TCSRCC_8750=y
45

56
# DMA BUF userspace heaps, for e.g. IMSDK
67
CONFIG_DMABUF_HEAPS=y

recipes-kernel/linux/linux-yocto-dev/configs/qcom.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# for UFS enumeration
22
CONFIG_PHY_QCOM_QMP=y
33
CONFIG_SCSI_UFS_QCOM=y
4+
CONFIG_SM_TCSRCC_8750=y
45
# common to all platforms
56
CONFIG_DRM_DISPLAY_CONNECTOR=m
67
CONFIG_UDMABUF=m

0 commit comments

Comments
 (0)