diff options
author | Keerthy <j-keerthy@ti.com> | 2019-04-29 10:14:35 +0530 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2019-06-10 05:19:26 -0700 |
commit | 45450f36e569e5162957df488b0174c9a952e1b0 (patch) | |
tree | f1998a30e3e370a6dd0d8130deee3f881b4aaaaa /drivers/soc/ti | |
parent | 9037829ca29e53e885c0e4ec0a9d203ec5fa77d8 (diff) |
soc: ti: pm33xx: Add a print while entering RTC only mode with DDR in self-refresh
Currently there is no way to distinguish if the SoC entered DS0
mode or the RTC only mode. Hence add a print before entering
the RTC only mode.
Signed-off-by: Keerthy <j-keerthy@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'drivers/soc/ti')
-rw-r--r-- | drivers/soc/ti/pm33xx.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/soc/ti/pm33xx.c b/drivers/soc/ti/pm33xx.c index fc5802ccb1c0..bb77c220b6f8 100644 --- a/drivers/soc/ti/pm33xx.c +++ b/drivers/soc/ti/pm33xx.c @@ -178,6 +178,7 @@ static int am33xx_pm_suspend(suspend_state_t suspend_state) suspend_wfi_flags); suspend_wfi_flags &= ~WFI_FLAG_RTC_ONLY; + dev_info(pm33xx_dev, "Entering RTC Only mode with DDR in self-refresh\n"); if (!ret) { clk_restore_context(); |