aboutsummaryrefslogtreecommitdiff
path: root/drivers/video
diff options
context:
space:
mode:
authorNeil Armstrong <narmstrong@baylibre.com>2019-08-30 14:09:25 +0200
committerNeil Armstrong <narmstrong@baylibre.com>2019-10-18 11:45:36 +0200
commit04eb4f45c1a58068fc3165d91aa38d51fd07d8e4 (patch)
tree91e7aa1bb841c95bac0c6f1299f3ec1c688a495c /drivers/video
parent573687c3be80be60f678597757814f9644c99ae6 (diff)
downloadu-boot-04eb4f45c1a58068fc3165d91aa38d51fd07d8e4.zip
u-boot-04eb4f45c1a58068fc3165d91aa38d51fd07d8e4.tar.gz
u-boot-04eb4f45c1a58068fc3165d91aa38d51fd07d8e4.tar.bz2
video: meson: add compatible for Amlogic G12A
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>
Diffstat (limited to 'drivers/video')
-rw-r--r--drivers/video/meson/meson_vpu.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/video/meson/meson_vpu.c b/drivers/video/meson/meson_vpu.c
index 34d3574..c3af9b0 100644
--- 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 },
{ }
};