Message ID | 20201228151225.4018477-1-dmitry.baryshkov@linaro.org (mailing list archive) |
---|---|
State | Accepted |
Commit | 438ffa4afd5b0bb26468135788706cbfb5a03824 |
Headers | show |
Series | arm64: defconfig: enable display clock controller on sm8250 | expand |
Hello: This patch was applied to qcom/linux.git (refs/heads/for-next): On Mon, 28 Dec 2020 18:12:25 +0300 you wrote: > Enable the driver for the display clock controller on Qualcomm SM8250, > needed in order to get the display working. This driver provides > power-domains and as such should not be compiled as a module. > > Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org> > --- > arch/arm64/configs/defconfig | 1 + > 1 file changed, 1 insertion(+) Here is the summary with links: - arm64: defconfig: enable display clock controller on sm8250 https://git.kernel.org/qcom/c/438ffa4afd5b You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html
diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index 6308c84b31b8..a90034e033f2 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -932,6 +932,7 @@ CONFIG_SM_GCC_8150=y CONFIG_SM_GCC_8250=y CONFIG_SM_GPUCC_8150=y CONFIG_SM_GPUCC_8250=y +CONFIG_SM_DISPCC_8250=y CONFIG_QCOM_HFPLL=y CONFIG_HWSPINLOCK=y CONFIG_HWSPINLOCK_QCOM=y
Enable the driver for the display clock controller on Qualcomm SM8250, needed in order to get the display working. This driver provides power-domains and as such should not be compiled as a module. Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org> --- arch/arm64/configs/defconfig | 1 + 1 file changed, 1 insertion(+)