Skip to content

Commit

Permalink
mfd: Make omap-usb-host TLL mode work again
Browse files Browse the repository at this point in the history
This code section seems to have been accidentally copy pasted.
It causes incorrect bits to be set up in the TLL_CHANNEL_CONF
register and prevents the TLL mode from working correctly.

Cc: [email protected]
Signed-off-by: Anand Gadiyar <[email protected]>
Cc: Keshava Munegowda <[email protected]>
Acked-by: Felipe Balbi <[email protected]>
Signed-off-by: Samuel Ortiz <[email protected]>
  • Loading branch information
Anand Gadiyar authored and Samuel Ortiz committed Sep 6, 2011
1 parent 7eb3154 commit e600cff
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/mfd/omap-usb-host.c
Original file line number Diff line number Diff line change
Expand Up @@ -676,7 +676,6 @@ static void usbhs_omap_tll_init(struct device *dev, u8 tll_channel_count)
| OMAP_TLL_CHANNEL_CONF_ULPINOBITSTUFF
| OMAP_TLL_CHANNEL_CONF_ULPIDDRMODE);

reg |= (1 << (i + 1));
} else
continue;

Expand Down

0 comments on commit e600cff

Please sign in to comment.