[PATCH 1/4] riscv: asm: vendorid_list: Add StarFive Technology to vendors list
Joshua Yeong
joshua.yeong at starfivetech.com
Wed Mar 13 23:12:02 PDT 2024
Add StarFive Technology to the vendors list.
Signed-off-by: Joshua Yeong <joshua.yeong at starfivetech.com>
---
arch/riscv/include/asm/vendorid_list.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/arch/riscv/include/asm/vendorid_list.h b/arch/riscv/include/asm/vendorid_list.h
index e55407ace0c3..8c8f19ea505f 100644
--- a/arch/riscv/include/asm/vendorid_list.h
+++ b/arch/riscv/include/asm/vendorid_list.h
@@ -7,6 +7,7 @@
#define ANDESTECH_VENDOR_ID 0x31e
#define SIFIVE_VENDOR_ID 0x489
+#define STARFIVE_VENDOR_ID 0x67e
#define THEAD_VENDOR_ID 0x5b7
#endif
--
2.25.1
More information about the linux-riscv
mailing list