Re: [PATCH v0 1/1] Add MFD support for ISP I2C bus

2024-07-17 Thread Alex Deucher
On Thu, Jul 11, 2024 at 7:40 PM Venkata Narendra Kumar Gutta wrote: > > ISP I2C bus device can't be enumerated via ACPI mechanism > since it shares the memory map with the AMDGPU. > So use the MFD mechanism for registering the ISP I2C device > and add the required resources. > > Signed-off-by: Ven

[PATCH v0 1/1] Add MFD support for ISP I2C bus

2024-07-11 Thread Venkata Narendra Kumar Gutta
ISP I2C bus device can't be enumerated via ACPI mechanism since it shares the memory map with the AMDGPU. So use the MFD mechanism for registering the ISP I2C device and add the required resources. Signed-off-by: Venkata Narendra Kumar Gutta --- drivers/gpu/drm/amd/amdgpu/amdgpu_isp.h | 1 + dr