From 8de19742050c66a32660c3febdc641c4ceb89ff5 Mon Sep 17 00:00:00 2001 From: Pradchaya P Date: Thu, 20 Jul 2017 15:19:27 +0700 Subject: [PATCH] Update label of temperature sensors. --- .../x86_64-cel_seastone-r0/sensors.conf | 21 +++++++++++++++++-- 1 file changed, 19 insertions(+), 2 deletions(-) diff --git a/device/celestica/x86_64-cel_seastone-r0/sensors.conf b/device/celestica/x86_64-cel_seastone-r0/sensors.conf index eaaeeacfc44c..f7e89e58cd2e 100644 --- a/device/celestica/x86_64-cel_seastone-r0/sensors.conf +++ b/device/celestica/x86_64-cel_seastone-r0/sensors.conf @@ -3,10 +3,27 @@ chip "dps460-*" ignore fan2 ignore fan3 -chip "dx010_lm75b-*" +chip "dx010_lm75b-i2c-5-48" + label temp1 "CPU Board Temp" set temp1_max 43 set temp1_max_hyst 28 -chip "lm75b-*" +chip "dx010_lm75b-i2c-15-4e" + label temp1 "CPU Board Temp" + set temp1_max 43 + set temp1_max_hyst 28 + +chip "dx010_lm75b-i2c-6-49" + label temp1 "Main Board Temp" + set temp1_max 43 + set temp1_max_hyst 28 + +chip "dx010_lm75b-i2c-7-4a" + label temp1 "Main Board Temp" + set temp1_max 43 + set temp1_max_hyst 28 + +chip "dx010_lm75b-i2c-14-48" + label temp1 "Main Board Temp" set temp1_max 43 set temp1_max_hyst 28