Skip to content

Commit 2ece093

Browse files
basuamdwsakernel
authored andcommitted
i2c: designware-pci: Add new PCI IDs for AMD NAVI GPU
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]>
1 parent 75507a3 commit 2ece093

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
@@ -396,6 +396,8 @@ static const struct pci_device_id i2_designware_pci_ids[] = {
396396
{ PCI_VDEVICE(ATI, 0x73a4), navi_amd },
397397
{ PCI_VDEVICE(ATI, 0x73e4), navi_amd },
398398
{ PCI_VDEVICE(ATI, 0x73c4), navi_amd },
399+
{ PCI_VDEVICE(ATI, 0x7444), navi_amd },
400+
{ PCI_VDEVICE(ATI, 0x7464), navi_amd },
399401
{ 0,}
400402
};
401403
MODULE_DEVICE_TABLE(pci, i2_designware_pci_ids);

0 commit comments

Comments
 (0)