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: Hawking Zhang <Hawking.Zhang@amd.com> Signed-off-by: John Clements <john.clements@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
parent
37f5d8b777
commit
0d2949317f
|
@ -2700,7 +2700,7 @@ static void sienna_cichlid_fill_i2c_req(SwI2cRequest_t *req, bool write,
|
||||||
{
|
{
|
||||||
int i;
|
int i;
|
||||||
|
|
||||||
req->I2CcontrollerPort = 0;
|
req->I2CcontrollerPort = 1;
|
||||||
req->I2CSpeed = 2;
|
req->I2CSpeed = 2;
|
||||||
req->SlaveAddress = address;
|
req->SlaveAddress = address;
|
||||||
req->NumCmds = numbytes;
|
req->NumCmds = numbytes;
|
||||||
|
|
Loading…
Reference in New Issue