pci_ids.h: Make Denverton IDs consistent with other Intel SoCs

Align Denverton PCI ID define names with other Intel SoCs. Also,
update the names in SoC code accordingly.

Signed-off-by: Jeff Daly <jeffd@silicom-usa.com>
Change-Id: Id4b4d971ef8f4b3ec5920209d345edbbcfae4dec
Reviewed-on: https://review.coreboot.org/c/coreboot/+/60879
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
diff --git a/src/soc/intel/denverton_ns/sata.c b/src/soc/intel/denverton_ns/sata.c
index d631117..1f551f8 100644
--- a/src/soc/intel/denverton_ns/sata.c
+++ b/src/soc/intel/denverton_ns/sata.c
@@ -56,8 +56,8 @@
 };
 
 static const unsigned short pci_device_ids[] = {
-	PCI_DEVICE_ID_INTEL_DENVERTON_SATA_AHCI_1,
-	PCI_DEVICE_ID_INTEL_DENVERTON_SATA_AHCI_2,
+	PCI_DEVICE_ID_INTEL_DNV_SATA_AHCI_1,
+	PCI_DEVICE_ID_INTEL_DNV_SATA_AHCI_2,
 	0
 };