[PATCH v2 4/4] drm/v3d: add brcm,2712-v3d as a compatible V3D device

Stefan Wahren wahrenst at gmx.net
Mon Oct 30 10:01:49 UTC 2023


Hi Iago,

Am 30.10.23 um 09:28 schrieb Iago Toral Quiroga:
> This is required to get the V3D module to load with Raspberry Pi 5.
>
> v2:
>   - added s-o-b and commit message. (Maíra)
>   - keep order of compatible strings. (Stefan Wahren)
as in the other patch, please move the changelog below --- or in the
cover letter.

Except of this:

Reviewed-by: Stefan Wahren <wahrenst at gmx.net>
>
> Signed-off-by: Iago Toral Quiroga <itoral at igalia.com>
> ---
>   drivers/gpu/drm/v3d/v3d_drv.c | 1 +
>   1 file changed, 1 insertion(+)
>
> diff --git a/drivers/gpu/drm/v3d/v3d_drv.c b/drivers/gpu/drm/v3d/v3d_drv.c
> index ffbbe9d527d3..1ab46bdf8ad7 100644
> --- a/drivers/gpu/drm/v3d/v3d_drv.c
> +++ b/drivers/gpu/drm/v3d/v3d_drv.c
> @@ -187,6 +187,7 @@ static const struct drm_driver v3d_drm_driver = {
>
>   static const struct of_device_id v3d_of_match[] = {
>   	{ .compatible = "brcm,2711-v3d" },
> +	{ .compatible = "brcm,2712-v3d" },
>   	{ .compatible = "brcm,7268-v3d" },
>   	{ .compatible = "brcm,7278-v3d" },
>   	{},



More information about the dri-devel mailing list