diff mbox

[5/8] arm: omap: musb: ioremap only what's ours

Message ID 1261998590-6639-6-git-send-email-felipe.balbi@nokia.com (mailing list archive)
State Deferred, archived
Delegated to: Tony Lindgren
Headers show

Commit Message

Felipe Balbi Dec. 28, 2009, 11:09 a.m. UTC
None
diff mbox

Patch

diff --git a/arch/arm/mach-omap2/usb-musb.c b/arch/arm/mach-omap2/usb-musb.c
index 12b0d24..d12e311 100644
--- a/arch/arm/mach-omap2/usb-musb.c
+++ b/arch/arm/mach-omap2/usb-musb.c
@@ -92,7 +92,7 @@  void __init usb_musb_init(void)
 		musb_resources[0].start = OMAP243X_HS_BASE;
 	else
 		musb_resources[0].start = OMAP34XX_HSUSB_OTG_BASE;
-	musb_resources[0].end = musb_resources[0].start + SZ_8K - 1;
+	musb_resources[0].end = musb_resources[0].start + SZ_4K - 1;
 
 	/*
 	 * REVISIT: This line can be removed once all the platforms using