From: "Kory Maincent (TI)" <kory.maincent@bootlin.com>
To: Aaro Koskinen <aaro.koskinen@iki.fi>,
Andreas Kemnade <andreas@kemnade.info>,
Kevin Hilman <khilman@baylibre.com>,
Roger Quadros <rogerq@kernel.org>,
Tony Lindgren <tony@atomide.com>, Rob Herring <robh@kernel.org>,
Krzysztof Kozlowski <krzk+dt@kernel.org>,
Conor Dooley <conor+dt@kernel.org>,
Russell King <linux@armlinux.org.uk>
Cc: Thomas Petazzoni <thomas.petazzoni@bootlin.com>,
linux-omap@vger.kernel.org, devicetree@vger.kernel.org,
linux-kernel@vger.kernel.org,
linux-arm-kernel@lists.infradead.org,
dri-devel@lists.freedesktop.org,
Luca Ceresoli <luca.ceresoli@bootlin.com>,
Bajjuri Praneeth <praneeth@ti.com>,
Maarten Lankhorst <maarten.lankhorst@linux.intel.com>,
Maxime Ripard <mripard@kernel.org>,
Thomas Zimmermann <tzimmermann@suse.de>,
Maarten Lankhorst <maarten.lankhorst@linux.intel.com>,
Louis Chauvet <louis.chauvet@bootlin.com>,
"Kory Maincent (TI)" <kory.maincent@bootlin.com>
Subject: [PATCH 0/5] Add support for Seeed Studio BeagleBone HDMI cape overlay
Date: Thu, 12 Feb 2026 16:26:14 +0100 [thread overview]
Message-ID: <20260212-feature_bbge-v1-0-29014a212f35@bootlin.com> (raw)
Add devicetree overlay for the Seeed Studio BeagleBone HDMI cape, which
provides HDMI output via an ITE IT66121 HDMI bridge and audio support
through McASP.
https://www.seeedstudio.com/Seeed-Studio-BeagleBoner-Green-HDMI-Cape.html
This overlay requires the recent tilcdc cleanup patch series that was merged
to drm-misc-next to function properly:
https://lore.kernel.org/lkml/20260123-feature_tilcdc-v5-0-5a44d2aa3f6f@bootlin.com/
With this DRM tree dependency I don't know if this series should land in
DRM tree or in OMAP tree.
Signed-off-by: Kory Maincent (TI) <kory.maincent@bootlin.com>
---
Kory Maincent (TI) (5):
ARM: dts: ti: Enable overlays for all DTB files
ARM: multi_v7_defconfig: Enable TILCDC DRM driver
ARM: omap2plus_defconfig: Enable ITE IT66121 driver
ARM: multi_v7_defconfig: Enable ITE IT66121 driver
ARM: dts: am335x: Add Seeed Studio BeagleBone HDMI cape overlay
arch/arm/boot/dts/ti/omap/Makefile | 8 ++
.../boot/dts/ti/omap/am335x-bone-hdmi-00a0.dtso | 157 +++++++++++++++++++++
arch/arm/configs/multi_v7_defconfig | 2 +
arch/arm/configs/omap2plus_defconfig | 1 +
4 files changed, 168 insertions(+)
---
base-commit: 40c1ccc1a3b86259e455a9a5082d5c8e0f944d62
change-id: 20260212-feature_bbge-932870b2edf5
Best regards,
--
Köry Maincent, Bootlin
Embedded Linux and kernel engineering
https://bootlin.com
next reply other threads:[~2026-02-12 15:28 UTC|newest]
Thread overview: 22+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-02-12 15:26 Kory Maincent (TI) [this message]
2026-02-12 15:26 ` [PATCH 1/5] ARM: dts: ti: Enable overlays for all DTB files Kory Maincent (TI)
2026-02-12 15:42 ` Krzysztof Kozlowski
2026-02-12 16:55 ` Kory Maincent
2026-02-12 15:49 ` H. Nikolaus Schaller
2026-02-12 16:47 ` Andreas Kemnade
2026-02-12 16:55 ` H. Nikolaus Schaller
2026-02-12 22:19 ` Andreas Kemnade
2026-02-13 3:16 ` Robert Nelson
2026-02-16 15:11 ` Kory Maincent
2026-02-17 8:58 ` H. Nikolaus Schaller
2026-02-17 9:34 ` Andreas Kemnade
2026-02-17 9:36 ` Kory Maincent
2026-02-18 7:28 ` H. Nikolaus Schaller
2026-02-13 5:33 ` H. Nikolaus Schaller
2026-02-16 16:22 ` Andreas Kemnade
2026-02-12 15:26 ` [PATCH 2/5] ARM: multi_v7_defconfig: Enable TILCDC DRM driver Kory Maincent (TI)
2026-02-12 15:26 ` [PATCH 3/5] ARM: omap2plus_defconfig: Enable ITE IT66121 driver Kory Maincent (TI)
2026-02-12 15:26 ` [PATCH 4/5] ARM: multi_v7_defconfig: " Kory Maincent (TI)
2026-02-12 15:40 ` Krzysztof Kozlowski
2026-02-12 16:58 ` Kory Maincent
2026-02-12 15:26 ` [PATCH 5/5] ARM: dts: am335x: Add Seeed Studio BeagleBone HDMI cape overlay Kory Maincent (TI)
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=20260212-feature_bbge-v1-0-29014a212f35@bootlin.com \
--to=kory.maincent@bootlin.com \
--cc=aaro.koskinen@iki.fi \
--cc=andreas@kemnade.info \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=dri-devel@lists.freedesktop.org \
--cc=khilman@baylibre.com \
--cc=krzk+dt@kernel.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-omap@vger.kernel.org \
--cc=linux@armlinux.org.uk \
--cc=louis.chauvet@bootlin.com \
--cc=luca.ceresoli@bootlin.com \
--cc=maarten.lankhorst@linux.intel.com \
--cc=mripard@kernel.org \
--cc=praneeth@ti.com \
--cc=robh@kernel.org \
--cc=rogerq@kernel.org \
--cc=thomas.petazzoni@bootlin.com \
--cc=tony@atomide.com \
--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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.