drm/panfrost: Add compatible string for bifrost
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
This commit is contained in:
parent
3a74265c54
commit
72ef7fe96f
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue