On Wed, Feb 08, 2023 at 04:46:45PM +0530, Manikanta Maddireddy wrote:Only one wake gpio is defined for PCIe in Tegra234. There is no implementation
Enable PCIe wake event for the Tegra234 SoC.What about wake events for other PCIe controllers? Do we need/want to
Signed-off-by: Manikanta Maddireddy <mmaddireddy@xxxxxxxxxx>
---
Changes in v14:
New patch in the series to support PCIe WAKE# in NVIDIA Jetson AGX Orin.
drivers/soc/tegra/pmc.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/soc/tegra/pmc.c b/drivers/soc/tegra/pmc.c
index cf4cfbf9f7c5..139ee853c32b 100644
--- a/drivers/soc/tegra/pmc.c
+++ b/drivers/soc/tegra/pmc.c
@@ -4225,6 +4225,7 @@ static const char * const tegra234_reset_sources[] = {
};
static const struct tegra_wake_event tegra234_wake_events[] = {
+ TEGRA_WAKE_GPIO("pcie", 1, 0, TEGRA234_MAIN_GPIO(L, 2)),
distinguish by name for those?
Thierry