video: meson: add compatible for Amlogic G12A
authorNeil Armstrong <narmstrong@baylibre.com>
Fri, 30 Aug 2019 12:09:25 +0000 (14:09 +0200)
committerNeil 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

index 34d3574..c3af9b0 100644 (file)
@@ -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 },
        { }
 };