Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 95f371f2 authored by Daniel Ribeiro's avatar Daniel Ribeiro Committed by Greg Kroah-Hartman
Browse files

USB: remove board-specific UP2OCR configuration from pxa27x-udc



Remove the board-specific UP2OCR configuration from the
pxa27x-udc driver.

Signed-off-by: default avatarDaniel Ribeiro <drwyrm@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent 4f534258
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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);