From: Tomeu Vizoso Date: Thu, 11 Jun 2020 08:58:44 +0000 (+0200) Subject: drm/panfrost: Add compatible string for bifrost X-Git-Tag: v5.10-rc1~123^2~26^2~104 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=72ef7fe96fd20d3d0e538e165b393819f99870ad;p=thirdparty%2Flinux.git drm/panfrost: Add compatible string for bifrost Mesa now supports some Bifrost devices, so enable it. Tested-by: Heiko Stuebner Reviewed-by: Steven Price Reviewed-by: Heiko Stuebner Signed-off-by: Tomeu Vizoso Signed-off-by: Rob Herring Link: https://patchwork.freedesktop.org/patch/msgid/20200611085900.49740-2-tomeu.vizoso@collabora.com --- diff --git a/drivers/gpu/drm/panfrost/panfrost_drv.c b/drivers/gpu/drm/panfrost/panfrost_drv.c index ada51df9a7a32..f79f98534ab62 100644 --- a/drivers/gpu/drm/panfrost/panfrost_drv.c +++ b/drivers/gpu/drm/panfrost/panfrost_drv.c @@ -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);