devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: claudiu beznea <claudiu.beznea@tuxon.dev>
To: Geert Uytterhoeven <geert+renesas@glider.be>,
	Magnus Damm <magnus.damm@gmail.com>,
	Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>,
	Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>,
	Biju Das <biju.das.jz@bp.renesas.com>,
	Claudiu Beznea <claudiu.beznea.uj@bp.renesas.com>
Cc: Mark Rutland <mark.rutland@arm.com>,
	Marc Zyngier <maz@kernel.org>,
	linux-renesas-soc@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org
Subject: Re: [PATCH 7/9] arm64: dts: renesas: r9a08g045: Add missing hypervisor virtual timer IRQ
Date: Mon, 24 Jun 2024 07:56:13 +0300	[thread overview]
Message-ID: <cec78633-8cfe-4e79-819c-7f9ff07cdfcd@tuxon.dev> (raw)
In-Reply-To: <884c683fb6c1d1bf7d0d383a8df8f65a0a424dc7.1718890849.git.geert+renesas@glider.be>



On 20.06.2024 16:57, Geert Uytterhoeven wrote:
> Add the missing fifth interrupt to the device node that represents the
> ARM architected timer.  While at it, add an interrupt-names property for
> clarity,
> 
> Fixes: e20396d65b959a65 ("arm64: dts: renesas: Add initial DTSI for RZ/G3S SoC")
> Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>

Reviewed-by: Claudiu Beznea <claudiu.beznea.uj@bp.renesas.com>
Tested-by: Claudiu Beznea <claudiu.beznea.uj@bp.renesas.com>

> ---
>  arch/arm64/boot/dts/renesas/r9a08g045.dtsi | 5 ++++-
>  1 file changed, 4 insertions(+), 1 deletion(-)
> 
> diff --git a/arch/arm64/boot/dts/renesas/r9a08g045.dtsi b/arch/arm64/boot/dts/renesas/r9a08g045.dtsi
> index 2162c247d6deb170..0d5c47a65e46c584 100644
> --- a/arch/arm64/boot/dts/renesas/r9a08g045.dtsi
> +++ b/arch/arm64/boot/dts/renesas/r9a08g045.dtsi
> @@ -294,6 +294,9 @@ timer {
>  		interrupts-extended = <&gic GIC_PPI 13 IRQ_TYPE_LEVEL_LOW>,
>  				      <&gic GIC_PPI 14 IRQ_TYPE_LEVEL_LOW>,
>  				      <&gic GIC_PPI 11 IRQ_TYPE_LEVEL_LOW>,
> -				      <&gic GIC_PPI 10 IRQ_TYPE_LEVEL_LOW>;
> +				      <&gic GIC_PPI 10 IRQ_TYPE_LEVEL_LOW>,
> +				      <&gic GIC_PPI 12 IRQ_TYPE_LEVEL_LOW>;
> +		interrupt-names = "sec-phys", "phys", "virt", "hyp-phys",
> +				  "hyp-virt";
>  	};
>  };

  reply	other threads:[~2024-06-24  4:56 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-06-20 13:57 [PATCH 0/9] dts: renesas: Add missing hypervisor virtual timer IRQs and interrupt-names Geert Uytterhoeven
2024-06-20 13:57 ` [PATCH 1/9] arm64: dts: renesas: r8a779a0: Add missing hypervisor virtual timer IRQ Geert Uytterhoeven
2024-06-20 13:57 ` [PATCH 2/9] arm64: dts: renesas: r8a779f0: " Geert Uytterhoeven
2024-06-20 13:57 ` [PATCH 3/9] arm64: dts: renesas: r8a779g0: " Geert Uytterhoeven
2024-06-20 13:57 ` [PATCH 4/9] arm64: dts: renesas: r9a07g043u: " Geert Uytterhoeven
2024-06-27 12:13   ` Lad, Prabhakar
2024-06-20 13:57 ` [PATCH 5/9] arm64: dts: renesas: r9a07g044: " Geert Uytterhoeven
2024-06-27 12:14   ` Lad, Prabhakar
2024-06-20 13:57 ` [PATCH 6/9] arm64: dts: renesas: r9a07g054: " Geert Uytterhoeven
2024-06-27 12:16   ` Lad, Prabhakar
2024-06-20 13:57 ` [PATCH 7/9] arm64: dts: renesas: r9a08g045: " Geert Uytterhoeven
2024-06-24  4:56   ` claudiu beznea [this message]
2024-06-20 13:57 ` [PATCH 8/9] ARM: dts: renesas: Add interrupt-names to arch timer nodes Geert Uytterhoeven
2024-06-20 13:57 ` [PATCH 9/9] arm64: " Geert Uytterhoeven

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=cec78633-8cfe-4e79-819c-7f9ff07cdfcd@tuxon.dev \
    --to=claudiu.beznea@tuxon.dev \
    --cc=biju.das.jz@bp.renesas.com \
    --cc=claudiu.beznea.uj@bp.renesas.com \
    --cc=devicetree@vger.kernel.org \
    --cc=geert+renesas@glider.be \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-renesas-soc@vger.kernel.org \
    --cc=magnus.damm@gmail.com \
    --cc=mark.rutland@arm.com \
    --cc=maz@kernel.org \
    --cc=prabhakar.mahadev-lad.rj@bp.renesas.com \
    --cc=yoshihiro.shimoda.uh@renesas.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;
as well as URLs for NNTP newsgroup(s).