Vikram Pandita <vikram.pandita@xxxxxx> writes: > MUSB lies in CORE power domain. > Current code wrongly associates MUSB with USBHOST domain. > USBHOST domain is for EHCI/OHCI controller. > > Correct the association of MUSB to CORE power domain. > > Signed-off-by: Vikram Pandita <vikram.pandita@xxxxxx> Thanks, pushed to pm-2.6.29 branch. (Not relevant to current PM branch due to new omap_hwmod/omap_device infrastructure.) Kevin > --- > arch/arm/mach-omap2/omapdev3xxx.h | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/arch/arm/mach-omap2/omapdev3xxx.h b/arch/arm/mach-omap2/omapdev3xxx.h > index d2772c4..fd29129 100644 > --- a/arch/arm/mach-omap2/omapdev3xxx.h > +++ b/arch/arm/mach-omap2/omapdev3xxx.h > @@ -663,7 +663,7 @@ static struct omapdev usbhost_3xxx_omapdev = { > > static struct omapdev usbotg_3xxx_omapdev = { > .name = "usbotg_omapdev", > - .pwrdm = { .name = "usbhost_pwrdm" }, > + .pwrdm = { .name = "core_pwrdm" }, > .pdev_name = "musb_hdrc", > .pdev_id = -1, > .omap_chip = OMAP_CHIP_INIT(CHIP_GE_OMAP3430ES2), > -- > 1.6.3.3.334.g916e1 -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html