diff options
author | Neil Armstrong | 2019-08-30 14:09:25 +0200 |
---|---|---|
committer | Neil Armstrong | 2019-10-18 11:45:36 +0200 |
commit | 04eb4f45c1a58068fc3165d91aa38d51fd07d8e4 (patch) | |
tree | 91e7aa1bb841c95bac0c6f1299f3ec1c688a495c | |
parent | 573687c3be80be60f678597757814f9644c99ae6 (diff) |
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>
-rw-r--r-- | drivers/video/meson/meson_vpu.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/video/meson/meson_vpu.c b/drivers/video/meson/meson_vpu.c index 34d35749ebb..c3af9b013c6 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 }, { } }; |