Skip to content

Commit b9b87fc

Browse files
basuamdgregkh
authored andcommitted
i2c: designware-pci: Add new PCI IDs for AMD NAVI GPU
[ Upstream commit 2ece093 ] Add additional supported PCI IDs for latest AMD NAVI GPU card which has an integrated Type-C controller and designware I2C with PCI interface. Signed-off-by: Basavaraj Natikar <[email protected]> Tested-by: Sanath S <[email protected]> Reviewed-by: Andy Shevchenko <[email protected]> Acked-by: Jarkko Nikula <[email protected]> Signed-off-by: Wolfram Sang <[email protected]> Signed-off-by: Sasha Levin <[email protected]>
1 parent d8fc0b5 commit b9b87fc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

drivers/i2c/busses/i2c-designware-pcidrv.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -398,6 +398,8 @@ static const struct pci_device_id i2_designware_pci_ids[] = {
398398
{ PCI_VDEVICE(ATI, 0x73a4), navi_amd },
399399
{ PCI_VDEVICE(ATI, 0x73e4), navi_amd },
400400
{ PCI_VDEVICE(ATI, 0x73c4), navi_amd },
401+
{ PCI_VDEVICE(ATI, 0x7444), navi_amd },
402+
{ PCI_VDEVICE(ATI, 0x7464), navi_amd },
401403
{ 0,}
402404
};
403405
MODULE_DEVICE_TABLE(pci, i2_designware_pci_ids);

0 commit comments

Comments
 (0)