Skip to content

Commit 8f0837f

Browse files
committed
Merge tag 'qcom-arm64-defconfig-fixes-for-6.16' of https://git.kernel.org/pub/scm/linux/kernel/git/qcom/linux into arm/fixes
Qualcomm Arm64 defconfig fixes for v6.16 The v6.16 driver and DeviceTree updates described and implemented CPU frequency scaling for the Qualcomm X Elite platform. But the necessary CPUCP mailbox driver was not enabled, resulting in a series of error messages being logged during boot (and no CPU frequency scaling). Enable the missing drivers to silence the errors, and enable CPU frequency scaling on this platform. * tag 'qcom-arm64-defconfig-fixes-for-6.16' of https://git.kernel.org/pub/scm/linux/kernel/git/qcom/linux: arm64: defconfig: Enable Qualcomm CPUCP mailbox driver Signed-off-by: Arnd Bergmann <[email protected]>
2 parents f2ebacd + 3871b51 commit 8f0837f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

arch/arm64/configs/defconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1444,6 +1444,7 @@ CONFIG_PLATFORM_MHU=y
14441444
CONFIG_BCM2835_MBOX=y
14451445
CONFIG_QCOM_APCS_IPC=y
14461446
CONFIG_MTK_ADSP_MBOX=m
1447+
CONFIG_QCOM_CPUCP_MBOX=m
14471448
CONFIG_QCOM_IPCC=y
14481449
CONFIG_ROCKCHIP_IOMMU=y
14491450
CONFIG_TEGRA_IOMMU_SMMU=y

0 commit comments

Comments
 (0)