mirror of
https://github.com/Fishwaldo/build.git
synced 2025-07-23 13:29:33 +00:00
* Bump to 4.18, removing the obvious, fixing build problems, put some on waiting. * Pin 4.18 to DEV, rollback 4.14 to NEXT, adjust configs, remove one deprecated patch from NEXT and add board-h3-address-some-stability-issues.patch * Adjust few boards in development to new reality, removing it from NEXT for now * Adjust few board configs * Board config adjustement * Adjust few boards configs * Port NeoCore2 and Neo21.1 to 4.14.y * Adjust board config * Adjust board config
24 lines
987 B
Diff
24 lines
987 B
Diff
From bc3566abd1fa1a3333a15a0484d641d93343ce2c Mon Sep 17 00:00:00 2001
|
|
From: Icenowy Zheng <icenowy@aosc.io>
|
|
Date: Tue, 1 Aug 2017 21:12:55 +0800
|
|
Subject: [PATCH] drm: sun4i: add compatible for H3 display engine
|
|
|
|
Add a compatible string for H3 display engine in sun4i_drv code.
|
|
|
|
Signed-off-by: Icenowy Zheng <icenowy@aosc.io>
|
|
---
|
|
drivers/gpu/drm/sun4i/sun4i_drv.c | 1 +
|
|
1 file changed, 1 insertion(+)
|
|
|
|
diff --git a/drivers/gpu/drm/sun4i/sun4i_drv.c b/drivers/gpu/drm/sun4i/sun4i_drv.c
|
|
index fd99fe8a4df72..02c80bb7b3856 100644
|
|
--- a/drivers/gpu/drm/sun4i/sun4i_drv.c
|
|
+++ b/drivers/gpu/drm/sun4i/sun4i_drv.c
|
|
@@ -314,6 +314,7 @@ static const struct of_device_id sun4i_drv_of_table[] = {
|
|
{ .compatible = "allwinner,sun6i-a31-display-engine" },
|
|
{ .compatible = "allwinner,sun6i-a31s-display-engine" },
|
|
{ .compatible = "allwinner,sun8i-a33-display-engine" },
|
|
+ { .compatible = "allwinner,sun8i-h3-display-engine" },
|
|
{ .compatible = "allwinner,sun8i-v3s-display-engine" },
|
|
{ }
|
|
};
|