dri-devel Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Iago Toral Quiroga <itoral@igalia.com>
To: dri-devel@lists.freedesktop.org
Cc: Maira Canal <mcanal@igalia.com>, Iago Toral Quiroga <itoral@igalia.com>
Subject: [PATCH 3/3] drm/v3d: add brcm,2712-v3d as a compatible V3D device
Date: Thu, 28 Sep 2023 13:45:32 +0200	[thread overview]
Message-ID: <20230928114532.167854-4-itoral@igalia.com> (raw)
In-Reply-To: <20230928114532.167854-1-itoral@igalia.com>

---
 drivers/gpu/drm/v3d/v3d_drv.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/gpu/drm/v3d/v3d_drv.c b/drivers/gpu/drm/v3d/v3d_drv.c
index ffbbe9d527d3..0ed2e7ba8b33 100644
--- a/drivers/gpu/drm/v3d/v3d_drv.c
+++ b/drivers/gpu/drm/v3d/v3d_drv.c
@@ -186,6 +186,7 @@ static const struct drm_driver v3d_drm_driver = {
 };
 
 static const struct of_device_id v3d_of_match[] = {
+	{ .compatible = "brcm,2712-v3d" },
 	{ .compatible = "brcm,2711-v3d" },
 	{ .compatible = "brcm,7268-v3d" },
 	{ .compatible = "brcm,7278-v3d" },
-- 
2.39.2


  parent reply	other threads:[~2023-09-28 11:46 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-09-28 11:45 [PATCH 0/3] V3D module changes for Pi5 Iago Toral Quiroga
2023-09-28 11:45 ` [PATCH 1/3] drm/v3d: fix up register addresses for V3D 7.x Iago Toral Quiroga
2023-09-28 15:03   ` Maira Canal
2023-09-29  6:33     ` itoral
2023-09-28 11:45 ` [PATCH 2/3] drm/v3d: update UAPI to match user-space " Iago Toral Quiroga
2023-09-28 15:05   ` Maira Canal
2023-09-29  6:30     ` itoral
2023-09-28 11:45 ` Iago Toral Quiroga [this message]
2023-09-28 15:06   ` [PATCH 3/3] drm/v3d: add brcm, 2712-v3d as a compatible V3D device Maira Canal
2023-09-29  5:34   ` Stefan Wahren

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=20230928114532.167854-4-itoral@igalia.com \
    --to=itoral@igalia.com \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=mcanal@igalia.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