[PATCH v2] arm64: defconfig: Enable Qualcomm providers for SAR2130P QAR platform

Krishna Kurapati posted 1 patch 3 months, 3 weeks ago
arch/arm64/configs/defconfig | 3 +++
1 file changed, 3 insertions(+)
[PATCH v2] arm64: defconfig: Enable Qualcomm providers for SAR2130P QAR platform
Posted by Krishna Kurapati 3 months, 3 weeks ago
The Qualcomm SAR2130P QAR platform needs the global clock controller,
interconnect provider and TLMM pinctrl in order to boot. Enable these
as builtin, as they are needed in order to provide e.g. UART.

Signed-off-by: Krishna Kurapati <krishna.kurapati@oss.qualcomm.com>
---
Changes in v2:
Update commit text.

Link to v1:
https://lore.kernel.org/all/20251018105125.1504302-1-krishna.kurapati@oss.qualcomm.com/

 arch/arm64/configs/defconfig | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index 9379cb230f6d..6d84814beb6a 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -648,6 +648,7 @@ CONFIG_PINCTRL_QDF2XXX=y
 CONFIG_PINCTRL_QDU1000=y
 CONFIG_PINCTRL_RP1=m
 CONFIG_PINCTRL_SA8775P=y
+CONFIG_PINCTRL_SAR2130P=y
 CONFIG_PINCTRL_SC7180=y
 CONFIG_PINCTRL_SC7280=y
 CONFIG_PINCTRL_SC8180X=y
@@ -1442,6 +1443,7 @@ CONFIG_SC_DISPCC_8280XP=m
 CONFIG_SA_DISPCC_8775P=m
 CONFIG_SA_GCC_8775P=y
 CONFIG_SA_GPUCC_8775P=m
+CONFIG_SAR_GCC_2130P=y
 CONFIG_SC_GCC_7180=y
 CONFIG_SC_GCC_7280=y
 CONFIG_SC_GCC_8180X=y
@@ -1770,6 +1772,7 @@ CONFIG_INTERCONNECT_QCOM_QCS615=y
 CONFIG_INTERCONNECT_QCOM_QCS8300=y
 CONFIG_INTERCONNECT_QCOM_QDU1000=y
 CONFIG_INTERCONNECT_QCOM_SA8775P=y
+CONFIG_INTERCONNECT_QCOM_SAR2130P=y
 CONFIG_INTERCONNECT_QCOM_SC7180=y
 CONFIG_INTERCONNECT_QCOM_SC7280=y
 CONFIG_INTERCONNECT_QCOM_SC8180X=y
-- 
2.34.1
Re: [PATCH v2] arm64: defconfig: Enable Qualcomm providers for SAR2130P QAR platform
Posted by Krzysztof Kozlowski 3 months, 3 weeks ago
On 19/10/2025 12:07, Krishna Kurapati wrote:
> The Qualcomm SAR2130P QAR platform needs the global clock controller,
> interconnect provider and TLMM pinctrl in order to boot. Enable these
> as builtin, as they are needed in order to provide e.g. UART.
> 
> Signed-off-by: Krishna Kurapati <krishna.kurapati@oss.qualcomm.com>
> ---
> Changes in v2:
> Update commit text.
> 

Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>

Best regards,
Krzysztof