mirror of
https://github.com/torvalds/linux.git
synced 2025-12-07 20:06:24 +00:00
soc/tegra: pmc: Add USB wake events for Tegra234
Add USB wake events for Tegra234 so that system can be woken up from suspend when USB devices hot-plug/unplug event is detected. Signed-off-by: Haotien Hsu <haotienh@nvidia.com> Signed-off-by: Thierry Reding <treding@nvidia.com>
This commit is contained in:
committed by
Thierry Reding
parent
aaca2e9933
commit
dd03d34d6d
@@ -4222,6 +4222,13 @@ static const struct tegra_wake_event tegra234_wake_events[] = {
|
||||
TEGRA_WAKE_GPIO("power", 29, 1, TEGRA234_AON_GPIO(EE, 4)),
|
||||
TEGRA_WAKE_GPIO("mgbe", 56, 0, TEGRA234_MAIN_GPIO(Y, 3)),
|
||||
TEGRA_WAKE_IRQ("rtc", 73, 10),
|
||||
TEGRA_WAKE_IRQ("usb3-port-0", 76, 167),
|
||||
TEGRA_WAKE_IRQ("usb3-port-1", 77, 167),
|
||||
TEGRA_WAKE_IRQ("usb3-port-2-3", 78, 167),
|
||||
TEGRA_WAKE_IRQ("usb2-port-0", 79, 167),
|
||||
TEGRA_WAKE_IRQ("usb2-port-1", 80, 167),
|
||||
TEGRA_WAKE_IRQ("usb2-port-2", 81, 167),
|
||||
TEGRA_WAKE_IRQ("usb2-port-3", 82, 167),
|
||||
TEGRA_WAKE_IRQ("sw-wake", SW_WAKE_ID, 179),
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user