summaryrefslogtreecommitdiffstats
path: root/src/soc/amd/morgana/xhci.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc/amd/morgana/xhci.c')
-rw-r--r--src/soc/amd/morgana/xhci.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/soc/amd/morgana/xhci.c b/src/soc/amd/morgana/xhci.c
index 9f62b18a2920..214618d63fb9 100644
--- a/src/soc/amd/morgana/xhci.c
+++ b/src/soc/amd/morgana/xhci.c
@@ -23,12 +23,6 @@ static const struct sci_source xhci_sci_sources[] = {
.gpe = GEVENT_31,
.direction = SMI_SCI_LVL_HIGH,
.level = SMI_SCI_EDG
- },
- {
- .scimap = SMITYPE_XHC2_PME,
- .gpe = GEVENT_31,
- .direction = SMI_SCI_LVL_HIGH,
- .level = SMI_SCI_EDG
}
};
@@ -48,12 +42,6 @@ enum cb_err pci_xhci_get_wake_gpe(const struct device *dev, int *gpe)
*gpe = xhci_sci_sources[1].gpe;
return CB_SUCCESS;
}
- } else if (dev->bus->dev->path.pci.devfn == PCIE_GPP_C_DEVFN) {
- if (dev->path.pci.devfn == XHCI2_DEVFN
- && dev->device == PCI_DID_AMD_FAM17H_MODELA0H_XHCI2) {
- *gpe = xhci_sci_sources[2].gpe;
- return CB_SUCCESS;
- }
}
return CB_ERR_ARG;