Skip to content

Commit dc015a3

Browse files
lumagandersson
authored andcommitted
arm64: defconfig: enable Qualcomm MSM8996 Global Clock Controller as built-in
The commit 8f680c2 ("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: 8f680c2 ("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>
1 parent f51a366 commit dc015a3

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
@@ -1182,6 +1182,7 @@ CONFIG_IPQ_GCC_8074=y
11821182
CONFIG_IPQ_GCC_9574=y
11831183
CONFIG_MSM_GCC_8916=y
11841184
CONFIG_MSM_GCC_8994=y
1185+
CONFIG_MSM_GCC_8996=y
11851186
CONFIG_MSM_MMCC_8994=m
11861187
CONFIG_MSM_MMCC_8996=m
11871188
CONFIG_MSM_MMCC_8998=m

0 commit comments

Comments
 (0)