Skip to content

Commit d3ed752

Browse files
Sandipan Patrathierryreding
authored andcommitted
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: Sandipan Patra <[email protected]> Reviewed-by: Andy Shevchenko <[email protected]> Signed-off-by: Thierry Reding <[email protected]>
1 parent 9425016 commit d3ed752

File tree

1 file changed

+25
-8
lines changed

1 file changed

+25
-8
lines changed

drivers/soc/tegra/pmc.c

Lines changed: 25 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3766,27 +3766,44 @@ static const struct tegra_pmc_regs tegra234_pmc_regs = {
37663766
};
37673767

37683768
static const char * const tegra234_reset_sources[] = {
3769-
"SYS_RESET_N",
3769+
"SYS_RESET_N", /* 0x0 */
37703770
"AOWDT",
37713771
"BCCPLEXWDT",
37723772
"BPMPWDT",
37733773
"SCEWDT",
37743774
"SPEWDT",
37753775
"APEWDT",
37763776
"LCCPLEXWDT",
3777-
"SENSOR",
3778-
"AOTAG",
3779-
"VFSENSOR",
3777+
"SENSOR", /* 0x8 */
3778+
NULL,
3779+
NULL,
37803780
"MAINSWRST",
37813781
"SC7",
37823782
"HSM",
3783-
"CSITE",
3783+
NULL,
37843784
"RCEWDT",
3785-
"PVA0WDT",
3786-
"PVA1WDT",
3787-
"L1A_ASYNC",
3785+
NULL, /* 0x10 */
3786+
NULL,
3787+
NULL,
37883788
"BPMPBOOT",
37893789
"FUSECRC",
3790+
"DCEWDT",
3791+
"PSCWDT",
3792+
"PSC",
3793+
"CSITE_SW", /* 0x18 */
3794+
"POD",
3795+
"SCPM",
3796+
"VREFRO_POWERBAD",
3797+
"VMON",
3798+
"FMON",
3799+
"FSI_R5WDT",
3800+
"FSI_THERM",
3801+
"FSI_R52C0WDT", /* 0x20 */
3802+
"FSI_R52C1WDT",
3803+
"FSI_R52C2WDT",
3804+
"FSI_R52C3WDT",
3805+
"FSI_FMON",
3806+
"FSI_VMON", /* 0x25 */
37903807
};
37913808

37923809
static const struct tegra_wake_event tegra234_wake_events[] = {

0 commit comments

Comments
 (0)