On Mon, Jan 02, 2023 at 10:39:55PM +0530, Basavaraj Natikar wrote: > Add additional supported PCI IDs for latest AMD NAVI GPU card which > has an integrated Type-C controller and designware I2C with PCI > interface. Obviously looks correct from the code and style perspectives. Reviewed-by: Andy Shevchenko <andriy.shevchenko@xxxxxxxxxxxxxxx> > Signed-off-by: Basavaraj Natikar <Basavaraj.Natikar@xxxxxxx> > Tested-by: Sanath S <Sanath.S@xxxxxxx> > --- > drivers/i2c/busses/i2c-designware-pcidrv.c | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/drivers/i2c/busses/i2c-designware-pcidrv.c b/drivers/i2c/busses/i2c-designware-pcidrv.c > index e499f96506c5..782fe1ef3ca1 100644 > --- a/drivers/i2c/busses/i2c-designware-pcidrv.c > +++ b/drivers/i2c/busses/i2c-designware-pcidrv.c > @@ -396,6 +396,8 @@ static const struct pci_device_id i2_designware_pci_ids[] = { > { PCI_VDEVICE(ATI, 0x73a4), navi_amd }, > { PCI_VDEVICE(ATI, 0x73e4), navi_amd }, > { PCI_VDEVICE(ATI, 0x73c4), navi_amd }, > + { PCI_VDEVICE(ATI, 0x7444), navi_amd }, > + { PCI_VDEVICE(ATI, 0x7464), navi_amd }, > { 0,} > }; > MODULE_DEVICE_TABLE(pci, i2_designware_pci_ids); > -- > 2.25.1 > -- With Best Regards, Andy Shevchenko