From ddc8e5d7bfb92748eb0cc218a3be16fc8b00af96 Mon Sep 17 00:00:00 2001 From: Felix Held Date: Mon, 11 Dec 2023 12:44:32 +0100 Subject: soc/amd/genoa/chip.h: drop unneeded xhci2_enable Genoa has no XHCI2 controller, so drop this devicetree option. Signed-off-by: Felix Held Change-Id: I5b995bb1c0cf0032be25ab215333bc966427f7ad Reviewed-on: https://review.coreboot.org/c/coreboot/+/79454 Reviewed-by: Varshit Pandya Reviewed-by: Matt DeVillier Tested-by: build bot (Jenkins) --- src/soc/amd/genoa/chip.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/soc/amd/genoa/chip.h') 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; -- cgit v1.2.3