2024-06-03 12:53:59

by Dmitry Baryshkov

[permalink] [raw]
Subject: [PATCH] arm64: defconfig: enable several Qualcomm interconnects

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 <[email protected]>
---
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 <[email protected]>



2024-06-03 22:55:29

by Bryan O'Donoghue

[permalink] [raw]
Subject: Re: [PATCH] arm64: defconfig: enable several Qualcomm interconnects

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 <[email protected]>
> ---
> 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 <[email protected]>

2024-06-06 03:21:29

by Bjorn Andersson

[permalink] [raw]
Subject: Re: [PATCH] arm64: defconfig: enable several Qualcomm interconnects


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 <[email protected]>