Skip to content

Commit cc026cc

Browse files
Sushil Singhthierryreding
authored andcommitted
soc/tegra: pmc: Add wake source interrupt for MGBE
Add the GPIO wake interrupt for MGBE ethernet controller on Tegra234 SoC. Signed-off-by: Sushil Singh <sushilkumars@nvidia.com> Signed-off-by: Thierry Reding <treding@nvidia.com>
1 parent 161e0f7 commit cc026cc

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

drivers/soc/tegra/pmc.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* drivers/soc/tegra/pmc.c
44
*
55
* Copyright (c) 2010 Google, Inc
6-
* Copyright (c) 2018-2022, NVIDIA CORPORATION. All rights reserved.
6+
* Copyright (c) 2018-2023, NVIDIA CORPORATION. All rights reserved.
77
*
88
* Author:
99
* Colin Cross <ccross@google.com>
@@ -4227,6 +4227,7 @@ static const char * const tegra234_reset_sources[] = {
42274227
static const struct tegra_wake_event tegra234_wake_events[] = {
42284228
TEGRA_WAKE_IRQ("pmu", 24, 209),
42294229
TEGRA_WAKE_GPIO("power", 29, 1, TEGRA234_AON_GPIO(EE, 4)),
4230+
TEGRA_WAKE_GPIO("mgbe", 56, 0, TEGRA234_MAIN_GPIO(Y, 3)),
42304231
TEGRA_WAKE_IRQ("rtc", 73, 10),
42314232
};
42324233

0 commit comments

Comments
 (0)