Skip to content

Commit 161e0f7

Browse files
jonhunterthierryreding
authored andcommitted
soc/tegra: pmc: Add the PMIC wake event for Tegra234
Add the PMIC wake event for Tegra234 that is used to bring the device out of system suspend for events such as an RTC alarm. Signed-off-by: Jon Hunter <jonathanh@nvidia.com> Signed-off-by: Thierry Reding <treding@nvidia.com>
1 parent 61228c9 commit 161e0f7

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

drivers/soc/tegra/pmc.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4225,6 +4225,7 @@ static const char * const tegra234_reset_sources[] = {
42254225
};
42264226

42274227
static const struct tegra_wake_event tegra234_wake_events[] = {
4228+
TEGRA_WAKE_IRQ("pmu", 24, 209),
42284229
TEGRA_WAKE_GPIO("power", 29, 1, TEGRA234_AON_GPIO(EE, 4)),
42294230
TEGRA_WAKE_IRQ("rtc", 73, 10),
42304231
};

0 commit comments

Comments
 (0)