Commit d3ed7526 authored by Sandipan Patra's avatar Sandipan Patra Committed by Thierry Reding

soc/tegra: pmc: Update Tegra234 reset sources

Update the tegra234_reset_sources array to contain all reset sources for
Tegra234 and NULL out the entries that do not actually exist.
Signed-off-by: default avatarSandipan Patra <spatra@nvidia.com>
Reviewed-by: default avatarAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: default avatarThierry Reding <treding@nvidia.com>
parent 94250166
...@@ -3766,7 +3766,7 @@ static const struct tegra_pmc_regs tegra234_pmc_regs = { ...@@ -3766,7 +3766,7 @@ static const struct tegra_pmc_regs tegra234_pmc_regs = {
}; };
static const char * const tegra234_reset_sources[] = { static const char * const tegra234_reset_sources[] = {
"SYS_RESET_N", "SYS_RESET_N", /* 0x0 */
"AOWDT", "AOWDT",
"BCCPLEXWDT", "BCCPLEXWDT",
"BPMPWDT", "BPMPWDT",
...@@ -3774,19 +3774,36 @@ static const char * const tegra234_reset_sources[] = { ...@@ -3774,19 +3774,36 @@ static const char * const tegra234_reset_sources[] = {
"SPEWDT", "SPEWDT",
"APEWDT", "APEWDT",
"LCCPLEXWDT", "LCCPLEXWDT",
"SENSOR", "SENSOR", /* 0x8 */
"AOTAG", NULL,
"VFSENSOR", NULL,
"MAINSWRST", "MAINSWRST",
"SC7", "SC7",
"HSM", "HSM",
"CSITE", NULL,
"RCEWDT", "RCEWDT",
"PVA0WDT", NULL, /* 0x10 */
"PVA1WDT", NULL,
"L1A_ASYNC", NULL,
"BPMPBOOT", "BPMPBOOT",
"FUSECRC", "FUSECRC",
"DCEWDT",
"PSCWDT",
"PSC",
"CSITE_SW", /* 0x18 */
"POD",
"SCPM",
"VREFRO_POWERBAD",
"VMON",
"FMON",
"FSI_R5WDT",
"FSI_THERM",
"FSI_R52C0WDT", /* 0x20 */
"FSI_R52C1WDT",
"FSI_R52C2WDT",
"FSI_R52C3WDT",
"FSI_FMON",
"FSI_VMON", /* 0x25 */
}; };
static const struct tegra_wake_event tegra234_wake_events[] = { static const struct tegra_wake_event tegra234_wake_events[] = {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment