From 6d08b6bd3b806617f2b82dd6c8582c3cc9e19347 Mon Sep 17 00:00:00 2001 From: Jayasri Bhattacharyya Date: Wed, 21 Feb 2024 15:17:37 +0530 Subject: [PATCH] defconfig: Enable clock scaling for msmnile_au Enable clock scaling for msmnile_au and add module to .bzl and modules.list.msm.gen3auto to compile successfully. Change-Id: I1cac3ead24c084abbac036b00595b43b0e83c366 Signed-off-by: Jayasri Bhattacharyya --- arch/arm64/configs/vendor/gen3auto_GKI.config | 1 + gen3auto.bzl | 1 + modules.list.msm.gen3auto | 1 + 3 files changed, 3 insertions(+) diff --git a/arch/arm64/configs/vendor/gen3auto_GKI.config b/arch/arm64/configs/vendor/gen3auto_GKI.config index 0fdb7e667301..2e5150860040 100644 --- a/arch/arm64/configs/vendor/gen3auto_GKI.config +++ b/arch/arm64/configs/vendor/gen3auto_GKI.config @@ -101,6 +101,7 @@ CONFIG_MICREL_PHY=m # CONFIG_MINIDUMP_ALL_TASK_INFO is not set CONFIG_MINIDUMP_MAX_ENTRIES=200 CONFIG_MMC_SDHCI_MSM=m +CONFIG_MMC_SDHCI_MSM_SCALING=m # CONFIG_MODULE_SIG_ALL is not set CONFIG_MSM_BOOT_STATS=m CONFIG_MSM_CORE_HANG_DETECT=m diff --git a/gen3auto.bzl b/gen3auto.bzl index 951e4ff21f42..1ff5c98d92d3 100644 --- a/gen3auto.bzl +++ b/gen3auto.bzl @@ -87,6 +87,7 @@ def define_gen3auto(): "drivers/misc/qseecom_proxy.ko", "drivers/mmc/host/cqhci.ko", "drivers/mmc/host/sdhci-msm.ko", + "drivers/mmc/host/sdhci-msm-scaling.ko", "drivers/net/ethernet/stmicro/stmmac/dwmac-qcom-eth.ko", "drivers/net/ethernet/stmicro/stmmac/stmmac.ko", "drivers/net/ethernet/stmicro/stmmac/stmmac-platform.ko", diff --git a/modules.list.msm.gen3auto b/modules.list.msm.gen3auto index 4adeb42edb43..b547e904695d 100644 --- a/modules.list.msm.gen3auto +++ b/modules.list.msm.gen3auto @@ -76,3 +76,4 @@ stmmac.ko stmmac-platform.ko dwmac-qcom-eth.ko crypto-qti-common.ko +sdhci-msm-scaling.ko