diff options
author | Jeremy Compostella <jeremy.compostella@intel.com> | 2024-09-19 17:15:16 -0700 |
---|---|---|
committer | Subrata Banik <subratabanik@google.com> | 2024-09-21 05:03:35 +0000 |
commit | f2462d417dc05ac0d8e465b011ece458fcecd1f3 (patch) | |
tree | 77aec37c155969e9ace6f8b952cd941e187e33e2 /src/soc | |
parent | ecc3596cb235977dbd776a46d3919f8f5d348cf8 (diff) |
soc/intel/ptl: Remove usb2_port_reset_msg_en config structure field
Similarly to what is done in Meteor Lake, the PortResetMessageEnable
UPD can be set based on usb2_port[].type_c setting and therefore
usb2_port_reset_msg_en is not necessary.
BUG=b/348678529
TEST=Build for fatcat
Change-Id: I914f73ff06bfb801fc319b45b23d7ce4cb7a6d57
Signed-off-by: Jeremy Compostella <jeremy.compostella@intel.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/84429
Reviewed-by: Pranava Y N <pranavayn@google.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Subrata Banik <subratabanik@google.com>
Diffstat (limited to 'src/soc')
-rw-r--r-- | src/soc/intel/pantherlake/chip.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/soc/intel/pantherlake/chip.h b/src/soc/intel/pantherlake/chip.h index 85dcccd1f6..9d8bec6ee4 100644 --- a/src/soc/intel/pantherlake/chip.h +++ b/src/soc/intel/pantherlake/chip.h @@ -223,7 +223,6 @@ struct soc_intel_pantherlake_config { /* USB related */ struct usb2_port_config usb2_ports[CONFIG_SOC_INTEL_USB2_DEV_MAX]; struct usb3_port_config usb3_ports[CONFIG_SOC_INTEL_USB3_DEV_MAX]; - uint8_t usb2_port_reset_msg_en[CONFIG_SOC_INTEL_USB2_DEV_MAX]; /* Wake Enable Bitmap for USB2 ports */ uint16_t usb2_wake_enable_bitmap; /* Wake Enable Bitmap for USB3 ports */ |