[PATCH] arm64: defconfig: Enable Qualcomm SAR2130P providers

Krishna Kurapati posted 1 patch 3 months, 3 weeks ago
arch/arm64/configs/defconfig | 3 +++
1 file changed, 3 insertions(+)
[PATCH] arm64: defconfig: Enable Qualcomm SAR2130P providers
Posted by Krishna Kurapati 3 months, 3 weeks ago
The Qualcomm SAR2130P need 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>
---
 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] arm64: defconfig: Enable Qualcomm SAR2130P providers
Posted by Krzysztof Kozlowski 3 months, 3 weeks ago
On 18/10/2025 12:51, Krishna Kurapati wrote:
> The Qualcomm SAR2130P need the global clock controller, interconnect

and which boards uses this? We do not enable things for SoC. We enable
for actual users.

> 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>
> ---
>  arch/arm64/configs/defconfig | 3 +++
>  1 file changed, 3 insertions(+)


Best regards,
Krzysztof
Re: [PATCH] arm64: defconfig: Enable Qualcomm SAR2130P providers
Posted by Krishna Kurapati PSSNV 3 months, 3 weeks ago

On 10/18/2025 8:15 PM, Krzysztof Kozlowski wrote:
> On 18/10/2025 12:51, Krishna Kurapati wrote:
>> The Qualcomm SAR2130P need the global clock controller, interconnect
> 
> and which boards uses this? We do not enable things for SoC. We enable
> for actual users.
> 
>> 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>
>> ---
>>   arch/arm64/configs/defconfig | 3 +++
>>   1 file changed, 3 insertions(+)
> 
> 

Hi Krzysztof,

  This is for SAR2130P QAR Board. Will update commit text in v2.

Regards,
Krishna,