From: Raphael Gallais-Pou <rgallaispou@gmail.com>
To: u-boot@lists.denx.de
Cc: Anatolij Gustschin <ag.dev.uboot@gmail.com>,
Tom Rini <trini@konsulko.com>,
Yannick Fertre <yannick.fertre@foss.st.com>,
Patrice Chotard <patrice.chotard@foss.st.com>,
Raphael Gallais-Pou <raphael.gallais-pou@foss.st.com>,
Philippe Cornu <philippe.cornu@foss.st.com>
Subject: [PATCH] video: simple_panel: add support for "rocktech,rk043fn48h" display
Date: Sun, 07 Dec 2025 21:09:01 +0100 [thread overview]
Message-ID: <20251207-simple_panel-v1-1-8688d221aacd@gmail.com> (raw)
Add the compatible "rocktech,rk043fn48h" for simple-panel driver.
Signed-off-by: Raphael Gallais-Pou <rgallaispou@gmail.com>
---
This patch has been tested on stm32mp135f-dk board.
---
drivers/video/simple_panel.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/drivers/video/simple_panel.c b/drivers/video/simple_panel.c
index 0f23df701bc3..d3a58c883883 100644
--- a/drivers/video/simple_panel.c
+++ b/drivers/video/simple_panel.c
@@ -201,6 +201,8 @@ static const struct udevice_id simple_panel_ids[] = {
{ .compatible = "boe,nv101wxmn51" },
{ .compatible = "panasonic,vvx10f004b00",
.data = (ulong)&panasonic_vvx10f004b00 },
+ { .compatible = "rocktech,rk043fn48h" },
+
{ }
};
---
base-commit: c7c2c3c0101f625c01bf101d652e03a6d4aa950f
change-id: 20251207-simple_panel-1a910ee5175d
Best regards,
--
Raphael Gallais-Pou <rgallaispou@gmail.com>
next reply other threads:[~2025-12-07 21:12 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-12-07 20:09 Raphael Gallais-Pou [this message]
2026-01-15 21:49 ` [PATCH] video: simple_panel: add support for "rocktech,rk043fn48h" display Raphaël Gallais-Pou
2026-01-19 8:20 ` Patrice CHOTARD
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=20251207-simple_panel-v1-1-8688d221aacd@gmail.com \
--to=rgallaispou@gmail.com \
--cc=ag.dev.uboot@gmail.com \
--cc=patrice.chotard@foss.st.com \
--cc=philippe.cornu@foss.st.com \
--cc=raphael.gallais-pou@foss.st.com \
--cc=trini@konsulko.com \
--cc=u-boot@lists.denx.de \
--cc=yannick.fertre@foss.st.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