提交 6b6b33e0 编写于 作者: E Eric Anholt 提交者: Zheng Zengkai

drm/v3d: Add support for 2711.

raspberrypi inclusion
category: feature
bugzilla: 50432

--------------------------------
Signed-off-by: NEric Anholt <eric@anholt.net>
Signed-off-by: NFang Yafen <yafen@iscas.ac.cn>
Signed-off-by: NZheng Zengkai <zhengzengkai@huawei.com>
上级 85ac9d29
...@@ -227,6 +227,7 @@ static struct drm_driver v3d_drm_driver = { ...@@ -227,6 +227,7 @@ static struct drm_driver v3d_drm_driver = {
static const struct of_device_id v3d_of_match[] = { static const struct of_device_id v3d_of_match[] = {
{ .compatible = "brcm,7268-v3d" }, { .compatible = "brcm,7268-v3d" },
{ .compatible = "brcm,7278-v3d" }, { .compatible = "brcm,7278-v3d" },
{ .compatible = "brcm,2711-v3d" },
{}, {},
}; };
MODULE_DEVICE_TABLE(of, v3d_of_match); MODULE_DEVICE_TABLE(of, v3d_of_match);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册