mirror of
https://github.com/adulau/aha.git
synced 2024-12-28 03:36:19 +00:00
USB: remove board-specific UP2OCR configuration from pxa27x-udc
Remove the board-specific UP2OCR configuration from the pxa27x-udc driver. Signed-off-by: Daniel Ribeiro <drwyrm@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
parent
4f5342583c
commit
95f371f24c
1 changed files with 0 additions and 1 deletions
|
@ -1575,7 +1575,6 @@ static void udc_enable(struct pxa_udc *udc)
|
|||
{
|
||||
udc_writel(udc, UDCICR0, 0);
|
||||
udc_writel(udc, UDCICR1, 0);
|
||||
udc_writel(udc, UP2OCR, UP2OCR_HXOE);
|
||||
udc_clear_mask_UDCCR(udc, UDCCR_UDE);
|
||||
|
||||
clk_enable(udc->clk);
|
||||
|
|
Loading…
Reference in a new issue