drm/v3d: Add support for 2711.

Signed-off-by: Eric Anholt <eric@anholt.net>
This commit is contained in:
Eric Anholt
2018-10-04 17:22:43 -07:00
committed by Dom Cobley
parent b040729a7c
commit e48c5462e6

View File

@@ -199,6 +199,7 @@ static const struct drm_driver v3d_drm_driver = {
static const struct of_device_id v3d_of_match[] = {
{ .compatible = "brcm,7268-v3d" },
{ .compatible = "brcm,7278-v3d" },
{ .compatible = "brcm,2711-v3d" },
{},
};
MODULE_DEVICE_TABLE(of, v3d_of_match);