[PATCH 2/2] drm/panel: simple: Add Tianma TM050RDH03 panel
From: Liu Ying
Date: Fri Feb 27 2026 - 04:32:31 EST
Add the Tianma Micro-electronics TM050RDH03 5.0" WVGA TFT LCD panel.
Reuse panel ontat,kd50g21-40nt-a1's panel description as they are
identical.
Signed-off-by: Liu Ying <victor.liu@xxxxxxx>
---
drivers/gpu/drm/panel/panel-simple.c | 3 +++
1 file changed, 3 insertions(+)
diff --git a/drivers/gpu/drm/panel/panel-simple.c b/drivers/gpu/drm/panel/panel-simple.c
index e5fc9b072404..af84a90015fe 100644
--- a/drivers/gpu/drm/panel/panel-simple.c
+++ b/drivers/gpu/drm/panel/panel-simple.c
@@ -5519,6 +5519,9 @@ static const struct of_device_id platform_of_match[] = {
}, {
.compatible = "tianma,p0700wxf1mbaa",
.data = &tianma_p0700wxf1mbaa,
+ }, {
+ .compatible = "tianma,tm050rdh03",
+ .data = &ontat_kd50g21_40nt_a1,
}, {
.compatible = "tianma,tm070jdhg30",
.data = &tianma_tm070jdhg30,
--
2.43.0