14 Jul
2023
14 Jul
'23
1:16 p.m.
On Fri, Jul 14, 2023 at 08:56:02PM +0200, Amadeusz Sławiński wrote:
Those IDs are mostly sprinkled between HDA, Skylake, SOF and avs drivers. Almost every use contains additional comments to identify to which platform those IDs refer to. Add those IDs to pci_ids.h header, so that there is one place which defines those names.
...
+#define PCI_DEVICE_ID_INTEL_HDA_BSW 0x2284 +#define PCI_DEVICE_ID_INTEL_SST_CHV 0x22a8
In case you need to send a new version for the sake of consistency either use CHV (CHT) or BSW for both. Basically these are code names for the same (very similar) platforms/SoCs: Braswell (BSW), Cherry View (CHV), Cherry Trail (CHT)
--
With Best Regards,
Andy Shevchenko