[PATCH] arm64: defconfig: Enable Qualcomm interconnect providers

Bjorn Andersson via B4 Relay posted 1 patch 1 year, 10 months ago
arch/arm64/configs/defconfig | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
[PATCH] arm64: defconfig: Enable Qualcomm interconnect providers
Posted by Bjorn Andersson via B4 Relay 1 year, 10 months ago
From: Bjorn Andersson <quic_bjorande@quicinc.com>

With interconnect providers built as modules Qualcomm SM8250 and QCM2290
platforms launches init without /dev/console being backed by the debug
UART.

Build there drivers into the kernel, to make sure the dependencies for
the UART driver are available and thereby give userspace access to the
UART without having to re-open the console, once the deferred UART
driver has probed.

Signed-off-by: Bjorn Andersson <quic_bjorande@quicinc.com>
---
 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 e6cf3e5d63c3..0463db563215 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -1550,7 +1550,7 @@ CONFIG_INTERCONNECT_QCOM=y
 CONFIG_INTERCONNECT_QCOM_MSM8916=m
 CONFIG_INTERCONNECT_QCOM_MSM8996=m
 CONFIG_INTERCONNECT_QCOM_OSM_L3=m
-CONFIG_INTERCONNECT_QCOM_QCM2290=m
+CONFIG_INTERCONNECT_QCOM_QCM2290=y
 CONFIG_INTERCONNECT_QCOM_QCS404=m
 CONFIG_INTERCONNECT_QCOM_SA8775P=y
 CONFIG_INTERCONNECT_QCOM_SC7180=y
@@ -1560,7 +1560,7 @@ CONFIG_INTERCONNECT_QCOM_SC8280XP=y
 CONFIG_INTERCONNECT_QCOM_SDM845=y
 CONFIG_INTERCONNECT_QCOM_SDX75=y
 CONFIG_INTERCONNECT_QCOM_SM8150=m
-CONFIG_INTERCONNECT_QCOM_SM8250=m
+CONFIG_INTERCONNECT_QCOM_SM8250=y
 CONFIG_INTERCONNECT_QCOM_SM8350=m
 CONFIG_INTERCONNECT_QCOM_SM8450=y
 CONFIG_INTERCONNECT_QCOM_SM8550=y

---
base-commit: 06f658aadff0e483ee4f807b0b46c9e5cba62bfa
change-id: 20240201-enable-icc-8250-2290-b4fa7dc7b9de

Best regards,
-- 
Bjorn Andersson <quic_bjorande@quicinc.com>
Re: [PATCH] arm64: defconfig: Enable Qualcomm interconnect providers
Posted by Bjorn Andersson 1 year, 10 months ago
On Thu, 01 Feb 2024 13:31:19 -0800, Bjorn Andersson wrote:
> With interconnect providers built as modules Qualcomm SM8250 and QCM2290
> platforms launches init without /dev/console being backed by the debug
> UART.
> 
> Build there drivers into the kernel, to make sure the dependencies for
> the UART driver are available and thereby give userspace access to the
> UART without having to re-open the console, once the deferred UART
> driver has probed.
> 
> [...]

Applied, thanks!

[1/1] arm64: defconfig: Enable Qualcomm interconnect providers
      commit: f2eace2b4db5037c617168152c9bfc5421026d3d

Best regards,
-- 
Bjorn Andersson <andersson@kernel.org>
Re: [PATCH] arm64: defconfig: Enable Qualcomm interconnect providers
Posted by Konrad Dybcio 1 year, 10 months ago
On 1.02.2024 22:31, Bjorn Andersson via B4 Relay wrote:
> From: Bjorn Andersson <quic_bjorande@quicinc.com>
> 
> With interconnect providers built as modules Qualcomm SM8250 and QCM2290
> platforms launches init without /dev/console being backed by the debug
> UART.
> 
> Build there drivers into the kernel, to make sure the dependencies for
> the UART driver are available and thereby give userspace access to the
> UART without having to re-open the console, once the deferred UART
> driver has probed.
> 
> Signed-off-by: Bjorn Andersson <quic_bjorande@quicinc.com>
> ---

Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org>

Konrad