summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--arch/arm/mach-tegra/nvrm/core/common/nvrm_power.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/mach-tegra/nvrm/core/common/nvrm_power.c b/arch/arm/mach-tegra/nvrm/core/common/nvrm_power.c
index 4845def3123e..e1936360e7ac 100644
--- a/arch/arm/mach-tegra/nvrm/core/common/nvrm_power.c
+++ b/arch/arm/mach-tegra/nvrm/core/common/nvrm_power.c
@@ -793,7 +793,8 @@ ReportRmPowerState(NvRmDeviceHandle hRmDeviceHandle)
switch (OldRmState)
{
case NvRmPowerState_LP0:
- NvOsDebugPrintf("*** Wakeup from LP0 ***\n");
+ NvOsDebugPrintf("*** Wakeup from LP0 *** wake-source: 0x%x\n",
+ NV_REGR(hRmDeviceHandle, NvRmModuleID_Pmif, 0, 0x14));
PowerEventNotify(hRmDeviceHandle, NvRmPowerEvent_WakeLP0);
break;
case NvRmPowerState_LP1: