From 4ca5363a38136df1011a7a5ecd66f534120221f5 Mon Sep 17 00:00:00 2001 From: Kalle Jokiniemi Date: Thu, 23 Apr 2009 13:58:51 +0300 Subject: [PATCH] --- yaml --- r: 172751 b: refs/heads/master c: 867d320b6c30d2478358eafeca0e1a6c60cf06c3 h: refs/heads/master i: 172749: 145bcab19c5db749e938912c87e9e38bf89c4465 172747: 4105daadfa6f7a37e3e97f2331043e75c797439d 172743: 36923a2473637293903d79e90e39796ef2a599c8 172735: 93974aaae956b481a57aef58198bc35bde4f8a91 v: v3 --- [refs] | 2 +- trunk/arch/arm/mach-omap2/powerdomains34xx.h | 8 +++++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index c0f82cdc7186..6c0e0974b989 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 2329e7cc0de3de499d0a0f4e2f73c8f02acbc117 +refs/heads/master: 867d320b6c30d2478358eafeca0e1a6c60cf06c3 diff --git a/trunk/arch/arm/mach-omap2/powerdomains34xx.h b/trunk/arch/arm/mach-omap2/powerdomains34xx.h index f70eb2da17e7..fd09b0827df0 100644 --- a/trunk/arch/arm/mach-omap2/powerdomains34xx.h +++ b/trunk/arch/arm/mach-omap2/powerdomains34xx.h @@ -338,7 +338,13 @@ static struct powerdomain usbhost_pwrdm = { .sleepdep_srcs = dss_per_usbhost_sleepdeps, .pwrsts = PWRSTS_OFF_RET_ON, .pwrsts_logic_ret = PWRDM_POWER_RET, - .flags = PWRDM_HAS_HDWR_SAR, /* for USBHOST ctrlr only */ + /* + * REVISIT: Enabling usb host save and restore mechanism seems to + * leave the usb host domain permanently in ACTIVE mode after + * changing the usb host power domain state from OFF to active once. + * Disabling for now. + */ + /*.flags = PWRDM_HAS_HDWR_SAR,*/ /* for USBHOST ctrlr only */ .banks = 1, .pwrsts_mem_ret = { [0] = PWRDM_POWER_RET, /* MEMRETSTATE */