From: Marco Felsch <m.felsch@pengutronix.de>
To: barebox@lists.infradead.org
Cc: Steffen Trumtrar <s.trumtrar@pengutronix.de>
Subject: [PATCH] ARM: i.MX8MP: skov: add new 10" jt101tm023 variant support
Date: Fri, 7 Nov 2025 14:21:43 +0100 [thread overview]
Message-ID: <20251107132158.629348-1-m.felsch@pengutronix.de> (raw)
From: Steffen Trumtrar <s.trumtrar@pengutronix.de>
Add new 10" JuTouch JT101TM023 board variant incl. the possible HDMI
sub-variant.
Unfortunately HDMI variants have no dedicated revision encoding, instead
HDMI variants are encoded via a sub-variant in SW via barebox-state. Add
a dedicated Rev.C compatible so the compatible can be used by systemd
services, albeit Rev.B-HDMI and Rev.C-HDMI don't differ.
Signed-off-by: Steffen Trumtrar <s.trumtrar@pengutronix.de>
Signed-off-by: Marco Felsch <m.felsch@pengutronix.de>
---
arch/arm/boards/skov-imx8mp/board.c | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/arch/arm/boards/skov-imx8mp/board.c b/arch/arm/boards/skov-imx8mp/board.c
index 0e471a3437bf..0266388849d2 100644
--- a/arch/arm/boards/skov-imx8mp/board.c
+++ b/arch/arm/boards/skov-imx8mp/board.c
@@ -90,6 +90,12 @@ static const struct board_description imx8mp_variants[] = {
[3] = {
.dts_compatible = "skov,imx8mp-skov-revc-tian-g07017",
},
+
+ [4] = {
+ .dts_compatible = "skov,imx8mp-skov-revc-jutouch-jt101tm023",
+ .dts_compatible_hdmi = "skov,imx8mp-skov-revc-hdmi",
+ .flags = SKOV_IMX8MP_HAS_HDMI,
+ },
};
static const struct board_description imx8mp_basic_variant = {
--
2.47.3
next reply other threads:[~2025-11-07 13:22 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-11-07 13:21 Marco Felsch [this message]
2025-11-10 8:39 ` Sascha Hauer
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=20251107132158.629348-1-m.felsch@pengutronix.de \
--to=m.felsch@pengutronix.de \
--cc=barebox@lists.infradead.org \
--cc=s.trumtrar@pengutronix.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