mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-02-22 04:12:48 +01:00
usb: musb: fix Blackfin DMA register padding
The conversion from offsets to C structs lost a little padding in the DMA register map. Accessing endpoints other than ep0 with DMA would fail as the addresses wouldn't be adjusted correctly. Signed-off-by: Cliff Cai <cliff.cai@analog.com> Signed-off-by: Mike Frysinger <vapier@gentoo.org>
This commit is contained in:
parent
111d6c6ad1
commit
ec2aadb408
1 changed files with 1 additions and 1 deletions
|
|
@ -82,7 +82,7 @@ struct bfin_musb_dma_regs {
|
|||
ureg(addr_high);
|
||||
ureg(count_low);
|
||||
ureg(count_high);
|
||||
ureg(pad);
|
||||
u32 reserved0[2];
|
||||
};
|
||||
|
||||
#undef ureg
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue