From: Bjorn Andersson Date: Fri, 22 Dec 2023 04:47:16 +0000 (-0800) Subject: arm64: defconfig: Enable Qualcomm SC8280XP camera clock controller X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=191fcf77e304392cc330fc19595cb90fd52d595f;p=linux.git arm64: defconfig: Enable Qualcomm SC8280XP camera clock controller With the camera clock controller added to the DeviceTree of SC8280XP the interconnect providers no longer reaches sync_state, resulting in a noticeable reduction in battery life. Enable the camera clock controller (as a module) to avoid this, and hopefully soon provide some level of camera support. Signed-off-by: Bjorn Andersson Reviewed-by: Bryan O'Donoghue Link: https://lore.kernel.org/r/20231221-enable-sc8280xp-camcc-v1-1-2249581dd538@quicinc.com Signed-off-by: Bjorn Andersson --- diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index 84c34aa449fc0..5cd0d9179b924 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -1249,6 +1249,7 @@ CONFIG_QCM_GCC_2290=y CONFIG_QCM_DISPCC_2290=m CONFIG_QCS_GCC_404=y CONFIG_SA_GCC_8775P=y +CONFIG_SC_CAMCC_8280XP=m CONFIG_SC_DISPCC_8280XP=m CONFIG_SA_GPUCC_8775P=m CONFIG_SC_GCC_7180=y