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>
This commit is contained in:
Keith Hui 2024-04-16 09:45:12 -04:00 committed by Felix Held
parent 2ed80b16b3
commit 24bc05d797

View File

@ -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;