Fix regression issue with XHCI on 32-bit ARMv7 Armada-38x. Make sure
"struct xhci_dev_ctx_addr" fits into a single 4K page until further. Approved by: re (hrs) MFC after: 1 week
This commit is contained in:
parent
c2222ab4a7
commit
c5390e5ab4
@ -30,7 +30,7 @@
|
||||
|
||||
#define XHCI_MAX_DEVICES MIN(USB_MAX_DEVICES, 128)
|
||||
#define XHCI_MAX_ENDPOINTS 32 /* hardcoded - do not change */
|
||||
#define XHCI_MAX_SCRATCHPADS 1024
|
||||
#define XHCI_MAX_SCRATCHPADS 256 /* theoretical max is 1023 */
|
||||
#define XHCI_MAX_EVENTS (16 * 13)
|
||||
#define XHCI_MAX_COMMANDS (16 * 1)
|
||||
#define XHCI_MAX_RSEG 1
|
||||
|
Loading…
x
Reference in New Issue
Block a user