From: Shawn Guo <shengchao.guo@oss.qualcomm.com>
To: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com>
Cc: Bjorn Andersson <andersson@kernel.org>,
Konrad Dybcio <konradybcio@kernel.org>,
Rob Herring <robh@kernel.org>,
Krzysztof Kozlowski <krzk+dt@kernel.org>,
Conor Dooley <conor+dt@kernel.org>,
Bartosz Golaszewski <brgl@kernel.org>,
Deepti Jaggi <deepti.jaggi@oss.qualcomm.com>,
devicetree@vger.kernel.org, linux-arm-msm@vger.kernel.org,
linux-kernel@vger.kernel.org
Subject: Re: [PATCH v6 2/6] arm64: dts: qcom: Add device tree for Nord GearVM variant
Date: Mon, 20 Jul 2026 11:11:47 +0800 [thread overview]
Message-ID: <al2R810xFsIyng1Q@QCOM-aGQu4IUr3Y> (raw)
In-Reply-To: <916e2f7d-6f9e-44db-aec8-95532d265dbf@oss.qualcomm.com>
On Thu, Jul 16, 2026 at 07:01:00PM +0200, Konrad Dybcio wrote:
> On 7/16/26 4:25 PM, Shawn Guo wrote:
> > From: Deepti Jaggi <deepti.jaggi@oss.qualcomm.com>
> >
> > Add SoC-level device tree include for Nord GearVM variant, where a VM
> > controls platform resources (clocks, regulators, powerdomains, etc.)
> > as SCMI server. It currently covers:
> >
> > - 64 SCMI shared memory regions reserved at 0xd7600000-0xd763f000
> > for SMC-based firmware communication channels
> > - Three QUPV3 GENI SE QUP blocks (qupv3_0/1/2) with I2C/SPI/UART
> > controllers using SCMI power and performance domains via scmi11
> > - UFS host controller with SCMI power domain via scmi3
> >
> > Signed-off-by: Deepti Jaggi <deepti.jaggi@oss.qualcomm.com>
> > Signed-off-by: Shawn Guo <shengchao.guo@oss.qualcomm.com>
> > ---
> > arch/arm64/boot/dts/qcom/nord-gearvm.dtsi | 2911 +++++++++++++++++++++
> > 1 file changed, 2911 insertions(+)
> > create mode 100644 arch/arm64/boot/dts/qcom/nord-gearvm.dtsi
> >
> > diff --git a/arch/arm64/boot/dts/qcom/nord-gearvm.dtsi b/arch/arm64/boot/dts/qcom/nord-gearvm.dtsi
> > new file mode 100644
> > index 000000000000..8db93c361c2d
> > --- /dev/null
> > +++ b/arch/arm64/boot/dts/qcom/nord-gearvm.dtsi
> > @@ -0,0 +1,2911 @@
> > +// SPDX-License-Identifier: BSD-3-Clause
> > +/*
> > + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.
> > + */
> > +
> > +#include "nord.dtsi"
> > +
> > +&firmware {
> > + scmi0: scmi-0 {
> > + compatible = "qcom,scmi-smc";
> > + arm,smc-id = <0xc6008012>;
> > + shmem = <&shmem0>;
> > + /* We expect the bootloader to update the IRQ number */
>
> /* I expect this not to be pasted over each of the 64 instances */
Ok, I will keep it for scmi-0 only.
Shawn
next prev parent reply other threads:[~2026-07-20 3:11 UTC|newest]
Thread overview: 23+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-07-16 14:25 [PATCH v6 0/6] Add initial device trees for Nord platform Shawn Guo
2026-07-16 14:25 ` [PATCH v6 1/6] arm64: dts: qcom: Add device tree for Nord SoC series Shawn Guo
2026-07-16 14:44 ` sashiko-bot
2026-07-16 14:25 ` [PATCH v6 2/6] arm64: dts: qcom: Add device tree for Nord GearVM variant Shawn Guo
2026-07-16 17:01 ` Konrad Dybcio
2026-07-20 3:11 ` Shawn Guo [this message]
2026-07-16 14:25 ` [PATCH v6 3/6] arm64: dts: qcom: Add device tree for Nord Embedded variant Shawn Guo
2026-07-16 14:43 ` sashiko-bot
2026-07-16 17:01 ` Konrad Dybcio
2026-07-20 3:50 ` Shawn Guo
2026-07-16 14:25 ` [PATCH v6 4/6] dt-bindings: arm: qcom: Document Nord reference boards Shawn Guo
2026-07-16 14:49 ` Bartosz Golaszewski
2026-07-16 14:26 ` [PATCH v6 5/6] arm64: dts: qcom: Add device tree for Nord Ride board Shawn Guo
2026-07-16 14:56 ` sashiko-bot
2026-07-16 17:14 ` Konrad Dybcio
2026-07-20 4:20 ` Shawn Guo
2026-07-20 8:40 ` Konrad Dybcio
2026-07-20 14:00 ` Shawn Guo
2026-07-20 14:02 ` Konrad Dybcio
2026-07-16 14:26 ` [PATCH v6 6/6] arm64: dts: qcom: Add device tree for Nord RRD board Shawn Guo
2026-07-16 17:17 ` Konrad Dybcio
2026-07-17 13:58 ` Bartosz Golaszewski
2026-07-20 13:02 ` Shawn Guo
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=al2R810xFsIyng1Q@QCOM-aGQu4IUr3Y \
--to=shengchao.guo@oss.qualcomm.com \
--cc=andersson@kernel.org \
--cc=brgl@kernel.org \
--cc=conor+dt@kernel.org \
--cc=deepti.jaggi@oss.qualcomm.com \
--cc=devicetree@vger.kernel.org \
--cc=konrad.dybcio@oss.qualcomm.com \
--cc=konradybcio@kernel.org \
--cc=krzk+dt@kernel.org \
--cc=linux-arm-msm@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=robh@kernel.org \
/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