From 943b540914754004fefa19859bf6526b1c667515 Mon Sep 17 00:00:00 2001 From: Keith Hui Date: Mon, 22 Jan 2024 20:11:24 -0500 Subject: sb/intel/bd82x6x: Make space for USB port config in devicetree This is the first step to: - Move USB port configs, which are static, from C code to devicetree; - Unify USB port configs between MRC and native code path. Change-Id: I59af466d41790e2163342cac8676457ac19371ea Signed-off-by: Keith Hui Reviewed-on: https://review.coreboot.org/c/coreboot/+/81878 Reviewed-by: Patrick Rudolph Tested-by: build bot (Jenkins) --- src/southbridge/intel/bd82x6x/chip.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/southbridge/intel/bd82x6x/chip.h b/src/southbridge/intel/bd82x6x/chip.h index 66d5cb13fe..0ec97bd05d 100644 --- a/src/southbridge/intel/bd82x6x/chip.h +++ b/src/southbridge/intel/bd82x6x/chip.h @@ -5,6 +5,7 @@ #include #include +#include struct southbridge_intel_bd82x6x_config { /** @@ -77,6 +78,7 @@ struct southbridge_intel_bd82x6x_config { uint32_t spi_uvscc; uint32_t spi_lvscc; struct intel_swseq_spi_config spi; + struct southbridge_usb_port usb_port_config[14]; }; #endif /* SOUTHBRIDGE_INTEL_BD82X6X_CHIP_H */ -- cgit v1.2.3