Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

drm/amd/ras: ras supports i2c eeprom for mp1 v13_0_12

ras supports i2c eeprom for mp1 v13_0_12.

Signed-off-by: YiPeng Chai <YiPeng.Chai@amd.com>
Acked-by: Alex Deucher <alexander.deucher@amd.com>
Reviewed-by: Tao Zhou <tao.zhou1@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>

authored by

YiPeng Chai and committed by
Alex Deucher
127cdd72 07528f7d

+1
+1
drivers/gpu/drm/amd/ras/ras_mgr/amdgpu_ras_eeprom_i2c.c
··· 85 85 case IP_VERSION(13, 0, 5): 86 86 case IP_VERSION(13, 0, 6): 87 87 case IP_VERSION(13, 0, 10): 88 + case IP_VERSION(13, 0, 12): 88 89 case IP_VERSION(13, 0, 14): 89 90 control->i2c_address = EEPROM_I2C_MADDR_4; 90 91 return 0;