Devicetree
 help / color / mirror / Atom feed
From: Vikram Sharma <quic_vikramsa@quicinc.com>
To: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com>,
	<rfoss@kernel.org>, <todor.too@gmail.com>,
	<bryan.odonoghue@linaro.org>, <mchehab@kernel.org>,
	<robh@kernel.org>, <krzk+dt@kernel.org>, <conor+dt@kernel.org>,
	<andersson@kernel.org>, <konradybcio@kernel.org>,
	<hverkuil-cisco@xs4all.nl>, <cros-qcom-dts-watchers@chromium.org>,
	<catalin.marinas@arm.com>, <will@kernel.org>
Cc: <linux-arm-kernel@lists.infradead.org>,
	<linux-media@vger.kernel.org>, <linux-arm-msm@vger.kernel.org>,
	<devicetree@vger.kernel.org>, <linux-kernel@vger.kernel.org>,
	Suresh Vankadara <quic_svankada@quicinc.com>
Subject: Re: [PATCH v1 2/2] arm64: dts: qcom: sa8775p: Add support for camss
Date: Fri, 18 Apr 2025 12:58:53 +0530	[thread overview]
Message-ID: <7fd92093-3efc-4f24-967d-7e267162b26d@quicinc.com> (raw)
In-Reply-To: <65663927-cc11-4810-8714-7600786f299b@oss.qualcomm.com>


On 4/14/2025 7:18 PM, Konrad Dybcio wrote:
> On 2/10/25 4:56 PM, Vikram Sharma wrote:
>> Add changes to support the camera subsystem on the SA8775P.
>>
>> Co-developed-by: Suresh Vankadara <quic_svankada@quicinc.com>
>> Signed-off-by: Suresh Vankadara <quic_svankada@quicinc.com>
>> Signed-off-by: Vikram Sharma <quic_vikramsa@quicinc.com>
>> ---
> [...]
>
>> +			interrupts = <GIC_SPI 565 IRQ_TYPE_EDGE_RISING>,
>> +				     <GIC_SPI 564 IRQ_TYPE_EDGE_RISING>,
>> +				     <GIC_SPI 468 IRQ_TYPE_EDGE_RISING>,
>> +				     <GIC_SPI 359 IRQ_TYPE_EDGE_RISING>,
>> +				     <GIC_SPI 759 IRQ_TYPE_EDGE_RISING>,
> 760> +				     <GIC_SPI 758 IRQ_TYPE_EDGE_RISING>,

Hi Konrad,

We cross checked internal documents to confirm IRQ number for 
csid_lite2/3 and vfe_lite2/3
Calculation for IRQ number is done with respect to vector number as
irq_num = (vector - 32).
csid_lite2 vector -> 791
csid_lite3 vector -> 790
vfe_lite2  vector -> 793
vfe_lite3  vector -> 792

thus irqs are as
csid_lite2 -> 759
csid_lite3 -> 758
vfe_lite2  -> 761
vfe_lite3  -> 760

Please let me know if this looks fine to you?

>
> 759
>
>> +				     <GIC_SPI 604 IRQ_TYPE_EDGE_RISING>,
>> +				     <GIC_SPI 477 IRQ_TYPE_EDGE_RISING>,
>> +				     <GIC_SPI 478 IRQ_TYPE_EDGE_RISING>,
>> +				     <GIC_SPI 479 IRQ_TYPE_EDGE_RISING>,
>> +				     <GIC_SPI 448 IRQ_TYPE_EDGE_RISING>,
>> +				     <GIC_SPI 545 IRQ_TYPE_EDGE_RISING>,
>> +				     <GIC_SPI 546 IRQ_TYPE_EDGE_RISING>,
>> +				     <GIC_SPI 547 IRQ_TYPE_EDGE_RISING>,
>> +				     <GIC_SPI 465 IRQ_TYPE_EDGE_RISING>,
>> +				     <GIC_SPI 467 IRQ_TYPE_EDGE_RISING>,
>> +				     <GIC_SPI 469 IRQ_TYPE_EDGE_RISING>,
>> +				     <GIC_SPI 360 IRQ_TYPE_EDGE_RISING>,
>> +				     <GIC_SPI 761 IRQ_TYPE_EDGE_RISING>,
> 762
>
>> +				     <GIC_SPI 760 IRQ_TYPE_EDGE_RISING>,
> 761
>
> Konrad

Best Regards,

Vikram


  reply	other threads:[~2025-04-18  7:29 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-02-10 15:56 [PATCH v1 0/2] arm64: dts: qcom: sa8775p: Add sa8775p camss support Vikram Sharma
2025-02-10 15:56 ` [PATCH v1 1/2] media: dt-bindings: Add qcom,sa8775p-camss Vikram Sharma
2025-02-11 10:08   ` Bryan O'Donoghue
2025-02-12  7:19     ` Vikram Sharma
2025-02-10 15:56 ` [PATCH v1 2/2] arm64: dts: qcom: sa8775p: Add support for camss Vikram Sharma
2025-04-14 13:44   ` Konrad Dybcio
     [not found]     ` <ee4d08b0-f291-4018-bda3-96dfbc7a07ff@quicinc.com>
2025-04-16 16:09       ` Konrad Dybcio
2025-04-14 13:48   ` Konrad Dybcio
2025-04-18  7:28     ` Vikram Sharma [this message]
2025-04-18  9:51       ` Konrad Dybcio

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=7fd92093-3efc-4f24-967d-7e267162b26d@quicinc.com \
    --to=quic_vikramsa@quicinc.com \
    --cc=andersson@kernel.org \
    --cc=bryan.odonoghue@linaro.org \
    --cc=catalin.marinas@arm.com \
    --cc=conor+dt@kernel.org \
    --cc=cros-qcom-dts-watchers@chromium.org \
    --cc=devicetree@vger.kernel.org \
    --cc=hverkuil-cisco@xs4all.nl \
    --cc=konrad.dybcio@oss.qualcomm.com \
    --cc=konradybcio@kernel.org \
    --cc=krzk+dt@kernel.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-arm-msm@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-media@vger.kernel.org \
    --cc=mchehab@kernel.org \
    --cc=quic_svankada@quicinc.com \
    --cc=rfoss@kernel.org \
    --cc=robh@kernel.org \
    --cc=todor.too@gmail.com \
    --cc=will@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