[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20220330063635.1689-1-spatra@nvidia.com>
Date: Wed, 30 Mar 2022 12:06:35 +0530
From: Sandipan Patra <spatra@...dia.com>
To: <treding@...dia.com>, <jonathanh@...dia.com>, <digetx@...il.com>,
<ulf.hansson@...aro.org>, <andriy.shevchenko@...ux.intel.com>,
<cai.huoqing@...ux.dev>
CC: <bbasu@...dia.com>, <linux-tegra@...r.kernel.org>,
<linux-kernel@...r.kernel.org>, Sandipan Patra <spatra@...dia.com>
Subject: [PATCH] soc/tegra: pmc: update Tegra234 reset sources
Reset_sources list is updated to add all reset sources
and removing ones that do not actually exist.
Signed-off-by: Sandipan Patra <spatra@...dia.com>
---
drivers/soc/tegra/pmc.c | 33 +++++++++++++++++++++++++--------
1 file changed, 25 insertions(+), 8 deletions(-)
diff --git a/drivers/soc/tegra/pmc.c b/drivers/soc/tegra/pmc.c
index fdf508e03400..d9129b940e3b 100644
--- a/drivers/soc/tegra/pmc.c
+++ b/drivers/soc/tegra/pmc.c
@@ -3766,7 +3766,7 @@ static const struct tegra_pmc_regs tegra234_pmc_regs = {
};
static const char * const tegra234_reset_sources[] = {
- "SYS_RESET_N",
+ "SYS_RESET_N", /*0*/
"AOWDT",
"BCCPLEXWDT",
"BPMPWDT",
@@ -3775,18 +3775,35 @@ static const char * const tegra234_reset_sources[] = {
"APEWDT",
"LCCPLEXWDT",
"SENSOR",
- "AOTAG",
- "VFSENSOR",
+ NULL,
+ NULL, /*10*/
"MAINSWRST",
"SC7",
"HSM",
- "CSITE",
+ NULL,
"RCEWDT",
- "PVA0WDT",
- "PVA1WDT",
- "L1A_ASYNC",
+ NULL,
+ NULL,
+ NULL,
"BPMPBOOT",
- "FUSECRC",
+ "FUSECRC", /*20*/
+ "DCEWDT",
+ "PSCWDT",
+ "PSC",
+ "CSITE_SW",
+ "POD",
+ "SCPM",
+ "VREFRO_POWERBAD",
+ "VMON",
+ "FMON",
+ "FSI_R5WDT", /*30*/
+ "FSI_THERM",
+ "FSI_R52C0WDT",
+ "FSI_R52C1WDT",
+ "FSI_R52C2WDT",
+ "FSI_R52C3WDT",
+ "FSI_FMON",
+ "FSI_VMON" /*37*/
};
static const struct tegra_wake_event tegra234_wake_events[] = {
--
2.17.1
Powered by blists - more mailing lists