Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

soc/tegra: pmc: Enable PMIC wake event on Tegra210

The PMIC wake event can be used to bring the system out of suspend based
on certain events happening on the PMIC (such as an RTC alarm).

Signed-off-by: Jon Hunter <jonathanh@nvidia.com>
Signed-off-by: Thierry Reding <treding@nvidia.com>

authored by

Jon Hunter and committed by
Thierry Reding
df701a76 e4cc4f54

+1
+1
drivers/soc/tegra/pmc.c
··· 3063 3063 3064 3064 static const struct tegra_wake_event tegra210_wake_events[] = { 3065 3065 TEGRA_WAKE_IRQ("rtc", 16, 2), 3066 + TEGRA_WAKE_IRQ("pmu", 51, 86), 3066 3067 }; 3067 3068 3068 3069 static const struct tegra_pmc_soc tegra210_pmc_soc = {