summaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorJohn Clements <john.clements@amd.com>2020-12-25 12:22:51 +0800
committerAlex Deucher <alexander.deucher@amd.com>2021-01-05 11:30:19 -0500
commit0d2949317f6a8619a5339e6a9c2dd6328888ac3c (patch)
tree1b6f5b563b3619368873fc98d808541d7105c4eb /drivers
parent37f5d8b777a9a55521d4af9a916e05aedc9883cc (diff)
downloadlinux-stable-0d2949317f6a8619a5339e6a9c2dd6328888ac3c.tar.gz
linux-stable-0d2949317f6a8619a5339e6a9c2dd6328888ac3c.tar.bz2
linux-stable-0d2949317f6a8619a5339e6a9c2dd6328888ac3c.zip
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>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/gpu/drm/amd/pm/swsmu/smu11/sienna_cichlid_ppt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/pm/swsmu/smu11/sienna_cichlid_ppt.c b/drivers/gpu/drm/amd/pm/swsmu/smu11/sienna_cichlid_ppt.c
index f6faa90e32c1..24f3c96a5e5e 100644
--- a/drivers/gpu/drm/amd/pm/swsmu/smu11/sienna_cichlid_ppt.c
+++ b/drivers/gpu/drm/amd/pm/swsmu/smu11/sienna_cichlid_ppt.c
@@ -2700,7 +2700,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;