public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Dinh Nguyen <dinguyen@kernel.org>
To: niravkumar.l.rabara@intel.com, Rob Herring <robh@kernel.org>,
	Krzysztof Kozlowski <krzk+dt@kernel.org>,
	Conor Dooley <conor+dt@kernel.org>,
	devicetree@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH] arm64: dts: socfpga: agilex: Add VGIC maintenance interrupt
Date: Mon, 16 Dec 2024 18:52:32 -0600	[thread overview]
Message-ID: <9636aa09-ab89-4d7e-8677-ff5dc58788ae@kernel.org> (raw)
In-Reply-To: <20241209023611.1216499-1-niravkumar.l.rabara@intel.com>

On 12/8/24 20:36, niravkumar.l.rabara@intel.com wrote:
> From: Niravkumar L Rabara <niravkumar.l.rabara@intel.com>
> 
> Add VGIC maintenance interrupt and interrupt-parent property for
> interrupt controller, required to run Linux in virtualized environment.
> 
> Signed-off-by: Niravkumar L Rabara <niravkumar.l.rabara@intel.com>
> ---
>   arch/arm64/boot/dts/intel/socfpga_agilex.dtsi | 3 +++
>   1 file changed, 3 insertions(+)
> 
> diff --git a/arch/arm64/boot/dts/intel/socfpga_agilex.dtsi b/arch/arm64/boot/dts/intel/socfpga_agilex.dtsi
> index 2a5eeb21da47..1235ba5a9865 100644
> --- a/arch/arm64/boot/dts/intel/socfpga_agilex.dtsi
> +++ b/arch/arm64/boot/dts/intel/socfpga_agilex.dtsi
> @@ -101,10 +101,13 @@ intc: interrupt-controller@fffc1000 {
>   		compatible = "arm,gic-400", "arm,cortex-a15-gic";
>   		#interrupt-cells = <3>;
>   		interrupt-controller;
> +		interrupt-parent = <&intc>;
>   		reg = <0x0 0xfffc1000 0x0 0x1000>,
>   		      <0x0 0xfffc2000 0x0 0x2000>,
>   		      <0x0 0xfffc4000 0x0 0x2000>,
>   		      <0x0 0xfffc6000 0x0 0x2000>;
> +		/* VGIC maintenance interrupt */
> +		interrupts = <GIC_PPI 9 IRQ_TYPE_LEVEL_HIGH>;
>   	};
>   
>   	clocks {


Applied!

Thanks,
Dinh

      reply	other threads:[~2024-12-17  0:52 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-12-09  2:36 [PATCH] arm64: dts: socfpga: agilex: Add VGIC maintenance interrupt niravkumar.l.rabara
2024-12-17  0:52 ` Dinh Nguyen [this message]

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=9636aa09-ab89-4d7e-8677-ff5dc58788ae@kernel.org \
    --to=dinguyen@kernel.org \
    --cc=conor+dt@kernel.org \
    --cc=devicetree@vger.kernel.org \
    --cc=krzk+dt@kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=niravkumar.l.rabara@intel.com \
    --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