From: Geert Uytterhoeven <geert@linux-m68k.org>
To: "Niklas Söderlund" <niklas.soderlund+renesas@ragnatech.se>
Cc: Marek Vasut <marek.vasut+renesas@mailbox.org>,
Conor Dooley <conor+dt@kernel.org>,
David Airlie <airlied@gmail.com>,
Frank Binns <frank.binns@imgtec.com>,
Krzysztof Kozlowski <krzk+dt@kernel.org>,
Maarten Lankhorst <maarten.lankhorst@linux.intel.com>,
Magnus Damm <magnus.damm@gmail.com>,
Matt Coster <matt.coster@imgtec.com>,
Maxime Ripard <mripard@kernel.org>,
Rob Herring <robh@kernel.org>, Simona Vetter <simona@ffwll.ch>,
Thomas Zimmermann <tzimmermann@suse.de>,
devicetree@vger.kernel.org, dri-devel@lists.freedesktop.org,
linux-renesas-soc@vger.kernel.org
Subject: Re: [PATCH 2/2] arm64: dts: renesas: r8a779a0: Add GE7800 GPU node
Date: Thu, 6 Nov 2025 15:08:45 +0100 [thread overview]
Message-ID: <CAMuHMdWGZa6E_Yu-hF9O6yi3rRemWnFdkUeKg3SucqmmLFUUAg@mail.gmail.com> (raw)
In-Reply-To: <20251105232737.1933437-3-niklas.soderlund+renesas@ragnatech.se>
Hi Niklas,
On Thu, 6 Nov 2025 at 00:28, Niklas Söderlund
<niklas.soderlund+renesas@ragnatech.se> wrote:
> Describe Imagination Technologies PowerVR Rogue GE7800 BNVC 15.5.1.64
> present in Renesas R-Car R8A779A0 V3U SoC.
>
> Signed-off-by: Niklas Söderlund <niklas.soderlund+renesas@ragnatech.se>
Thanks for your patch!
> --- a/arch/arm64/boot/dts/renesas/r8a779a0.dtsi
> +++ b/arch/arm64/boot/dts/renesas/r8a779a0.dtsi
> @@ -338,6 +338,23 @@ cmt3: timer@e6148000 {
> status = "disabled";
> };
>
> + gsx: gsx@fd000000 {
Please preserve sort order (by unit address).
> + compatible = "renesas,r8a779a0-gpu",
> + "img,img-ge7800",
> + "img,img-rogue";
> + reg = <0 0xfd000000 0 0x40000>;
> + interrupts = <GIC_SPI 223 IRQ_TYPE_LEVEL_HIGH>;
> + clocks = <&cpg CPG_CORE R8A779A0_CLK_ZG>,
> + <&cpg CPG_CORE R8A779A0_CLK_S3D1>,
> + <&cpg CPG_MOD 0>;
> + clock-names = "core", "mem", "sys";
> + power-domains = <&sysc R8A779A0_PD_3DG_A>,
> + <&sysc R8A779A0_PD_3DG_B>;
> + power-domain-names = "a", "b";
> + resets = <&cpg 0>;
> + status = "disabled";
> + };
> +
> cpg: clock-controller@e6150000 {
> compatible = "renesas,r8a779a0-cpg-mssr";
> reg = <0 0xe6150000 0 0x4000>;
The rest LGTM, so with the node name and sort order fixed:
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
Gr{oetje,eeting}s,
Geert
--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org
In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
-- Linus Torvalds
prev parent reply other threads:[~2025-11-06 14:09 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-11-05 23:27 [PATCH 0/2] arm64: dts: renesas: Describe GPU on V3U Niklas Söderlund
2025-11-05 23:27 ` [PATCH 1/2] dt-bindings: gpu: img,powervr-rogue: Document GE7800 GPU in Renesas R-Car V3U Niklas Söderlund
2025-11-05 23:31 ` Marek Vasut
2025-11-06 10:22 ` Matt Coster
2025-11-06 13:56 ` Geert Uytterhoeven
2025-11-06 17:40 ` Conor Dooley
2025-11-05 23:27 ` [PATCH 2/2] arm64: dts: renesas: r8a779a0: Add GE7800 GPU node Niklas Söderlund
2025-11-05 23:32 ` Marek Vasut
2025-11-06 10:19 ` Matt Coster
2025-11-06 10:39 ` Niklas Söderlund
2025-11-06 13:04 ` Matt Coster
2025-11-06 18:49 ` Niklas Söderlund
2025-11-06 14:08 ` Geert Uytterhoeven [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=CAMuHMdWGZa6E_Yu-hF9O6yi3rRemWnFdkUeKg3SucqmmLFUUAg@mail.gmail.com \
--to=geert@linux-m68k.org \
--cc=airlied@gmail.com \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=dri-devel@lists.freedesktop.org \
--cc=frank.binns@imgtec.com \
--cc=krzk+dt@kernel.org \
--cc=linux-renesas-soc@vger.kernel.org \
--cc=maarten.lankhorst@linux.intel.com \
--cc=magnus.damm@gmail.com \
--cc=marek.vasut+renesas@mailbox.org \
--cc=matt.coster@imgtec.com \
--cc=mripard@kernel.org \
--cc=niklas.soderlund+renesas@ragnatech.se \
--cc=robh@kernel.org \
--cc=simona@ffwll.ch \
--cc=tzimmermann@suse.de \
/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).