Merge branch 'timers-for-linus-hpet' of git://git.kernel.org/pub/scm/linux/kernel...
[sfrench/cifs-2.6.git] / arch / arm / mach-omap2 / powerdomains34xx.h
index 4dcf94b800ab732c2aade542ad699c9d63eef180..fd09b0827df077a380f0ec7f2ea4f50469777891 100644 (file)
@@ -20,7 +20,7 @@
  * the array in mach-omap2/powerdomains.h.
  */
 
-#include <mach/powerdomain.h>
+#include <plat/powerdomain.h>
 
 #include "prcm-common.h"
 #include "prm.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 */