u-boot.lists.denx.de archive mirror
 help / color / mirror / Atom feed
From: Neil Armstrong <neil.armstrong@linaro.org>
To: u-boot@lists.denx.de, Tom Rini <trini@konsulko.com>,
	 Simon Glass <sjg@chromium.org>,
	Casey Connolly <casey.connolly@linaro.org>
Cc: u-boot-qcom@groups.io,
	Ilias Apalodimas <ilias.apalodimas@linaro.org>,
	 Jerome Forissier <jerome.forissier@linaro.org>,
	 Dinesh Maniyam <dinesh.maniyam@altera.com>,
	 Sughosh Ganu <sughosh.ganu@linaro.org>,
	 Mattijs Korpershoek <mkorpershoek@kernel.org>,
	 Hrushikesh Salunke <h-salunke@ti.com>,
	Anurag Dutta <a-dutta@ti.com>,
	 Svyatoslav Ryhel <clamor95@gmail.com>,
	Ion Agorria <ion@agorria.com>,
	 "Kory Maincent (TI.com)" <kory.maincent@bootlin.com>,
	 Mario Six <mario.six@gdsys.cc>,
	Christian Marangi <ansuelsmth@gmail.com>,
	 Heiko Schocher <hs@nabladev.com>,
	 Guillaume La Roque <glaroque@baylibre.com>,
	 Miquel Raynal <miquel.raynal@bootlin.com>,
	Peng Fan <peng.fan@nxp.com>,  Michal Simek <michal.simek@amd.com>,
	 Heinrich Schuchardt <xypron.glpk@gmx.de>,
	 Pieter Van Trappen <pieter.van.trappen@cern.ch>,
	 Alexander Graf <agraf@csgraf.de>,
	Quentin Schulz <quentin.schulz@cherry.de>,
	 Rasmus Villemoes <ravi@prevas.dk>,
	Greg Malysa <malysagreg@gmail.com>,
	 Arturs Artamonovs <arturs.artamonovs@analog.com>,
	 Vasileios Bimpikas <vasileios.bimpikas@analog.com>,
	 Utsav Agarwal <utsav.agarwal@analog.com>,
	 Ian Roberts <ian.roberts@timesys.com>,
	 Nathan Barrett-Morrison <nathan.morrison@timesys.com>,
	 Alif Zakuan Yuslaimi <alif.zakuan.yuslaimi@altera.com>,
	 Stefan Roese <stefan.roese@mailbox.org>,
	Sumit Garg <sumit.garg@kernel.org>,
	 Bhupesh Sharma <bhupesh.linux@gmail.com>,
	 Neha Malcom Francis <n-francis@ti.com>,
	 Marek Vasut <marek.vasut+renesas@mailbox.org>,
	 Varadarajan Narayanan <quic_varada@quicinc.com>,
	Sam Day <me@samcday.com>,
	 Sam Protsenko <semen.protsenko@linaro.org>,
	Marek Vasut <marex@denx.de>,
	 Alper Nebi Yasak <alpernebiyasak@gmail.com>,
	 Oliver Gaskell <Oliver.Gaskell@analog.com>,
	 Paul Sajna <sajattack@postmarketos.org>,
	 Neil Armstrong <neil.armstrong@linaro.org>
Subject: [PATCH v5 7/7] qcom_defconfig: enable interconnect for SM8650
Date: Thu, 20 Nov 2025 09:12:58 +0100	[thread overview]
Message-ID: <20251120-topic-interconnect-next-v5-7-e8a82720da5d@linaro.org> (raw)
In-Reply-To: <20251120-topic-interconnect-next-v5-0-e8a82720da5d@linaro.org>

Enable the Interconnect drivers for SM8650

Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org>
---
 configs/qcom_defconfig | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/configs/qcom_defconfig b/configs/qcom_defconfig
index e686ea857b9..a56e1282821 100644
--- a/configs/qcom_defconfig
+++ b/configs/qcom_defconfig
@@ -87,6 +87,9 @@ CONFIG_SYS_I2C_GENI=y
 CONFIG_I2C_MUX=y
 CONFIG_DM_KEYBOARD=y
 CONFIG_BUTTON_KEYBOARD=y
+CONFIG_INTERCONNECT=y
+CONFIG_INTERCONNECT_QCOM_RPMH=y
+CONFIG_INTERCONNECT_QCOM_SM8650=y
 CONFIG_IOMMU=y
 CONFIG_QCOM_HYP_SMMU=y
 CONFIG_MISC=y

-- 
2.34.1


  parent reply	other threads:[~2025-11-20  8:15 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-11-20  8:12 [PATCH v5 0/7] Implement the Generic System Interconnect Subsystem for U-Boot Neil Armstrong
2025-11-20  8:12 ` [PATCH v5 1/7] Introduce the Generic System Interconnect Subsystem Neil Armstrong
2025-11-20  8:12 ` [PATCH v5 2/7] interconnect: add DM test suite Neil Armstrong
2025-11-20  8:12 ` [PATCH v5 3/7] MAINTAINERS: add myself as Maintainer of the Generic System Interconnect Subsystem Neil Armstrong
2025-11-20  8:12 ` [PATCH v5 4/7] interconnect: add support for the Qualcomm RPMh helpers Neil Armstrong
2025-11-20  8:12 ` [PATCH v5 5/7] interconnect: add support for the SM8650 SoC Neil Armstrong
2025-11-20  8:12 ` [PATCH v5 6/7] ufs: qcom: vote for interconnect bandwidth on probe Neil Armstrong
2025-11-20  8:12 ` Neil Armstrong [this message]
2025-11-20  9:44 ` [PATCH v5 0/7] Implement the Generic System Interconnect Subsystem for U-Boot Neil Armstrong

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20251120-topic-interconnect-next-v5-7-e8a82720da5d@linaro.org \
    --to=neil.armstrong@linaro.org \
    --cc=Oliver.Gaskell@analog.com \
    --cc=a-dutta@ti.com \
    --cc=agraf@csgraf.de \
    --cc=alif.zakuan.yuslaimi@altera.com \
    --cc=alpernebiyasak@gmail.com \
    --cc=ansuelsmth@gmail.com \
    --cc=arturs.artamonovs@analog.com \
    --cc=bhupesh.linux@gmail.com \
    --cc=casey.connolly@linaro.org \
    --cc=clamor95@gmail.com \
    --cc=dinesh.maniyam@altera.com \
    --cc=glaroque@baylibre.com \
    --cc=h-salunke@ti.com \
    --cc=hs@nabladev.com \
    --cc=ian.roberts@timesys.com \
    --cc=ilias.apalodimas@linaro.org \
    --cc=ion@agorria.com \
    --cc=jerome.forissier@linaro.org \
    --cc=kory.maincent@bootlin.com \
    --cc=malysagreg@gmail.com \
    --cc=marek.vasut+renesas@mailbox.org \
    --cc=marex@denx.de \
    --cc=mario.six@gdsys.cc \
    --cc=me@samcday.com \
    --cc=michal.simek@amd.com \
    --cc=miquel.raynal@bootlin.com \
    --cc=mkorpershoek@kernel.org \
    --cc=n-francis@ti.com \
    --cc=nathan.morrison@timesys.com \
    --cc=peng.fan@nxp.com \
    --cc=pieter.van.trappen@cern.ch \
    --cc=quentin.schulz@cherry.de \
    --cc=quic_varada@quicinc.com \
    --cc=ravi@prevas.dk \
    --cc=sajattack@postmarketos.org \
    --cc=semen.protsenko@linaro.org \
    --cc=sjg@chromium.org \
    --cc=stefan.roese@mailbox.org \
    --cc=sughosh.ganu@linaro.org \
    --cc=sumit.garg@kernel.org \
    --cc=trini@konsulko.com \
    --cc=u-boot-qcom@groups.io \
    --cc=u-boot@lists.denx.de \
    --cc=utsav.agarwal@analog.com \
    --cc=vasileios.bimpikas@analog.com \
    --cc=xypron.glpk@gmx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).