Skip to content
Commit 99b4eaa6 authored by Andrew Murray's avatar Andrew Murray Committed by Tom Rini
Browse files

usb: Prevent using reserved registers on DM36x usb

The musb driver defines and uses MUSB_CSR0_H_DIS_PING, however this
bit is reserved on the DM36x. Thus this patch ensures that the
reserved bit is not accesssed.

It has been observed that some USB devices will fail to enumerate
with errors such as 'error in inquiry' without this patch.

See http://www.ti.com/litv/pdf/sprufh9a

 for details.

Cc: Marek Vasut <marex@denx.de>
Cc: Tom Rini <trini@ti.com>
Signed-off-by: default avatarAndrew Murray <amurray@embedded-bits.co.uk>
Acked-by: default avatarMarek Vasut <marex@denx.de>
parent 7406d321
Loading
Loading
Loading
Loading
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