Commit fc996f95 authored by John Clements's avatar John Clements Committed by Alex Deucher
Browse files

drm/amd/pm: updated PM to I2C controller port on sienna cichlid



sienna cichlid interfaces with RAS eeprom on I2C controller port 1

Reviewed-by: default avatarHawking Zhang <Hawking.Zhang@amd.com>
Signed-off-by: default avatarJohn Clements <john.clements@amd.com>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent 37030aba
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2372,7 +2372,7 @@ static void sienna_cichlid_fill_i2c_req(SwI2cRequest_t *req, bool write,
{
	int i;

	req->I2CcontrollerPort = 0;
	req->I2CcontrollerPort = 1;
	req->I2CSpeed = 2;
	req->SlaveAddress = address;
	req->NumCmds = numbytes;