Devicetree
 help / color / mirror / Atom feed
From: Pavan Kondeti <pavan.kondeti@oss.qualcomm.com>
To: Deepti Jaggi <deepti.jaggi@oss.qualcomm.com>
Cc: Pavan Kondeti <pavan.kondeti@oss.qualcomm.com>,
	Shawn Guo <shengchao.guo@oss.qualcomm.com>,
	Bjorn Andersson <andersson@kernel.org>,
	Rob Herring <robh@kernel.org>,
	Krzysztof Kozlowski <krzk+dt@kernel.org>,
	Conor Dooley <conor+dt@kernel.org>,
	Konrad Dybcio <konradybcio@kernel.org>,
	Dmitry Baryshkov <lumag@kernel.org>,
	Bartosz Golaszewski <bartosz.golaszewski@oss.qualcomm.com>,
	Harshal Dev <harshal.dev@oss.qualcomm.com>,
	Herbert Xu <herbert@gondor.apana.org.au>,
	devicetree@vger.kernel.org, linux-arm-msm@vger.kernel.org,
	linux-kernel@vger.kernel.org
Subject: Re: [PATCH v3 RESEND 3/5] arm64: dts: qcom: Add device tree for Nord SA8797P SoC
Date: Tue, 7 Jul 2026 09:08:13 +0530	[thread overview]
Message-ID: <bdb6ea4a-9536-4b4e-9849-2ebf2d26fd60@quicinc.com> (raw)
In-Reply-To: <46af10c8-8400-4131-ac87-b3f17350bb65@oss.qualcomm.com>

On Mon, Jul 06, 2026 at 07:15:15PM -0700, Deepti Jaggi wrote:
> 
> 
> On 7/6/2026 6:57 AM, Pavan Kondeti wrote:
> > On Tue, May 26, 2026 at 01:12:58PM +0800, Shawn Guo wrote:
> >> diff --git a/arch/arm64/boot/dts/qcom/scmi-common.dtsi b/arch/arm64/boot/dts/qcom/scmi-common.dtsi
> >> new file mode 100644
> >> index 000000000000..0c7ffe9e415c
> >> --- /dev/null
> >> +++ b/arch/arm64/boot/dts/qcom/scmi-common.dtsi
> >> @@ -0,0 +1,1918 @@
> >> +// SPDX-License-Identifier: BSD-3-Clause
> >> +/*
> >> + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.
> >> + */
> >> +
> >> +#include <dt-bindings/interrupt-controller/arm-gic.h>
> >> +
> >> +&firmware {
> >> +	scmi0: scmi-0 {
> >> +		compatible = "qcom,scmi-smc";
> >> +		arm,smc-id = <0xc6008012>;
> >> +		shmem = <&shmem0>;
> >> +		interrupts = <GIC_SPI 963 IRQ_TYPE_EDGE_RISING>;
> >> +		interrupt-names = "a2p";
> > 
> > I believe this interrupt source is GearVM firmware via Gunyah's
> > doorbell, correct? How do we know that scmi0 instance's interrupt 
> > is GIC_SPI#963? Are these assumed to be constant/fixed through out
> > the life time of this SoC?
> 
> Yes, this interrupt is a Gunyah Rx doorbell VIRQ for SCMI a2p completion
> from GearVM to Linux. It is allocated by Gunyah RM from the platform's virtual
> IRQ range and patched into the DTB by Linux bootloader at boot stage.
>  
> > 

Thanks Deepti. IIUC, GIC_SPI#963 may be overridden by bootloader and
potentially this IRQ can change across runs or when firmware is changed
etc. The interrupt property is a place holder. can you confirm please?

Thanks,
Pavan

  reply	other threads:[~2026-07-07  3:38 UTC|newest]

Thread overview: 25+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-05-26  5:12 [PATCH v3 RESEND 0/5] Add initial device trees for Nord SA8797P Shawn Guo
2026-05-26  5:12 ` [PATCH v3 RESEND 1/5] dt-bindings: crypto: qcom,inline-crypto-engine: Document Nord ICE Shawn Guo
2026-05-26  5:12 ` [PATCH v3 RESEND 2/5] arm64: dts: qcom: Add device tree for Nord SoC series Shawn Guo
2026-05-26  5:44   ` sashiko-bot
2026-06-16 10:57   ` Konrad Dybcio
2026-07-04  1:05     ` Shawn Guo
2026-07-09 13:09       ` Konrad Dybcio
2026-06-16 10:58   ` Konrad Dybcio
2026-07-04  1:06     ` Shawn Guo
2026-05-26  5:12 ` [PATCH v3 RESEND 3/5] arm64: dts: qcom: Add device tree for Nord SA8797P SoC Shawn Guo
2026-05-26  6:01   ` sashiko-bot
2026-06-16 11:00   ` Konrad Dybcio
2026-07-04  1:32     ` Shawn Guo
2026-07-06 13:57   ` Pavan Kondeti
2026-07-07  2:15     ` Deepti Jaggi
2026-07-07  3:38       ` Pavan Kondeti [this message]
2026-07-09  3:19         ` Deepti Jaggi
2026-07-09  7:43           ` Dmitry Baryshkov
2026-07-07  8:48   ` Krzysztof Kozlowski
2026-05-26  5:12 ` [PATCH v3 RESEND 4/5] dt-bindings: arm: qcom: Document SA8797P Ride board Shawn Guo
2026-05-26  6:11   ` sashiko-bot
2026-05-26  5:13 ` [PATCH v3 RESEND 5/5] arm64: dts: qcom: Add device tree for " Shawn Guo
2026-05-26  6:29   ` sashiko-bot
2026-06-16 11:02   ` Konrad Dybcio
2026-07-04  3:03     ` 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=bdb6ea4a-9536-4b4e-9849-2ebf2d26fd60@quicinc.com \
    --to=pavan.kondeti@oss.qualcomm.com \
    --cc=andersson@kernel.org \
    --cc=bartosz.golaszewski@oss.qualcomm.com \
    --cc=conor+dt@kernel.org \
    --cc=deepti.jaggi@oss.qualcomm.com \
    --cc=devicetree@vger.kernel.org \
    --cc=harshal.dev@oss.qualcomm.com \
    --cc=herbert@gondor.apana.org.au \
    --cc=konradybcio@kernel.org \
    --cc=krzk+dt@kernel.org \
    --cc=linux-arm-msm@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=lumag@kernel.org \
    --cc=robh@kernel.org \
    --cc=shengchao.guo@oss.qualcomm.com \
    /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