Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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 <Basavaraj.Natikar@amd.com>
Tested-by: Sanath S <Sanath.S@amd.com>
Reviewed-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Acked-by: Jarkko Nikula <jarkko.nikula@linux.intel.com>
Signed-off-by: Wolfram Sang <wsa@kernel.org>

authored by

Basavaraj Natikar and committed by
Wolfram Sang
2ece0930 75507a31

+2
+2
drivers/i2c/busses/i2c-designware-pcidrv.c
··· 396 396 { PCI_VDEVICE(ATI, 0x73a4), navi_amd }, 397 397 { PCI_VDEVICE(ATI, 0x73e4), navi_amd }, 398 398 { PCI_VDEVICE(ATI, 0x73c4), navi_amd }, 399 + { PCI_VDEVICE(ATI, 0x7444), navi_amd }, 400 + { PCI_VDEVICE(ATI, 0x7464), navi_amd }, 399 401 { 0,} 400 402 }; 401 403 MODULE_DEVICE_TABLE(pci, i2_designware_pci_ids);