Skip to content

Commit df701a7

Browse files
jonhunterthierryreding
authored andcommitted
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 <[email protected]> Signed-off-by: Thierry Reding <[email protected]>
1 parent e4cc4f5 commit df701a7

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
@@ -3063,6 +3063,7 @@ static const struct pinctrl_pin_desc tegra210_pin_descs[] = {
30633063

30643064
static const struct tegra_wake_event tegra210_wake_events[] = {
30653065
TEGRA_WAKE_IRQ("rtc", 16, 2),
3066+
TEGRA_WAKE_IRQ("pmu", 51, 86),
30663067
};
30673068

30683069
static const struct tegra_pmc_soc tegra210_pmc_soc = {

0 commit comments

Comments
 (0)