aboutsummaryrefslogtreecommitdiff
path: root/arch/riscv/include/asm/syscon.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/riscv/include/asm/syscon.h')
-rw-r--r--arch/riscv/include/asm/syscon.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/riscv/include/asm/syscon.h b/arch/riscv/include/asm/syscon.h
index f2b37975f3..5787702e74 100644
--- a/arch/riscv/include/asm/syscon.h
+++ b/arch/riscv/include/asm/syscon.h
@@ -12,7 +12,7 @@
*/
enum {
RISCV_NONE,
- RISCV_SYSCON_CLINT, /* Core Local Interruptor (CLINT) */
+ RISCV_SYSCON_ACLINT, /* Advanced Core Local Interruptor (ACLINT) */
RISCV_SYSCON_PLICSW, /* Andes PLICSW */
};