Hi Niklas,
On Sun, 4 Jan 2026 at 23:28, Niklas Söderlund
<[email protected]> wrote:
> Describe Imagination Technologies PowerVR Rogue GE8300 BNVC 22.67.54.30
> present in Renesas R-Car R8A77995 D3 SoC.
>
> Signed-off-by: Niklas Söderlund <[email protected]>
Thanks for your patch!
> --- a/arch/arm64/boot/dts/renesas/r8a77995.dtsi
> +++ b/arch/arm64/boot/dts/renesas/r8a77995.dtsi
> @@ -1295,6 +1295,21 @@ gic: interrupt-controller@f1010000 {
> resets = <&cpg 408>;
> };
>
> + gpu: gpu@fd000000 {
> + compatible = "renesas,r8a77995-gpu",
> + "img,img-ge8300",
> + "img,img-rogue";
> + reg = <0 0xfd000000 0 0x40000>;
> + interrupts = <GIC_SPI 223 IRQ_TYPE_LEVEL_HIGH>;
119
> + clocks = <&cpg CPG_CORE R8A77995_CLK_ZG>,
> + <&cpg CPG_CORE R8A77995_CLK_S3D1>,
> + <&cpg CPG_MOD 112>;
> + clock-names = "core", "mem", "sys";
> + power-domains = <&sysc R8A77995_PD_ALWAYS_ON>;
> + resets = <&cpg 112>;
> + status = "disabled";
> + };
> +
> vspbs: vsp@fe960000 {
> compatible = "renesas,vsp2";
> reg = <0 0xfe960000 0 0x8000>;
The rest LGTM.
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