commit | cf9a8e90908a6e9da83f54e1f79efc10e3737bac | [log] [tgz] |
---|---|---|
author | Shimrit Malichi <smalichi@codeaurora.org> | Tue Oct 30 16:06:55 2012 +0200 |
committer | Shimrit Malichi <smalichi@codeaurora.org> | Tue Oct 30 16:06:55 2012 +0200 |
tree | aa7ef9a5e40c82ffd904cdc9411ae4d7529c1a10 | |
parent | 8eec89e9a0b78889b1678b1844bab0cec0420b45 [diff] |
usb: ehci: HBM require 64-byte aligned QH and qTD data structures HBM block contains USB_OTG_HS_HBM_QH_MAP_PIPEn SW registers that map BAM pipes to QHeads. However the USB_OTG_HS_HBM_QH_MAP_PIPEn registers have only 31:6 valid bits, bits 5:0 are reserved, thus 64 bytes boundary alignment is required. CRs-Fixed: 395882 Change-Id: Ic921a95be3c2b6ded69b6f42afaa5dff3a25d5c8 Signed-off-by: Shimrit Malichi <smalichi@codeaurora.org>