Skip to content

Commit c78cf99

Browse files
committed
soc/tegra: pmc: Enable PMIC wake event on Tegra186
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: Thierry Reding <[email protected]> Acked-by: Jon Hunter <[email protected]> Tested-by: Jon Hunter <[email protected]>
1 parent 8f3d9f3 commit c78cf99

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
@@ -3193,6 +3193,7 @@ static void tegra186_pmc_setup_irq_polarity(struct tegra_pmc *pmc,
31933193
}
31943194

31953195
static const struct tegra_wake_event tegra186_wake_events[] = {
3196+
TEGRA_WAKE_IRQ("pmu", 24, 209),
31963197
TEGRA_WAKE_GPIO("power", 29, 1, TEGRA186_AON_GPIO(FF, 0)),
31973198
TEGRA_WAKE_IRQ("rtc", 73, 10),
31983199
};

0 commit comments

Comments
 (0)