On 03/01/2012 10:10 AM, Kukjin Kim wrote: > Lukasz Majewski wrote: >> >> From: Joonyoung Shim <jy0922.shim@xxxxxxxxxxx> >> >> The device link core registers for hsotg is base + 0000h ~ base + >> 11000h. >> >> Signed-off-by: Joonyoung Shim <jy0922.shim@xxxxxxxxxxx> >> Signed-off-by: Kyungmin Park <kyungmin.park@xxxxxxxxxxx> >> [Rebased on the newest git/kgene/linux-samsung #for-next] >> Signed-off-by: Lukasz Majewski <l.majewski@xxxxxxxxxxx> >> --- >> arch/arm/plat-samsung/devs.c | 2 +- >> 1 files changed, 1 insertions(+), 1 deletions(-) >> >> diff --git a/arch/arm/plat-samsung/devs.c b/arch/arm/plat-samsung/devs.c >> index 21168ea..7ca0875 100644 >> --- a/arch/arm/plat-samsung/devs.c >> +++ b/arch/arm/plat-samsung/devs.c >> @@ -1436,7 +1436,7 @@ void __init s5p_ehci_set_platdata(struct >> s5p_ehci_platdata *pd) >> >> #ifdef CONFIG_S3C_DEV_USB_HSOTG >> static struct resource s3c_usb_hsotg_resources[] = { >> - [0] = DEFINE_RES_MEM(S3C_PA_USB_HSOTG, SZ_16K), >> + [0] = DEFINE_RES_MEM(S3C_PA_USB_HSOTG, SZ_128K), >> [1] = DEFINE_RES_IRQ(IRQ_OTG), As defined in arch/arm/mach-exynos/include/mach/irqs.h, should the IRQ resource be DEFINE_RES_IRQ(IRQ_USB_HSOTG)? >> }; >> >> -- >> 1.7.2.3 > > OK, will apply. > Thanks. > > Best regards, > Kgene. > -- > Kukjin Kim <kgene.kim@xxxxxxxxxxx>, Senior Engineer, > SW Solution Development Team, Samsung Electronics Co., Ltd. > > -- > To unsubscribe from this list: send the line "unsubscribe linux-samsung-soc" in > the body of a message to majordomo@xxxxxxxxxxxxxxx > More majordomo info at http://vger.kernel.org/majordomo-info.html -- Tushar Behera -- To unsubscribe from this list: send the line "unsubscribe linux-samsung-soc" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html