Skip to content

Commit 0970189

Browse files
jonhunterthierryreding
authored andcommitted
soc/tegra: pmc: Enable PMIC wake event on Tegra194
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 <[email protected]> Signed-off-by: Thierry Reding <[email protected]>
1 parent 5098e2b commit 0970189

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/soc/tegra/pmc.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3326,6 +3326,7 @@ static const char * const tegra194_reset_sources[] = {
33263326
};
33273327

33283328
static const struct tegra_wake_event tegra194_wake_events[] = {
3329+
TEGRA_WAKE_IRQ("pmu", 24, 209),
33293330
TEGRA_WAKE_GPIO("power", 29, 1, TEGRA194_AON_GPIO(EE, 4)),
33303331
TEGRA_WAKE_IRQ("rtc", 73, 10),
33313332
};

0 commit comments

Comments
 (0)