NVIDIA: SAUCE: soc/tegra: pmc: Add wake source interrupt for EQOS

BugLink: https://bugs.launchpad.net/bugs/2072591

Add GPIO wake interrupt for EQOS controller

http://nvbugs/3574718
http://nvbugs/3906070

Signed-off-by: Sushil Singh <sushilkumars@nvidia.com>
Reviewed-by: Bitan Biswas <bbiswas@nvidia.com>
Reviewed-by: Revanth Kumar Uppala <ruppala@nvidia.com>
Signed-off-by: Abhilash G <abhilashg@nvidia.com>
Tested-by: Laxman Dewangan <ldewangan@nvidia.com>
Reviewed-by: Laxman Dewangan <ldewangan@nvidia.com>
Signed-off-by: Laxman Dewangan <ldewangan@nvidia.com>
Acked-by: Jacob Martin <jacob.martin@canonical.com>
Acked-by: Noah Wager <noah.wager@canonical.com>
Signed-off-by: Noah Wager <noah.wager@canonical.com>
This commit is contained in:
Sushil Singh
2022-07-05 22:47:46 +05:30
committed by Noah Wager
parent 4b0496bb32
commit 1245db7ec3
+2
View File
@@ -4108,6 +4108,7 @@ static const struct tegra_wake_event tegra194_wake_events[] = {
TEGRA_WAKE_SIMPLE("usb2-port-1", 80),
TEGRA_WAKE_SIMPLE("usb2-port-2", 81),
TEGRA_WAKE_SIMPLE("usb2-port-3", 82),
TEGRA_WAKE_GPIO("eqos", 20, 0, TEGRA194_MAIN_GPIO(G, 4)),
};
static const struct tegra_pmc_soc tegra194_pmc_soc = {
@@ -4239,6 +4240,7 @@ static const struct tegra_wake_event tegra234_wake_events[] = {
TEGRA_WAKE_GPIO("mgbe", 56, 0, TEGRA234_MAIN_GPIO(Y, 3)),
TEGRA_WAKE_IRQ("rtc", 73, 10),
TEGRA_WAKE_IRQ("sw-wake", SW_WAKE_ID, 179),
TEGRA_WAKE_GPIO("eqos", 20, 0, TEGRA234_MAIN_GPIO(G, 4)),
};
static const struct tegra_pmc_soc tegra234_pmc_soc = {