On 2/27/26 10:31, Liu Ying wrote:
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 <[email protected]>
---
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,
Reviewed-by: Neil Armstrong <[email protected]>
Thanks,
Neil