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>
This commit is contained in:
@@ -124,9 +124,9 @@ static const unsigned short pci_device_ids[] = {
|
||||
PCI_DEVICE_ID_INTEL_SPT_LP_U_BASE,
|
||||
PCI_DEVICE_ID_INTEL_SPT_LP_U_PREMIUM,
|
||||
PCI_DEVICE_ID_INTEL_SPT_LP_Y_PREMIUM,
|
||||
PCI_DEVICE_ID_INTEL_KBP_H_C236,
|
||||
PCI_DEVICE_ID_INTEL_KBP_H_PREMIUM,
|
||||
PCI_DEVICE_ID_INTEL_KBP_H_QM170,
|
||||
PCI_DEVICE_ID_INTEL_SPT_H_C236,
|
||||
PCI_DEVICE_ID_INTEL_SPT_H_PREMIUM,
|
||||
PCI_DEVICE_ID_INTEL_SPT_H_QM170,
|
||||
PCI_DEVICE_ID_INTEL_SPT_LP_Y_PREMIUM_HDCP22,
|
||||
PCI_DEVICE_ID_INTEL_SPT_LP_U_PREMIUM_HDCP22,
|
||||
PCI_DEVICE_ID_INTEL_SPT_LP_U_BASE_HDCP22,
|
||||
|
@@ -105,7 +105,7 @@ static struct device_operations device_ops = {
|
||||
|
||||
static const unsigned short pci_device_ids[] = {
|
||||
PCI_DEVICE_ID_INTEL_SPT_LP_PMC,
|
||||
PCI_DEVICE_ID_INTEL_KBP_H_PMC,
|
||||
PCI_DEVICE_ID_INTEL_SPT_H_PMC,
|
||||
PCI_DEVICE_ID_INTEL_APL_PMC,
|
||||
PCI_DEVICE_ID_INTEL_GLK_PMC,
|
||||
0
|
||||
|
@@ -151,9 +151,9 @@ static const unsigned short pci_device_ids[] = {
|
||||
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,
|
||||
|
@@ -35,7 +35,7 @@ static const unsigned short pci_device_ids[] = {
|
||||
PCI_DEVICE_ID_INTEL_CNL_LP_XHCI,
|
||||
PCI_DEVICE_ID_INTEL_GLK_XHCI,
|
||||
PCI_DEVICE_ID_INTEL_SPT_LP_XHCI,
|
||||
PCI_DEVICE_ID_INTEL_KBP_H_XHCI,
|
||||
PCI_DEVICE_ID_INTEL_SPT_H_XHCI,
|
||||
0
|
||||
};
|
||||
|
||||
|
@@ -66,9 +66,9 @@ static struct {
|
||||
{ PCI_DEVICE_ID_INTEL_SPT_LP_U_BASE, "Skylake-U Base" },
|
||||
{ PCI_DEVICE_ID_INTEL_SPT_LP_U_PREMIUM, "Skylake-U Premium" },
|
||||
{ PCI_DEVICE_ID_INTEL_SPT_LP_Y_PREMIUM, "Skylake-Y Premium" },
|
||||
{ PCI_DEVICE_ID_INTEL_KBP_H_PREMIUM, "Kabylake-H Premium" },
|
||||
{ PCI_DEVICE_ID_INTEL_KBP_H_C236, "Kabylake-H C236" },
|
||||
{ PCI_DEVICE_ID_INTEL_KBP_H_QM170, "Kabylake-H QM170" },
|
||||
{ PCI_DEVICE_ID_INTEL_SPT_H_PREMIUM, "Skylake PCH-H Premium" },
|
||||
{ PCI_DEVICE_ID_INTEL_SPT_H_C236, "Skylake PCH-H C236" },
|
||||
{ PCI_DEVICE_ID_INTEL_SPT_H_QM170, "Skylake PCH-H QM170" },
|
||||
{ PCI_DEVICE_ID_INTEL_KBP_LP_U_PREMIUM, "Kabylake-U Premium" },
|
||||
{ PCI_DEVICE_ID_INTEL_KBP_LP_Y_PREMIUM, "Kabylake-Y Premium" },
|
||||
{ PCI_DEVICE_ID_INTEL_KBP_LP_SUPER_SKU, "Kabylake Super Sku" },
|
||||
|
Reference in New Issue
Block a user