aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/plat-s3c64xx
diff options
context:
space:
mode:
authorAndy Green <andy@openmoko.com>2009-01-30 09:53:40 +0000
committerAndy Green <agreen@octopus.localdomain>2009-01-30 09:53:40 +0000
commit88c1918a71b934844780b217d931485c497fc6b4 (patch)
tree74461e8e394c2ca6581aa6500d619d857648b8db /arch/arm/plat-s3c64xx
parent4caf79de95c26495e7cdc8204023d97598f887d2 (diff)
fix-s3c6410-hsusb-phy-regs.patch
Signed-off-by: Andy Green <andy@openmoko.com>
Diffstat (limited to 'arch/arm/plat-s3c64xx')
-rw-r--r--arch/arm/plat-s3c64xx/dev-usbgadget.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/plat-s3c64xx/dev-usbgadget.c b/arch/arm/plat-s3c64xx/dev-usbgadget.c
index 17d33f0b7e2..88bdfd70d37 100644
--- a/arch/arm/plat-s3c64xx/dev-usbgadget.c
+++ b/arch/arm/plat-s3c64xx/dev-usbgadget.c
@@ -13,7 +13,7 @@
static struct resource s3c_usbgadget_resource[] = {
[0] = {
.start = S3C64XX_PA_OTG,
- .end = S3C64XX_PA_OTG + SZ_1M - 1,
+ .end = S3C64XX_PA_OTG + 0x200000 - 1,
.flags = IORESOURCE_MEM,
},
[1] = {