[PATCH][pm-2.6.29] OMAP: PM: Fix MUSB power domain association

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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>
---
 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

[Index of Archives]     [Linux Arm (vger)]     [ARM Kernel]     [ARM MSM]     [Linux Tegra]     [Linux WPAN Networking]     [Linux Wireless Networking]     [Maemo Users]     [Linux USB Devel]     [Video for Linux]     [Linux Audio Users]     [Yosemite Trails]     [Linux Kernel]     [Linux SCSI]

  Powered by Linux