summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorFelix Held <felix-coreboot@felixheld.de>2023-12-11 12:44:32 +0100
committerFelix Held <felix-coreboot@felixheld.de>2023-12-12 12:29:19 +0000
commitddc8e5d7bfb92748eb0cc218a3be16fc8b00af96 (patch)
treef1a97efe792b96fba01ac2f1975769c39c50e494 /src
parent10e60ab49ee97bcf8a47f9fe056acf630117d166 (diff)
soc/amd/genoa/chip.h: drop unneeded xhci2_enable
Genoa has no XHCI2 controller, so drop this devicetree option. Signed-off-by: Felix Held <felix-coreboot@felixheld.de> Change-Id: I5b995bb1c0cf0032be25ab215333bc966427f7ad Reviewed-on: https://review.coreboot.org/c/coreboot/+/79454 Reviewed-by: Varshit Pandya <pandyavarshit@gmail.com> Reviewed-by: Matt DeVillier <matt.devillier@amd.corp-partner.google.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src')
-rw-r--r--src/soc/amd/genoa/chip.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/soc/amd/genoa/chip.h b/src/soc/amd/genoa/chip.h
index d7da0bb41e..5577c12d85 100644
--- a/src/soc/amd/genoa/chip.h
+++ b/src/soc/amd/genoa/chip.h
@@ -27,7 +27,6 @@ struct usb31_phy_settings {
struct soc_usb_config {
uint8_t xhci0_enable : 1;
uint8_t xhci1_enable : 1;
- uint8_t xhci2_enable : 1;
struct {
uint8_t port0 : 4;
uint8_t port1 : 4;