* [PATCH][pm-2.6.29] OMAP: PM: Fix MUSB power domain association
@ 2009-08-07 23:42 Vikram Pandita
2009-08-08 0:02 ` Kevin Hilman
0 siblings, 1 reply; 2+ messages in thread
From: Vikram Pandita @ 2009-08-07 23:42 UTC (permalink / raw)
To: khilman; +Cc: linux-omap, Vikram Pandita
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@ti.com>
---
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
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH][pm-2.6.29] OMAP: PM: Fix MUSB power domain association
2009-08-07 23:42 [PATCH][pm-2.6.29] OMAP: PM: Fix MUSB power domain association Vikram Pandita
@ 2009-08-08 0:02 ` Kevin Hilman
0 siblings, 0 replies; 2+ messages in thread
From: Kevin Hilman @ 2009-08-08 0:02 UTC (permalink / raw)
To: Vikram Pandita; +Cc: linux-omap
Vikram Pandita <vikram.pandita@ti.com> 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@ti.com>
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
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2009-08-08 0:02 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-08-07 23:42 [PATCH][pm-2.6.29] OMAP: PM: Fix MUSB power domain association Vikram Pandita
2009-08-08 0:02 ` Kevin Hilman
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox