diff options
author | Bjorn Andersson <quic_bjorande@quicinc.com> | 2023-12-21 20:47:16 -0800 |
---|---|---|
committer | Bjorn Andersson <andersson@kernel.org> | 2023-12-22 21:22:17 -0600 |
commit | 191fcf77e304392cc330fc19595cb90fd52d595f (patch) | |
tree | 9e753e6d12a81d693c1d50ac5df45e2cecc26480 | |
parent | e45167b2d3fd98b6553c30360f9d9bcbd737ce6c (diff) | |
download | linux-191fcf77e304392cc330fc19595cb90fd52d595f.tar.gz linux-191fcf77e304392cc330fc19595cb90fd52d595f.tar.bz2 linux-191fcf77e304392cc330fc19595cb90fd52d595f.zip |
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 <quic_bjorande@quicinc.com>
Reviewed-by: Bryan O'Donoghue <bryan.odonoghue@linaro.org>
Link: https://lore.kernel.org/r/20231221-enable-sc8280xp-camcc-v1-1-2249581dd538@quicinc.com
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
-rw-r--r-- | arch/arm64/configs/defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index 84c34aa449fc..5cd0d9179b92 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 |