bcm27xx-userland: update to latest version
[openwrt/openwrt.git] / target / linux / bcm27xx / patches-5.4 / 950-0227-drm-v3d-Add-support-for-2711.patch
1 From c023f241d93059ba6ee2ab5acdb2b54b85b12f53 Mon Sep 17 00:00:00 2001
2 From: Eric Anholt <eric@anholt.net>
3 Date: Thu, 4 Oct 2018 17:22:43 -0700
4 Subject: [PATCH] drm/v3d: Add support for 2711.
5
6 Signed-off-by: Eric Anholt <eric@anholt.net>
7 ---
8 drivers/gpu/drm/v3d/v3d_drv.c | 1 +
9 1 file changed, 1 insertion(+)
10
11 --- a/drivers/gpu/drm/v3d/v3d_drv.c
12 +++ b/drivers/gpu/drm/v3d/v3d_drv.c
13 @@ -221,6 +221,7 @@ static struct drm_driver v3d_drm_driver
14 static const struct of_device_id v3d_of_match[] = {
15 { .compatible = "brcm,7268-v3d" },
16 { .compatible = "brcm,7278-v3d" },
17 + { .compatible = "brcm,2711-v3d" },
18 {},
19 };
20 MODULE_DEVICE_TABLE(of, v3d_of_match);