Skip to content

Commit eec7312

Browse files
committed
hw-mgmt: thermal: Fix thermal config name for MSN2700-A1
Add MSN2700-A1 to the TC config "name" field. This field contains a list of supported system types. This change is purely cosmetic, as the "name" field in the TC config is not used in the code. Bug: 4647833 Signed-off-by: Oleksandr Shamray <[email protected]>
1 parent d0778bb commit eec7312

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

usr/etc/hw-management-thermal/tc_config_msn27002.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "msn27002",
2+
"name": "msn27002/msn2700-a1",
33
"dmin" : {
44
"C2P": {
55
"untrusted": {"-127:30": 30, "31:40": 40, "41:120": 50},

0 commit comments

Comments
 (0)