Hi Niklas,
On Thu, 6 Nov 2025 at 00:28, Niklas Söderlund
<[email protected]> 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 <[email protected]>
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 <[email protected]>
Gr{oetje,eeting}s,
Geert
--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- [email protected]
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