projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
573687c
)
video: meson: add compatible for Amlogic G12A
author
Neil Armstrong
<narmstrong@baylibre.com>
Fri, 30 Aug 2019 12:09:25 +0000
(14:09 +0200)
committer
Neil Armstrong
<narmstrong@baylibre.com>
Fri, 18 Oct 2019 09:45:36 +0000
(11:45 +0200)
Finally add the Amlogic G12A SoC compatible for the VPU driver.
Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
Reviewed-by: Anatolij Gustschin <agust@denx.de>
drivers/video/meson/meson_vpu.c
patch
|
blob
|
history
diff --git
a/drivers/video/meson/meson_vpu.c
b/drivers/video/meson/meson_vpu.c
index 34d35749ebb622534f5643872fc250e82c5c8340..c3af9b013c625aa389c3ef18597d0716b203a70d 100644
(file)
--- a/
drivers/video/meson/meson_vpu.c
+++ b/
drivers/video/meson/meson_vpu.c
@@
-86,6
+86,7
@@
static const struct udevice_id meson_vpu_ids[] = {
{ .compatible = "amlogic,meson-gxbb-vpu", .data = VPU_COMPATIBLE_GXBB },
{ .compatible = "amlogic,meson-gxl-vpu", .data = VPU_COMPATIBLE_GXL },
{ .compatible = "amlogic,meson-gxm-vpu", .data = VPU_COMPATIBLE_GXM },
+ { .compatible = "amlogic,meson-g12a-vpu", .data = VPU_COMPATIBLE_G12A },
{ }
};