[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

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

2024-07-11 Thread Venkata Narendra Kumar Gutta
map. So use the MFD approach to get the ISP I2C bus registered. In this patch, I've added the support for ISP I2C bus cell and it's corresponding resources and also some of the resources needed by the camera sensor that come under ISP device memory map. Venkata Narendra Kumar Gutta (1): Add