From: Bjorn Andersson Date: Sat, 9 Nov 2019 02:42:34 +0000 (-0800) Subject: arm64: defconfig: Enable Qualcomm SDM845 display and gpu clocks X-Git-Tag: timers-urgent-2020-04-12~32^2~4^2~2 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=d3a9ad1163a8b71833a023328b9773969edb8392;p=users%2Fdwmw2%2Flinux.git arm64: defconfig: Enable Qualcomm SDM845 display and gpu clocks Enable the drivers for the display and gpu clock controllers on Qualcomm SDM845, needed in order to get these features working. These drivers provides power-domains and can as such not be compiled as modules. Acked-by: Will Deacon Signed-off-by: Bjorn Andersson Link: https://lore.kernel.org/r/20191109024234.1757452-1-bjorn.andersson@linaro.org Signed-off-by: Bjorn Andersson --- diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index a650b87d2d4b1..0d8ee75cccb81 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -734,6 +734,8 @@ CONFIG_MSM_MMCC_8996=y CONFIG_MSM_GCC_8998=y CONFIG_QCS_GCC_404=y CONFIG_SDM_GCC_845=y +CONFIG_SDM_GPUCC_845=y +CONFIG_SDM_DISPCC_845=y CONFIG_SM_GCC_8150=y CONFIG_QCOM_HFPLL=y CONFIG_HWSPINLOCK=y