|
@@ -514,6 +514,9 @@ struct omap_hwmod_omap4_prcm {
|
|
|
* HWMOD_SWSUP_SIDLE_ACT: omap_hwmod code should manually bring the module
|
|
|
* out of idle, but rely on smart-idle to the put it back in idle,
|
|
|
* so the wakeups are still functional (Only known case for now is UART)
|
|
|
+ * HWMOD_RECONFIG_IO_CHAIN: omap_hwmod code needs to reconfigure wake-up
|
|
|
+ * events by calling _reconfigure_io_chain() when a device is enabled
|
|
|
+ * or idled.
|
|
|
*/
|
|
|
#define HWMOD_SWSUP_SIDLE (1 << 0)
|
|
|
#define HWMOD_SWSUP_MSTANDBY (1 << 1)
|
|
@@ -528,6 +531,7 @@ struct omap_hwmod_omap4_prcm {
|
|
|
#define HWMOD_BLOCK_WFI (1 << 10)
|
|
|
#define HWMOD_FORCE_MSTANDBY (1 << 11)
|
|
|
#define HWMOD_SWSUP_SIDLE_ACT (1 << 12)
|
|
|
+#define HWMOD_RECONFIG_IO_CHAIN (1 << 13)
|
|
|
|
|
|
/*
|
|
|
* omap_hwmod._int_flags definitions
|