Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 532700ed authored by Thierry Reding's avatar Thierry Reding
Browse files

soc/tegra: pmc: Use TEGRA186_ prefix for GPIO names



The new prefix allows the GPIOs to be uniquely identified on a per-chip
basis, which makes it easier to distinguish Tegra186 specific GPIOs from
those of later chips such as Tegra194 which supports a very different
set of GPIOs.

Signed-off-by: default avatarThierry Reding <treding@nvidia.com>
parent d94da0dd
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2438,7 +2438,7 @@ static void tegra186_pmc_setup_irq_polarity(struct tegra_pmc *pmc,
}

static const struct tegra_wake_event tegra186_wake_events[] = {
	TEGRA_WAKE_GPIO("power", 29, 1, TEGRA_AON_GPIO(FF, 0)),
	TEGRA_WAKE_GPIO("power", 29, 1, TEGRA186_AON_GPIO(FF, 0)),
	TEGRA_WAKE_IRQ("rtc", 73, 10),
};