Skip to content
Snippets Groups Projects
Commit 70fccb3f authored by Mike Frysinger's avatar Mike Frysinger Committed by Remy Bohmer
Browse files

usb: musb: stub out MUSB_TXCSR_MODE for Blackfin parts


The MUSB_TXCSR_MODE register setting isn't supported on Blackfin musb
parts, so stub it out to 0.  This matches Linux behavior.

Signed-off-by: default avatarMike Frysinger <vapier@gentoo.org>
parent ff377b1c
No related branches found
No related tags found
No related merge requests found
......@@ -369,6 +369,8 @@ extern void read_fifo(u8 ep, u32 length, void *fifo_data);
# define readb(addr) (u8)bfin_read16(addr)
# undef writeb
# define writeb(b, addr) bfin_write16(addr, b)
# undef MUSB_TXCSR_MODE /* not supported */
# define MUSB_TXCSR_MODE 0
/*
* The USB PHY on current Blackfin processors is a UTMI+ level 2 PHY.
* However, it has no ULPI support - so there are no registers at all.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment