projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
202b980
)
drm/meson: Add G12A compatible
author
Neil Armstrong
<narmstrong@baylibre.com>
Mon, 25 Mar 2019 14:18:23 +0000
(15:18 +0100)
committer
Neil Armstrong
<narmstrong@baylibre.com>
Tue, 9 Apr 2019 09:26:06 +0000
(11:26 +0200)
Finally add the Amlogic G12A SoC compatible for the VPU driver.
Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
Tested-by: Jerome Brunet <jbrunet@baylibre.com>
Reviewed-by: Jerome Brunet <jbrunet@baylibre.com>
Link:
https://patchwork.freedesktop.org/patch/msgid/20190325141824.21259-11-narmstrong@baylibre.com
drivers/gpu/drm/meson/meson_drv.c
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/meson/meson_drv.c
b/drivers/gpu/drm/meson/meson_drv.c
index 70f9d7b85e8e4915be0b5ac8fbfdbb81fbbc469a..937cfabb95df122804f3bf35099dfa1d73ab1e12 100644
(file)
--- a/
drivers/gpu/drm/meson/meson_drv.c
+++ b/
drivers/gpu/drm/meson/meson_drv.c
@@
-444,6
+444,7
@@
static const struct of_device_id dt_match[] = {
{ .compatible = "amlogic,meson-gxbb-vpu" },
{ .compatible = "amlogic,meson-gxl-vpu" },
{ .compatible = "amlogic,meson-gxm-vpu" },
+ { .compatible = "amlogic,meson-g12a-vpu" },
{}
};
MODULE_DEVICE_TABLE(of, dt_match);