Skip to content

Commit c3a1c97

Browse files
Viswanath Lthierryreding
authored andcommitted
soc/tegra: pmc: Add AON SW Wake support for Tegra234
Wake-up signal 83 on Tegra234 is triggered by software writing to WAKE_AOWAKE_SW_WAKE_TIER0_TRIGGER_0 register. This wake-up is mapped to CPU interrupt 179 and is used by the Sensor Processing Engine (SPE) in the Always-on (AON) power domain for waking up the system. Signed-off-by: Viswanath L <viswanathl@nvidia.com> Signed-off-by: Kartik <kkartik@nvidia.com> Signed-off-by: Jon Hunter <jonathanh@nvidia.com> Signed-off-by: Thierry Reding <treding@nvidia.com>
1 parent d944364 commit c3a1c97

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
@@ -4250,6 +4250,7 @@ static const struct tegra_wake_event tegra234_wake_events[] = {
42504250
TEGRA_WAKE_GPIO("power", 29, 1, TEGRA234_AON_GPIO(EE, 4)),
42514251
TEGRA_WAKE_GPIO("mgbe", 56, 0, TEGRA234_MAIN_GPIO(Y, 3)),
42524252
TEGRA_WAKE_IRQ("rtc", 73, 10),
4253+
TEGRA_WAKE_IRQ("sw-wake", SW_WAKE_ID, 179),
42534254
};
42544255

42554256
static const struct tegra_pmc_soc tegra234_pmc_soc = {

0 commit comments

Comments
 (0)