36 lines
927 B
Diff
36 lines
927 B
Diff
|
|
From c46f65e1315aab8585e24d24223bd56c8931202a Mon Sep 17 00:00:00 2001
|
||
|
|
From: Xiaofei Tan <tanxiaofei@huawei.com>
|
||
|
|
Date: Mon, 31 Oct 2022 18:36:26 +0800
|
||
|
|
Subject: [PATCH 4/4] rasdaemon: Add four modules supported by HiSilicon common
|
||
|
|
section
|
||
|
|
|
||
|
|
Add four modules supported by HiSilicon common error section.
|
||
|
|
|
||
|
|
Signed-off-by: Xiaofei Tan <tanxiaofei@huawei.com>
|
||
|
|
Signed-off-by: Shiju Jose <shiju.jose@huawei.com>
|
||
|
|
Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
|
||
|
|
---
|
||
|
|
non-standard-hisilicon.c | 6 +++++-
|
||
|
|
1 file changed, 5 insertions(+), 1 deletion(-)
|
||
|
|
|
||
|
|
diff --git a/non-standard-hisilicon.c b/non-standard-hisilicon.c
|
||
|
|
index 0ddb5ec..7296d28 100644
|
||
|
|
--- a/non-standard-hisilicon.c
|
||
|
|
+++ b/non-standard-hisilicon.c
|
||
|
|
@@ -214,7 +214,11 @@ static const char* module_name[] = {
|
||
|
|
"Tsensor",
|
||
|
|
"ROH",
|
||
|
|
"BTC",
|
||
|
|
- "HILINK"
|
||
|
|
+ "HILINK",
|
||
|
|
+ "STARS",
|
||
|
|
+ "SDMA",
|
||
|
|
+ "UC",
|
||
|
|
+ "HBMC",
|
||
|
|
};
|
||
|
|
|
||
|
|
static const char* get_soc_desc(uint8_t soc_id)
|
||
|
|
--
|
||
|
|
2.25.1
|
||
|
|
|