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>,
"Markus Schneider-Pargmann (TI.com)" <msp@baylibre.com>,
Fabio Estevam <festevam@gmail.com>
Subject: [PATCH v2] video: simple_panel: add support for "rocktech,rk043fn48h" display
Date: Tue, 27 Jan 2026 12:11:58 +0100 [thread overview]
Message-ID: <20260127-simple_panel-v2-1-c50d5b23881e@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.
---
Changes in v2:
- Rebased onto latest origin/master
- Removed unneeded blank line
- Link to v1: https://lore.kernel.org/r/20251207-simple_panel-v1-1-8688d221aacd@gmail.com
---
drivers/video/simple_panel.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/video/simple_panel.c b/drivers/video/simple_panel.c
index 8fa7ea4e87c4..1cf587f973be 100644
--- a/drivers/video/simple_panel.c
+++ b/drivers/video/simple_panel.c
@@ -251,6 +251,7 @@ static const struct udevice_id simple_panel_ids[] = {
.data = (ulong)&panasonic_vvx10f004b00_data },
{ .compatible = "tfc,s9700rtwv43tr-01b",
.data = (ulong)&tfc_s9700rtwv43tr_01b_data },
+ { .compatible = "rocktech,rk043fn48h" },
{ }
};
---
base-commit: aa4f687977a449686498236722ee5e93d8b39918
change-id: 20251207-simple_panel-1a910ee5175d
Best regards,
--
Raphael Gallais-Pou <rgallaispou@gmail.com>
next reply other threads:[~2026-01-27 13:57 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-01-27 11:11 Raphael Gallais-Pou [this message]
2026-01-28 7:04 ` [PATCH v2] video: simple_panel: add support for "rocktech,rk043fn48h" display Patrice CHOTARD
2026-01-29 10:33 ` 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=20260127-simple_panel-v2-1-c50d5b23881e@gmail.com \
--to=rgallaispou@gmail.com \
--cc=ag.dev.uboot@gmail.com \
--cc=festevam@gmail.com \
--cc=msp@baylibre.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