Loading
drm/amdgpu: use static ids for ACP platform devs
mfd_add_hotplug_devices() assigns child platform devices with PLATFORM_DEVID_AUTO, but the ACP machine drivers expect the platform device names to never change. Use mfd_add_devices() instead and give each cell a unique id. Signed-off-by:Brady Norander <bradynorander@gmail.com> Signed-off-by:
Alex Deucher <alexander.deucher@amd.com>