Message ID | 20200520151318.15493-1-jonathanh@nvidia.com |
---|---|
State | Accepted |
Headers | show |
Series | [1/2] soc/tegra: pmc: Enable PMIC wake event on Tegra210 | expand |
On Wed, May 20, 2020 at 04:13:17PM +0100, Jon Hunter wrote: > 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> > --- > drivers/soc/tegra/pmc.c | 1 + > 1 file changed, 1 insertion(+) Both patches applied, thanks. Thierry
diff --git a/drivers/soc/tegra/pmc.c b/drivers/soc/tegra/pmc.c index 8169737c3252..42cf37a0556b 100644 --- a/drivers/soc/tegra/pmc.c +++ b/drivers/soc/tegra/pmc.c @@ -3063,6 +3063,7 @@ static const struct pinctrl_pin_desc tegra210_pin_descs[] = { static const struct tegra_wake_event tegra210_wake_events[] = { TEGRA_WAKE_IRQ("rtc", 16, 2), + TEGRA_WAKE_IRQ("pmu", 51, 86), }; static const struct tegra_pmc_soc tegra210_pmc_soc = {
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> --- drivers/soc/tegra/pmc.c | 1 + 1 file changed, 1 insertion(+)