diff options
author | Olof Johansson <olof@lixom.net> | 2019-06-17 05:17:10 -0700 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2019-06-17 05:17:10 -0700 |
commit | 24cb4bc8f0c9ee346826f33e6dcbdbc533cc6ad8 (patch) | |
tree | 972f5f17852aa394ce0a4a3e61c5ffb9ec090570 /drivers/soc | |
parent | b41e48a82bcf056cbb9f4194a5f21504d24f0139 (diff) | |
parent | 45450f36e569e5162957df488b0174c9a952e1b0 (diff) | |
download | linux-24cb4bc8f0c9ee346826f33e6dcbdbc533cc6ad8.tar.bz2 |
Merge tag 'omap-for-v5.3/soc-signed' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap into arm/soc
ti-sysc soc changes for v5.3
Just two changes to make few platform data functions static, and to
call dev_info() if am437x is suspending to RTC-only mode. We want to
see this in case of issues as it depends on the board wiring for things
like DDR memory.
* tag 'omap-for-v5.3/soc-signed' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap:
soc: ti: pm33xx: Add a print while entering RTC only mode with DDR in self-refresh
ARM: OMAP2+: Make some variables static
Signed-off-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'drivers/soc')
-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(); |