Devicetree
 help / color / mirror / Atom feed
From: Conor Dooley <conor@kernel.org>
To: Leander Kieweg <kieweg.leander@gmail.com>
Cc: dri-devel@lists.freedesktop.org, devicetree@vger.kernel.org,
	airlied@gmail.com, simona@ffwll.ch,
	maarten.lankhorst@linux.intel.com, mripard@kernel.org,
	tzimmermann@suse.de, robh@kernel.org, krzk+dt@kernel.org,
	conor+dt@kernel.org
Subject: Re: [RFC PATCH 1/3] dt-bindings: display: Add GlandaGPU binding
Date: Mon, 20 Jul 2026 16:37:41 +0100	[thread overview]
Message-ID: <20260720-caloric-lisp-67a55f4920d2@spud> (raw)
In-Reply-To: <CAMwcS0hBc_ruk_r+F6cQHQzO+jZagi3M9_AHQ3fpT7cbSUqeOg@mail.gmail.com>

[-- Attachment #1: Type: text/plain, Size: 1624 bytes --]

On Sat, Jul 18, 2026 at 12:39:19AM +0200, Leander Kieweg wrote:
> Hi Conor,
> 
> Thanks for the review.
> 
> > Sadly googling this device only shows up Phoronix and other copy-paste
> > reporting sites. I think it'd probably be good to include a link to your
> > project either here or in the commit message.
> 
> Good point either way. The link was in the cover letter, but I agree
> it makes sense to have it directly in the description too, so it's
> not something you have to go dig up separately when looking at just
> this patch.
> 
> > This clock sounds like it is actually required? Doubt the device works
> > without it!
> > pw-bot: changes-requested
> 
> You're right, I'll move clocks into the required list.
> 
> > Usually I would say do not include things if you don't have to, but I
> > would much rather you did if the alternative is an interrupts property
> > like this that doesn't resemble anything used in devicetrees.
> 
> The example was actually taken from my DE10-Standard DTS, just
> shortened, since I understood examples are generally expected to be
> minimal. For v2 I'll add interrupt-parent back in and use the
> GIC_SPI/IRQ_TYPE_LEVEL_HIGH macros from
> dt-bindings/interrupt-controller/arm-gic.h instead of raw numbers:
> 

All of this sounds good, thanks.

> #include <dt-bindings/interrupt-controller/arm-gic.h>
> gpu@c0000000 {
>     compatible = "glanda,gpu-1.0";
>     reg = <0xc0000000 0x1000000>;
>     interrupt-parent = <&intc>;
>     interrupts = <GIC_SPI 43 IRQ_TYPE_LEVEL_HIGH>;
>     clocks = <&osc1>;
> };
> 
> Thanks again,
> Leander

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 228 bytes --]

  reply	other threads:[~2026-07-20 15:37 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-07-14 10:11 [RFC PATCH 0/3] drm: Add DRM driver for GlandaGPU (VHDL soft-IP GPU) Leander Kieweg
2026-07-14 10:11 ` [RFC PATCH 1/3] dt-bindings: display: Add GlandaGPU binding Leander Kieweg
2026-07-14 10:23   ` sashiko-bot
2026-07-16 17:15   ` Conor Dooley
2026-07-17 22:39     ` Leander Kieweg
2026-07-20 15:37       ` Conor Dooley [this message]
2026-07-14 10:11 ` [RFC PATCH 2/3] drm/glanda: Add initial DRM driver for GlandaGPU Leander Kieweg
2026-07-14 10:33   ` sashiko-bot
2026-07-14 12:14   ` Uwe Kleine-König
2026-07-15 10:35     ` Leander Kieweg
2026-07-15 16:09   ` Thomas Zimmermann
2026-07-17 10:46     ` Leander Kieweg
2026-07-14 10:11 ` [RFC PATCH 3/3] NOT FOR MERGE: drm/glanda: Add x86 platform test device Leander Kieweg
2026-07-14 10:47   ` sashiko-bot
2026-07-15 13:02 ` [RFC PATCH 0/3] drm: Add DRM driver for GlandaGPU (VHDL soft-IP GPU) Thomas Zimmermann
2026-07-16 21:19   ` Leander Kieweg
2026-07-21 12:34     ` Thomas Zimmermann

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=20260720-caloric-lisp-67a55f4920d2@spud \
    --to=conor@kernel.org \
    --cc=airlied@gmail.com \
    --cc=conor+dt@kernel.org \
    --cc=devicetree@vger.kernel.org \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=kieweg.leander@gmail.com \
    --cc=krzk+dt@kernel.org \
    --cc=maarten.lankhorst@linux.intel.com \
    --cc=mripard@kernel.org \
    --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