mirror of
https://github.com/torvalds/linux.git
synced 2026-06-06 05:27:07 +02:00
arm64: defconfig: enable Qualcomm MSM8996 Global Clock Controller as built-in
The commit8f680c2874("arm64: defconfig: Switch msm8996 clk drivers to module") switched CONFIG_MSM_MMCC_8996 to module, which also resulted in CONFIG_MSM_GCC_8996 being switched to module. This breaks useful bootflow for Qualcomm MSM8996 / APQ8096 platforms, because the serial is not enabled anymore until the GCC module is loaded. Reported-by: Rob Clark <robdclark@gmail.com> Fixes:8f680c2874("arm64: defconfig: Switch msm8996 clk drivers to module") Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org> Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org> Link: https://lore.kernel.org/r/20230619125404.562137-1-dmitry.baryshkov@linaro.org Signed-off-by: Bjorn Andersson <andersson@kernel.org>
This commit is contained in:
parent
f51a36649d
commit
dc015a3a6d
|
|
@ -1182,6 +1182,7 @@ CONFIG_IPQ_GCC_8074=y
|
|||
CONFIG_IPQ_GCC_9574=y
|
||||
CONFIG_MSM_GCC_8916=y
|
||||
CONFIG_MSM_GCC_8994=y
|
||||
CONFIG_MSM_GCC_8996=y
|
||||
CONFIG_MSM_MMCC_8994=m
|
||||
CONFIG_MSM_MMCC_8996=m
|
||||
CONFIG_MSM_MMCC_8998=m
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user