Based on comments from Dave:
NAK. The Apollon-specific bit should be done some other way,
and whatever silicon issue it's covering up is not specific to
that board ...
Signed-off-by: Tony Lindgren <tony@atomide.com>
* and ignored for PIO-IN on newer chips
* (for more reliable behavior)
*/
- if ((!use_dma && (addr & USB_DIR_IN))
- || machine_is_omap_apollon()
- || cpu_is_omap15xx())
+ if (!use_dma || cpu_is_omap15xx() || cpu_is_omap24xx())
dbuf = 0;
switch (maxp) {