soc/intel/skylake: Clean up the skylake PCH H device ID macros

Rename the device ID macros as per the skylake PCH H external design
specification.

Change-Id: I4e80d41380dc1973d02bc69ac32aad5c4741a976
Signed-off-by: V Sowmya <v.sowmya@intel.com>
Reviewed-on: https://review.coreboot.org/23381
Reviewed-by: Subrata Banik <subrata.banik@intel.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
diff --git a/src/soc/intel/common/block/uart/uart.c b/src/soc/intel/common/block/uart/uart.c
index 1be3a87..0e3b019 100644
--- a/src/soc/intel/common/block/uart/uart.c
+++ b/src/soc/intel/common/block/uart/uart.c
@@ -151,9 +151,9 @@
 	PCI_DEVICE_ID_INTEL_SPT_UART0,
 	PCI_DEVICE_ID_INTEL_SPT_UART1,
 	PCI_DEVICE_ID_INTEL_SPT_UART2,
-	PCI_DEVICE_ID_INTEL_KBP_H_UART0,
-	PCI_DEVICE_ID_INTEL_KBP_H_UART1,
-	PCI_DEVICE_ID_INTEL_KBP_H_UART2,
+	PCI_DEVICE_ID_INTEL_SPT_H_UART0,
+	PCI_DEVICE_ID_INTEL_SPT_H_UART1,
+	PCI_DEVICE_ID_INTEL_SPT_H_UART2,
 	PCI_DEVICE_ID_INTEL_APL_UART0,
 	PCI_DEVICE_ID_INTEL_APL_UART1,
 	PCI_DEVICE_ID_INTEL_APL_UART2,