Message ID | 20240314061205.26143-2-joshua.yeong@starfivetech.com (mailing list archive) |
---|---|
State | Changes Requested |
Delegated to: | Conor Dooley |
Headers | show |
Series | Add StarFive's StarLink-500 Cache Controller | expand |
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
Add StarFive Technology to the vendors list. Signed-off-by: Joshua Yeong <joshua.yeong@starfivetech.com> --- arch/riscv/include/asm/vendorid_list.h | 1 + 1 file changed, 1 insertion(+)