summaryrefslogtreecommitdiff
path: root/src/southbridge/intel
diff options
context:
space:
mode:
authorKeith Hui <buurin@gmail.com>2024-04-16 09:45:12 -0400
committerFelix Held <felix-coreboot@felixheld.de>2024-04-17 17:52:41 +0000
commit24bc05d7971cebcccc73a31b837fe43e9bea1938 (patch)
treebdff33620e33d2f87d74adc25c6821a8f655111a /src/southbridge/intel
parent2ed80b16b3099c827bb76baa1976625d4b574e24 (diff)
sb/intel/ibexpeak: Drop USB3 settings from devicetree
ibexpeak has no USB 3 capabilities. They were kept briefly when its devicetree structure was split from bd82x6x in commit ab4de83f4330 ("sb/intel/ibexpeak: Sever bd82x6x source dependency") to verify correctness. With that done, they can go. Change-Id: I6b847e1532d2e84a7b408a8858c8613b322d0373 Signed-off-by: Keith Hui <buurin@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/81930 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Felix Singer <service+coreboot-gerrit@felixsinger.de>
Diffstat (limited to 'src/southbridge/intel')
-rw-r--r--src/southbridge/intel/ibexpeak/chip.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/southbridge/intel/ibexpeak/chip.h b/src/southbridge/intel/ibexpeak/chip.h
index aba27ccca8..dc97da3283 100644
--- a/src/southbridge/intel/ibexpeak/chip.h
+++ b/src/southbridge/intel/ibexpeak/chip.h
@@ -68,12 +68,6 @@ struct southbridge_intel_ibexpeak_config {
bool pcie_hotplug_map[8];
- /* These USB3 fields, copied from bd82x6x, don't apply here,
- * as Ibex Peak doesn't have USB3. */
- uint32_t xhci_switchable_ports;
- uint32_t superspeed_capable_ports;
- uint32_t xhci_overcurrent_mapping;
-
uint32_t spi_uvscc;
uint32_t spi_lvscc;
struct intel_swseq_spi_config spi;