]> git.ipfire.org Git - thirdparty/linux.git/commit
drm/panfrost: Drop duplicated Mediatek supplies arrays
authorLouis-Alexis Eyraud <louisalexis.eyraud@collabora.com>
Fri, 9 May 2025 10:12:48 +0000 (12:12 +0200)
committerSteven Price <steven.price@arm.com>
Fri, 20 Jun 2025 14:49:05 +0000 (15:49 +0100)
commit6905b0d9813176087fc0f28bc5e4ee2b86e6ce13
tree47ae806ad8c9bda772243e3eee7c0bd386cfaa00
parentea024e6e7a64f7f9a12bfaace61105006ba863e5
drm/panfrost: Drop duplicated Mediatek supplies arrays

In the panfrost driver, the platform data of several Mediatek SoC
declares and uses custom supplies array definitions
(mediatek_mt8192_supplies, mediatek_mt8183_b_supplies), that are the
same as default_supplies (used by default platform data).

So drop these duplicated definitions and use default_supplies instead.
Also, rename mediatek_mt8183_supplies to a more generic name too
(legacy_supplies).

Signed-off-by: Louis-Alexis Eyraud <louisalexis.eyraud@collabora.com>
Reviewed-by: Steven Price <steven.price@arm.com>
Signed-off-by: Steven Price <steven.price@arm.com>
Link: https://lore.kernel.org/r/20250509-mt8370-enable-gpu-v6-2-2833888cb1d3@collabora.com
drivers/gpu/drm/panfrost/panfrost_drv.c