mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] arm64: defconfig: Enable Qualcomm SAR2130P providers
@ 2025-10-18 10:51 Krishna Kurapati
  2025-10-18 14:45 ` Krzysztof Kozlowski
  0 siblings, 1 reply; 3+ messages in thread
From: Krishna Kurapati @ 2025-10-18 10:51 UTC (permalink / raw)
  To: Krzysztof Kozlowski, Geert Uytterhoeven, Bjorn Andersson,
	Arnd Bergmann, Heiko Stuebner, Eric Biggers, Michal Simek,
	Nícolas F . R . A . Prado, Lad Prabhakar, Kuninori Morimoto
  Cc: linux-kernel, Krishna Kurapati

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


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] arm64: defconfig: Enable Qualcomm SAR2130P providers
  2025-10-18 10:51 [PATCH] arm64: defconfig: Enable Qualcomm SAR2130P providers Krishna Kurapati
@ 2025-10-18 14:45 ` Krzysztof Kozlowski
  2025-10-18 17:22   ` Krishna Kurapati PSSNV
  0 siblings, 1 reply; 3+ messages in thread
From: Krzysztof Kozlowski @ 2025-10-18 14:45 UTC (permalink / raw)
  To: Krishna Kurapati, Krzysztof Kozlowski, Geert Uytterhoeven,
	Bjorn Andersson, Arnd Bergmann, Heiko Stuebner, Eric Biggers,
	Michal Simek, Nícolas F . R . A . Prado, Lad Prabhakar,
	Kuninori Morimoto
  Cc: linux-kernel

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] arm64: defconfig: Enable Qualcomm SAR2130P providers
  2025-10-18 14:45 ` Krzysztof Kozlowski
@ 2025-10-18 17:22   ` Krishna Kurapati PSSNV
  0 siblings, 0 replies; 3+ messages in thread
From: Krishna Kurapati PSSNV @ 2025-10-18 17:22 UTC (permalink / raw)
  To: Krzysztof Kozlowski
  Cc: linux-kernel, Krzysztof Kozlowski, Geert Uytterhoeven,
	Bjorn Andersson, Arnd Bergmann, Heiko Stuebner, Eric Biggers,
	Michal Simek, Nícolas F . R . A . Prado, Lad Prabhakar,
	Kuninori Morimoto



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,

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2025-10-18 17:22 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-10-18 10:51 [PATCH] arm64: defconfig: Enable Qualcomm SAR2130P providers Krishna Kurapati
2025-10-18 14:45 ` Krzysztof Kozlowski
2025-10-18 17:22   ` Krishna Kurapati PSSNV

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®