aboutsummaryrefslogtreecommitdiff
path: root/arch/arm
diff options
context:
space:
mode:
authorJim Liu <jim.t90615@gmail.com>2022-12-20 16:49:31 +0800
committerTom Rini <trini@konsulko.com>2023-01-10 15:39:06 -0500
commit7ee1c4d1d125a1c76ff2d5d044f3844f74941cc4 (patch)
tree2054d17f02a35489b6168004d97a3236c42c59a7 /arch/arm
parent92bdaecf39a1c02c49bc940f06f5ac80daf1b2ad (diff)
pinctrl: nuvoton: add NPCM7xx/NPCM8xx reset type detect
add reset type detect and persist setting. Signed-off-by: Jim Liu <JJLIU0@nuvoton.com>
Diffstat (limited to 'arch/arm')
-rw-r--r--arch/arm/include/asm/arch-npcm8xx/rst.h2
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 379e841fcaee..09e148506397 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)