devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Adam Ford <aford173@gmail.com>
To: Frank Binns <Frank.Binns@imgtec.com>
Cc: "dri-devel@lists.freedesktop.org"
	<dri-devel@lists.freedesktop.org>,
	 "linux-renesas-soc@vger.kernel.org"
	<linux-renesas-soc@vger.kernel.org>,
	 "magnus.damm@gmail.com" <magnus.damm@gmail.com>,
	"tzimmermann@suse.de" <tzimmermann@suse.de>,
	 Matt Coster <Matt.Coster@imgtec.com>,
	 "devicetree@vger.kernel.org" <devicetree@vger.kernel.org>,
	"robh@kernel.org" <robh@kernel.org>,
	 "airlied@gmail.com" <airlied@gmail.com>,
	 "linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
	 "geert+renesas@glider.be" <geert+renesas@glider.be>,
	 "maarten.lankhorst@linux.intel.com"
	<maarten.lankhorst@linux.intel.com>,
	 "krzysztof.kozlowski+dt@linaro.org"
	<krzysztof.kozlowski+dt@linaro.org>,
	"daniel@ffwll.ch" <daniel@ffwll.ch>,
	 "aford@beaconembedded.com" <aford@beaconembedded.com>,
	"conor+dt@kernel.org" <conor+dt@kernel.org>,
	 "mripard@kernel.org" <mripard@kernel.org>
Subject: Re: [PATCH 1/6] dt-bindings: gpu: powervr-rogue: Add PowerVR support for some Renesas GPUs
Date: Thu, 7 Mar 2024 08:11:31 -0600	[thread overview]
Message-ID: <CAHCN7xK18gA-im4C16Ax-xevCOOqy1C8mXsUCEXNHnEPxxsuOA@mail.gmail.com> (raw)
In-Reply-To: <63199ea3af86986545fcec4e81fa3a38f18a160f.camel@imgtec.com>

On Thu, Mar 7, 2024 at 6:41 AM Frank Binns <Frank.Binns@imgtec.com> wrote:
>
> Hi Adam,
>
> On Mon, 2024-02-26 at 21:45 -0600, Adam Ford wrote:
> > Update the binding to add support for various Renesas SoC's with PowerVR
> > Rogue GX6250 and GX6650 GPUs.  These devices only need one clock, so update
> > the table to indicate such like what was done for the ti,am62-gpu.
> >
> > Signed-off-by: Adam Ford <aford173@gmail.com>
> >
> > diff --git a/Documentation/devicetree/bindings/gpu/img,powervr-rogue.yaml b/Documentation/devicetree/bindings/gpu/img,powervr-rogue.yaml
> > index 256e252f8087..7c75104df09f 100644
> > --- a/Documentation/devicetree/bindings/gpu/img,powervr-rogue.yaml
> > +++ b/Documentation/devicetree/bindings/gpu/img,powervr-rogue.yaml
> > @@ -14,6 +14,11 @@ properties:
> >    compatible:
> >      items:
> >        - enum:
> > +          - renesas,r8a774a1-gpu
> > +          - renesas,r8a774e1-gpu
> > +          - renesas,r8a77951-gpu
> > +          - renesas,r8a77960-gpu
> > +          - renesas,r8a77961-gpu
> >            - ti,am62-gpu
> >        - const: img,img-axe # IMG AXE GPU model/revision is fully discoverable
>
> A new set of items should be added for 'img,powervr-series6xt' and the Renesas
> models along the lines of [1].

Should I rebase my binding off the one below, so it applies to your
branch or should I attempt to base it off the mainline?
>
> Thanks
> Frank
>
> [1]
> https://gitlab.freedesktop.org/imagination/linux/-/blob/powervr-next/Documentation/devicetree/bindings/gpu/img,powervr.yaml?ref_type=heads#L16-19
>
> >
> > @@ -51,7 +56,13 @@ allOf:
> >        properties:
> >          compatible:
> >            contains:
> > -            const: ti,am62-gpu
> > +            enum:
> > +              - ti,am62-gpu
> > +              - renesas,r8a774a1-gpu
> > +              - renesas,r8a774e1-gpu
> > +              - renesas,r8a77951-gpu
> > +              - renesas,r8a77960-gpu
> > +              - renesas,r8a77961-gpu
> >      then:
> >        properties:
> >          clocks:

  reply	other threads:[~2024-03-07 14:11 UTC|newest]

Thread overview: 28+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-02-27  3:45 [PATCH 0/6] gpu: powervr-rogue: Add PowerVR support for some Renesas devices Adam Ford
2024-02-27  3:45 ` [PATCH 1/6] dt-bindings: gpu: powervr-rogue: Add PowerVR support for some Renesas GPUs Adam Ford
2024-02-27  7:48   ` Geert Uytterhoeven
2024-02-27  8:03     ` Geert Uytterhoeven
2024-02-27  8:09     ` Geert Uytterhoeven
2024-02-27 10:38       ` Geert Uytterhoeven
2024-03-07 12:40   ` Frank Binns
2024-03-07 14:11     ` Adam Ford [this message]
2024-02-27  3:45 ` [PATCH 2/6] arm64: dts: renesas: r8a774a1: Enable GPU Adam Ford
2024-02-27  8:09   ` Geert Uytterhoeven
2024-02-27  9:31   ` Matt Coster
2024-02-27 11:04     ` Geert Uytterhoeven
2024-02-27 11:54       ` Adam Ford
2024-03-07 12:01       ` Frank Binns
2024-02-27 11:50     ` Adam Ford
2024-03-07 12:26       ` Frank Binns
2024-03-07 12:37         ` Frank Binns
2024-03-07 13:31           ` Adam Ford
2024-03-11  9:03             ` Frank Binns
2024-02-27  3:45 ` [PATCH 3/6] arm64: dts: renesas: r8a774e1: " Adam Ford
2024-02-27  8:10   ` Geert Uytterhoeven
2024-02-27  3:45 ` [PATCH 4/6] arm64: dts: renesas: r8a77951: " Adam Ford
2024-02-27  8:11   ` Geert Uytterhoeven
2024-02-27 15:15     ` Adam Ford
2024-02-27  3:45 ` [PATCH 5/6] arm64: dts: renesas: r8a77960: " Adam Ford
2024-02-27  8:12   ` Geert Uytterhoeven
2024-02-27  3:45 ` [PATCH 6/6] arm64: dts: renesas: r8a77961: " Adam Ford
2024-02-27  8:12   ` 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=CAHCN7xK18gA-im4C16Ax-xevCOOqy1C8mXsUCEXNHnEPxxsuOA@mail.gmail.com \
    --to=aford173@gmail.com \
    --cc=Frank.Binns@imgtec.com \
    --cc=Matt.Coster@imgtec.com \
    --cc=aford@beaconembedded.com \
    --cc=airlied@gmail.com \
    --cc=conor+dt@kernel.org \
    --cc=daniel@ffwll.ch \
    --cc=devicetree@vger.kernel.org \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=geert+renesas@glider.be \
    --cc=krzysztof.kozlowski+dt@linaro.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-renesas-soc@vger.kernel.org \
    --cc=maarten.lankhorst@linux.intel.com \
    --cc=magnus.damm@gmail.com \
    --cc=mripard@kernel.org \
    --cc=robh@kernel.org \
    --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).