diff options
| author | Jim Liu <[email protected]> | 2022-12-20 16:49:31 +0800 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2023-01-10 15:39:06 -0500 |
| commit | 7ee1c4d1d125a1c76ff2d5d044f3844f74941cc4 (patch) | |
| tree | 2054d17f02a35489b6168004d97a3236c42c59a7 /arch/arm/include | |
| parent | 92bdaecf39a1c02c49bc940f06f5ac80daf1b2ad (diff) | |
pinctrl: nuvoton: add NPCM7xx/NPCM8xx reset type detect
add reset type detect and persist setting.
Signed-off-by: Jim Liu <[email protected]>
Diffstat (limited to 'arch/arm/include')
| -rw-r--r-- | arch/arm/include/asm/arch-npcm8xx/rst.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/include/asm/arch-npcm8xx/rst.h b/arch/arm/include/asm/arch-npcm8xx/rst.h index 379e841fcae..09e14850639 100644 --- a/arch/arm/include/asm/arch-npcm8xx/rst.h +++ b/arch/arm/include/asm/arch-npcm8xx/rst.h @@ -16,7 +16,7 @@ #define SW1RST BIT(28) #define SW2RST BIT(27) #define SW3RST BIT(26) -#define SW4RST BIT(25) +#define TIPRST BIT(25) #define WD1RST BIT(24) #define WD2RST BIT(23) #define RST_STS_MASK GENMASK(31, 23) |
