mirror of
https://github.com/raspberrypi/linux.git
synced 2025-12-06 18:09:56 +00:00
drm/v3d: Add support for 2711.
Signed-off-by: Eric Anholt <eric@anholt.net>
This commit is contained in:
@@ -199,6 +199,7 @@ static const 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);
|
||||||
|
|||||||
Reference in New Issue
Block a user