pvr: Update AM62 DSS compatible string to match upstream

Signed-off-by: Sarah Walker <sarah.walker@imgtec.com>
Reviewed-by: Matt Coster <matt.coster@imgtec.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/25978>
This commit is contained in:
Sarah Walker 2023-09-11 10:47:32 +01:00 committed by Marge Bot
parent 024dab650e
commit 4e912c972b

View file

@ -141,7 +141,7 @@ struct pvr_drm_device_config {
/* This is the list of supported DRM render/display driver configs. */
static const struct pvr_drm_device_config pvr_drm_configs[] = {
DEF_CONFIG("mediatek,mt8173-gpu", "mediatek-drm"),
DEF_CONFIG("ti,am62-gpu", "ti,am65x-dss"),
DEF_CONFIG("ti,am62-gpu", "ti,am625-dss"),
};
#undef DEF_CONFIG