From: Xiaofei Tan Date: Wed, 20 Oct 2021 06:33:40 +0000 (+0800) Subject: rasdaemon: Add some modules supported by hisi common error section X-Git-Tag: v0.6.8~3 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=d828055aebdaa45616551daaca4db736c74c2ad9;p=users%2Fmchehab%2Frasdaemon.git rasdaemon: Add some modules supported by hisi common error section Add some modules supported by hisi common error section. Besides, HHA is the module for some old platform, and it takes the same place of MATA, so remove it. Signed-off-by: Xiaofei Tan Signed-off-by: Mauro Carvalho Chehab --- diff --git a/non-standard-hisilicon.c b/non-standard-hisilicon.c index f9c7bd4..1432163 100644 --- a/non-standard-hisilicon.c +++ b/non-standard-hisilicon.c @@ -184,7 +184,11 @@ static const char* module_name[] = { "SEC", "RDE", "MEE", - "HHA", + "L4D", + "Tsensor", + "ROH", + "BTC", + "HILINK" }; static const char* get_soc_desc(uint8_t soc_id)