[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20251018105125.1504302-1-krishna.kurapati@oss.qualcomm.com>
Date: Sat, 18 Oct 2025 16:21:25 +0530
From: Krishna Kurapati <krishna.kurapati@....qualcomm.com>
To: Krzysztof Kozlowski <krzysztof.kozlowski@...aro.org>,
Geert Uytterhoeven <geert+renesas@...der.be>,
Bjorn Andersson <bjorn.andersson@....qualcomm.com>,
Arnd Bergmann <arnd@...db.de>, Heiko Stuebner <heiko@...ech.de>,
Eric Biggers <ebiggers@...nel.org>,
Michal Simek <michal.simek@....com>,
NĂcolas F . R . A . Prado <nfraprado@...labora.com>,
Lad Prabhakar <prabhakar.mahadev-lad.rj@...renesas.com>,
Kuninori Morimoto <kuninori.morimoto.gx@...esas.com>
Cc: linux-kernel@...r.kernel.org,
Krishna Kurapati <krishna.kurapati@....qualcomm.com>
Subject: [PATCH] arm64: defconfig: Enable Qualcomm SAR2130P providers
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@....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
Powered by blists - more mailing lists