summaryrefslogtreecommitdiff
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.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/riscv/include/asm/syscon.h b/arch/riscv/include/asm/syscon.h
index d311ee6b45..a086208261 100644
--- a/arch/riscv/include/asm/syscon.h
+++ b/arch/riscv/include/asm/syscon.h
@@ -8,12 +8,11 @@
/*
* System controllers in a RISC-V system
- *
- * So far only SiFive's Core Local Interruptor (CLINT) is defined.
*/
enum {
RISCV_NONE,
RISCV_SYSCON_CLINT, /* Core Local Interruptor (CLINT) */
+ RISCV_SYSCON_PLIC, /* Platform Level Interrupt Controller (PLIC) */
};
#endif /* _ASM_SYSCON_H */