From ab522e75175d0e84dd2a05d4d790367043e62686 Mon Sep 17 00:00:00 2001 From: Long Liu Date: Tue, 11 Aug 2020 14:44:56 +0800 Subject: [PATCH] DM: xHCI: Extend the max Native Bus number Extend the max native USB bus number to 5. After IceLake platform, there has 2 physical xHCI controllers in the SOC which involves 4 USB buses. Tracked-On: #5172 Signed-off-by: Long Liu Acked-by: Yu Wang yu1.wang@intel.com --- devicemodel/include/usb_core.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devicemodel/include/usb_core.h b/devicemodel/include/usb_core.h index 52cef5655..a47d87220 100644 --- a/devicemodel/include/usb_core.h +++ b/devicemodel/include/usb_core.h @@ -221,7 +221,7 @@ enum USB_ERRCODE { #define NATIVE_USB2_SPEED "480" #define NATIVE_USB3_SPEED "5000" #define USB_NATIVE_NUM_PORT 20 -#define USB_NATIVE_NUM_BUS 4 +#define USB_NATIVE_NUM_BUS 5 #define USB_DROPPED_XFER_MAGIC 0xaaaaaaaa55555555