drm/panfrost: Add compatible string for bifrost
authorTomeu Vizoso <tomeu.vizoso@collabora.com>
Thu, 11 Jun 2020 08:58:44 +0000 (10:58 +0200)
committerRob Herring <robh@kernel.org>
Fri, 7 Aug 2020 16:11:19 +0000 (10:11 -0600)
Mesa now supports some Bifrost devices, so enable it.

Tested-by: Heiko Stuebner <heiko@sntech.de>
Reviewed-by: Steven Price <steven.price@arm.com>
Reviewed-by: Heiko Stuebner <heiko@sntech.de>
Signed-off-by: Tomeu Vizoso <tomeu.vizoso@collabora.com>
Signed-off-by: Rob Herring <robh@kernel.org>
Link: https://patchwork.freedesktop.org/patch/msgid/20200611085900.49740-2-tomeu.vizoso@collabora.com
drivers/gpu/drm/panfrost/panfrost_drv.c

index ada51df9a7a3265fae1c8ecf279dbb37fc3721f5..f79f98534ab62a06d1b36eee4ae1014a16c0dbf9 100644 (file)
@@ -677,6 +677,7 @@ static const struct of_device_id dt_match[] = {
        { .compatible = "arm,mali-t830", .data = &default_data, },
        { .compatible = "arm,mali-t860", .data = &default_data, },
        { .compatible = "arm,mali-t880", .data = &default_data, },
+       { .compatible = "arm,mali-bifrost", .data = &default_data, },
        {}
 };
 MODULE_DEVICE_TABLE(of, dt_match);