|
@@ -669,6 +669,7 @@ static struct omap_prcm_init_data omap4_prm_data __initdata = {
|
|
|
.index = TI_CLKM_PRM,
|
|
|
.init = omap44xx_prm_init,
|
|
|
.device_inst_offset = OMAP4430_PRM_DEVICE_INST,
|
|
|
+ .flags = PRM_HAS_IO_WAKEUP | PRM_HAS_VOLTAGE,
|
|
|
};
|
|
|
#endif
|
|
|
|
|
@@ -677,6 +678,7 @@ static struct omap_prcm_init_data omap5_prm_data __initdata = {
|
|
|
.index = TI_CLKM_PRM,
|
|
|
.init = omap44xx_prm_init,
|
|
|
.device_inst_offset = OMAP54XX_PRM_DEVICE_INST,
|
|
|
+ .flags = PRM_HAS_IO_WAKEUP | PRM_HAS_VOLTAGE,
|
|
|
};
|
|
|
#endif
|
|
|
|
|
@@ -685,6 +687,7 @@ static struct omap_prcm_init_data dra7_prm_data __initdata = {
|
|
|
.index = TI_CLKM_PRM,
|
|
|
.init = omap44xx_prm_init,
|
|
|
.device_inst_offset = DRA7XX_PRM_DEVICE_INST,
|
|
|
+ .flags = PRM_HAS_IO_WAKEUP,
|
|
|
};
|
|
|
#endif
|
|
|
|