devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Krzysztof Kozlowski <krzk@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, u.kleine-koenig@baylibre.com
Subject: Re: [PATCH v2 1/2] dt-bindings: display: Add GlandaGPU binding
Date: Mon, 3 Aug 2026 08:32:51 +0200	[thread overview]
Message-ID: <c5f760db-2235-44c1-899c-b6ac023b3233@kernel.org> (raw)
In-Reply-To: <CAMwcS0hupV50NEOX1Fsi_tzRYXBecaummjAm=CFHO7xOT1uUXw@mail.gmail.com>

On 02/08/2026 18:16, Leander Kieweg wrote:
> Thanks for the review.
> 
>>> +properties:
>>> +  compatible:
>>> +    const: glanda,gpu-1.0
>>
>> What does this 1.0 correspond to? There is no such tag on linked Github.
> 
> I've pushed a v1.0 tag to the GlandaGPU repo now, matching the
> register interface described in this binding:
> https://github.com/stiangglanda/GlandaGPU/releases/tag/v1.0
> 
>>> +  "^glanda,.*":
>>> +    description: GlandaGPU
>>
>> Vendor prefixes are per actual vendor, not product.
>>
>> I have doubts this is needed in the first place. As a pure FPGA design,
>> this cannot work alone and you cannot get it alone (at least yet,
>> happily to see resources proving me wrong). Thus it will be always
>> customized per final board design, thus that final compatible is what
>> matters.
> 
> "opencores" and "openrisc" are both accepted vendor prefixes for
> open-source hardware projects rather than commercial vendors, so a
> project name seems reasonable to me here too.
> 
> That said, I take your point about board customization. I'm happy to
> add a board-specific compatible as the primary match, with
> "glanda,gpu-1.0" as the fallback, e.g.:
> 
> compatible = "terasic,de10-standard-glandagpu", "glanda,gpu-1.0";
> 
> The driver would keep matching on "glanda,gpu-1.0". Let me know
> if you'd like this for v3, or if the generic compatible is enough for now,
> since there's currently only one board using this core.

openrisc is arch.
opencores is entire org. Are you saying that "Glanda" is this one:
https://www.glanda.com.au/
and opencores releases entire SoCs, thus they integrate their own IPs
there into final product. I agree though, that opencores should not
define standalone generic compatibles.

Best regards,
Krzysztof

  reply	other threads:[~2026-08-03  6:32 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-07-30 17:36 [PATCH v2 0/2] drm: Add DRM driver for GlandaGPU (VHDL soft-IP GPU) Leander Kieweg
2026-07-30 17:36 ` [PATCH v2 1/2] dt-bindings: display: Add GlandaGPU binding Leander Kieweg
2026-07-31  9:53   ` Krzysztof Kozlowski
2026-08-02 16:16     ` Leander Kieweg
2026-08-03  6:32       ` Krzysztof Kozlowski [this message]
2026-08-05 19:12         ` Leander Kieweg
2026-07-30 17:36 ` [PATCH v2 2/2] drm/glanda: Add initial DRM driver for GlandaGPU Leander Kieweg
2026-07-30 17:52   ` sashiko-bot
2026-07-31  9:56   ` Krzysztof Kozlowski
2026-08-02 16:27     ` Leander Kieweg

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=c5f760db-2235-44c1-899c-b6ac023b3233@kernel.org \
    --to=krzk@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 \
    --cc=u.kleine-koenig@baylibre.com \
    /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).