mirror of
https://github.com/armbian/build.git
synced 2025-08-15 15:46:58 +02:00
29 lines
1006 B
Diff
29 lines
1006 B
Diff
From 2e915a29a1424c2cb734d25f52df4e6f01af25f8 Mon Sep 17 00:00:00 2001
|
|
From: TheSnowfield <17957399+TheSnowfield@users.noreply.github.com>
|
|
Date: Wed, 1 Jan 2025 11:43:38 +0000
|
|
Subject: drv:gpu:drm:sun4i:add display-frontend matching for sun5i-a13
|
|
|
|
Signed-off-by: TheSnowfield <17957399+TheSnowfield@users.noreply.github.com>
|
|
---
|
|
drivers/gpu/drm/sun4i/sun4i_frontend.c | 4 ++++
|
|
1 file changed, 4 insertions(+)
|
|
|
|
diff --git a/drivers/gpu/drm/sun4i/sun4i_frontend.c b/drivers/gpu/drm/sun4i/sun4i_frontend.c
|
|
index 280d444dbb66..3690a80831bc 100644
|
|
--- a/drivers/gpu/drm/sun4i/sun4i_frontend.c
|
|
+++ b/drivers/gpu/drm/sun4i/sun4i_frontend.c
|
|
@@ -698,6 +698,10 @@ const struct of_device_id sun4i_frontend_of_table[] = {
|
|
.compatible = "allwinner,sun4i-a10-display-frontend",
|
|
.data = &sun4i_a10_frontend
|
|
},
|
|
+ {
|
|
+ .compatible = "allwinner,sun5i-a13-display-frontend",
|
|
+ .data = &sun4i_a10_frontend
|
|
+ },
|
|
{
|
|
.compatible = "allwinner,sun7i-a20-display-frontend",
|
|
.data = &sun4i_a10_frontend
|
|
--
|
|
2.35.3
|
|
|