[PATCH] arm64: defconfig: enable several Qualcomm interconnects

Dmitry Baryshkov posted 1 patch 1 year, 8 months ago
arch/arm64/configs/defconfig | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
[PATCH] arm64: defconfig: enable several Qualcomm interconnects
Posted by Dmitry Baryshkov 1 year, 8 months ago
Enable drivers for interconnects on Qualcomm MSM8996 (Dragonboard 820c)
and SM8150 (SM8150 HDK) to be built-in. Otherwise boot time issues are
observed on these platforms.

Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
---
 arch/arm64/configs/defconfig | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index 9a467dec78b7..d4d0f8e05dce 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -1597,7 +1597,7 @@ CONFIG_INTERCONNECT_IMX8MQ=m
 CONFIG_INTERCONNECT_IMX8MP=y
 CONFIG_INTERCONNECT_QCOM=y
 CONFIG_INTERCONNECT_QCOM_MSM8916=m
-CONFIG_INTERCONNECT_QCOM_MSM8996=m
+CONFIG_INTERCONNECT_QCOM_MSM8996=y
 CONFIG_INTERCONNECT_QCOM_OSM_L3=m
 CONFIG_INTERCONNECT_QCOM_QCM2290=y
 CONFIG_INTERCONNECT_QCOM_QCS404=m
@@ -1610,7 +1610,7 @@ CONFIG_INTERCONNECT_QCOM_SC8280XP=y
 CONFIG_INTERCONNECT_QCOM_SDM845=y
 CONFIG_INTERCONNECT_QCOM_SDX75=y
 CONFIG_INTERCONNECT_QCOM_SM6115=y
-CONFIG_INTERCONNECT_QCOM_SM8150=m
+CONFIG_INTERCONNECT_QCOM_SM8150=y
 CONFIG_INTERCONNECT_QCOM_SM8250=y
 CONFIG_INTERCONNECT_QCOM_SM8350=y
 CONFIG_INTERCONNECT_QCOM_SM8450=y

---
base-commit: 0e1980c40b6edfa68b6acf926bab22448a6e40c9
change-id: 20240603-icc-msm8996-builtin-c2fef8752d1f

Best regards,
-- 
Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Re: [PATCH] arm64: defconfig: enable several Qualcomm interconnects
Posted by Bjorn Andersson 1 year, 8 months ago
On Mon, 03 Jun 2024 15:51:49 +0300, Dmitry Baryshkov wrote:
> Enable drivers for interconnects on Qualcomm MSM8996 (Dragonboard 820c)
> and SM8150 (SM8150 HDK) to be built-in. Otherwise boot time issues are
> observed on these platforms.
> 
> 

Applied, thanks!

[1/1] arm64: defconfig: enable several Qualcomm interconnects
      commit: 6eee808134ecf1c1093ff1ddfc056dc5e469d0c3

Best regards,
-- 
Bjorn Andersson <andersson@kernel.org>
Re: [PATCH] arm64: defconfig: enable several Qualcomm interconnects
Posted by Bryan O'Donoghue 1 year, 8 months ago
On 03/06/2024 13:51, Dmitry Baryshkov wrote:
> Enable drivers for interconnects on Qualcomm MSM8996 (Dragonboard 820c)
> and SM8150 (SM8150 HDK) to be built-in. Otherwise boot time issues are
> observed on these platforms.
> 
> Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
> ---
>   arch/arm64/configs/defconfig | 4 ++--
>   1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
> index 9a467dec78b7..d4d0f8e05dce 100644
> --- a/arch/arm64/configs/defconfig
> +++ b/arch/arm64/configs/defconfig
> @@ -1597,7 +1597,7 @@ CONFIG_INTERCONNECT_IMX8MQ=m
>   CONFIG_INTERCONNECT_IMX8MP=y
>   CONFIG_INTERCONNECT_QCOM=y
>   CONFIG_INTERCONNECT_QCOM_MSM8916=m
> -CONFIG_INTERCONNECT_QCOM_MSM8996=m
> +CONFIG_INTERCONNECT_QCOM_MSM8996=y
>   CONFIG_INTERCONNECT_QCOM_OSM_L3=m
>   CONFIG_INTERCONNECT_QCOM_QCM2290=y
>   CONFIG_INTERCONNECT_QCOM_QCS404=m
> @@ -1610,7 +1610,7 @@ CONFIG_INTERCONNECT_QCOM_SC8280XP=y
>   CONFIG_INTERCONNECT_QCOM_SDM845=y
>   CONFIG_INTERCONNECT_QCOM_SDX75=y
>   CONFIG_INTERCONNECT_QCOM_SM6115=y
> -CONFIG_INTERCONNECT_QCOM_SM8150=m
> +CONFIG_INTERCONNECT_QCOM_SM8150=y
>   CONFIG_INTERCONNECT_QCOM_SM8250=y
>   CONFIG_INTERCONNECT_QCOM_SM8350=y
>   CONFIG_INTERCONNECT_QCOM_SM8450=y
> 
> ---
> base-commit: 0e1980c40b6edfa68b6acf926bab22448a6e40c9
> change-id: 20240603-icc-msm8996-builtin-c2fef8752d1f
> 
> Best regards,
Reviewed-by: Bryan O'Donoghue <bryan.odonoghue@linaro.org>