Skip to content

Commit

Permalink
HACK: panfrost: add compatible for bifrost GPUs
Browse files Browse the repository at this point in the history
  • Loading branch information
chewitt committed Mar 12, 2020
1 parent 8d78542 commit 8b9d182
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/gpu/drm/panfrost/panfrost_drv.c
Expand Up @@ -656,6 +656,7 @@ static int panfrost_remove(struct platform_device *pdev)
}

static const struct of_device_id dt_match[] = {
{ .compatible = "arm,mali-bifrost" },
{ .compatible = "arm,mali-t604" },
{ .compatible = "arm,mali-t624" },
{ .compatible = "arm,mali-t628" },
Expand Down

0 comments on commit 8b9d182

Please sign in to comment.