drm: Look for an alias for the displays to use as the DRM device name
authorDave Stevenson <dave.stevenson@raspberrypi.com>
Thu, 28 Sep 2023 17:27:09 +0000 (18:27 +0100)
committerDom Cobley <popcornmix@gmail.com>
Mon, 19 Feb 2024 11:35:03 +0000 (11:35 +0000)
commit9435500d09d5685e35c1d17cb02ece5fa27e2cd4
tree5ea2f030ccfecac652987d59b1c2ed071770b802
parent8f5b02288cd7e7b3031dea2ca7b11abf94dd3204
drm: Look for an alias for the displays to use as the DRM device name

Allow DT aliases of eg DSI2 to force make DRM allocate the
display with the requested name.

Signed-off-by: Dave Stevenson <dave.stevenson@raspberrypi.com>
drivers/gpu/drm/drm_connector.c