From 6eb18ee4fabef24c9a160ef98acf3c4b6f79be90 Mon Sep 17 00:00:00 2001 From: Wirut Getbamrung Date: Mon, 28 Oct 2019 21:33:56 +0700 Subject: [PATCH] [device/celestica]: libsensors configuration file for Seastone-DX010 (#3664) * [device/celestica]: libsensors configuration file for Seastone-DX010 * [device/celestica]: Add hysteresis config for lm75b sensors on Seastone-DX010 --- .../x86_64-cel_seastone-r0/sensors.conf | 20 +++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/device/celestica/x86_64-cel_seastone-r0/sensors.conf b/device/celestica/x86_64-cel_seastone-r0/sensors.conf index 307587f687..693cad993e 100644 --- a/device/celestica/x86_64-cel_seastone-r0/sensors.conf +++ b/device/celestica/x86_64-cel_seastone-r0/sensors.conf @@ -39,29 +39,29 @@ chip "dps460-i2c-*-5b" # These sensors located on Main Switch Board. chip "lm75b-i2c-*-48" label temp1 "Front-panel temp sensor 1" - set temp1_max 43 - set temp1_max_hyst 28 + set temp1_max 50 + set temp1_max_hyst 45 chip "lm75b-i2c-*-49" label temp1 "Front-panel temp sensor 2" - set temp1_max 43 - set temp1_max_hyst 28 + set temp1_max 50 + set temp1_max_hyst 45 chip "lm75b-i2c-*-4a" label temp1 "ASIC temp sensor" - set temp1_max 43 - set temp1_max_hyst 28 + set temp1_max 70 + set temp1_max_hyst 65 # These sensors located on CPU Board. chip "lm75b-i2c-*-48" label temp1 "Rear-panel temp sensor 1" - set temp1_max 43 - set temp1_max_hyst 28 + set temp1_max 70 + set temp1_max_hyst 65 chip "lm75b-i2c-*-4e" label temp1 "Rear-panel temp sensor 2" - set temp1_max 43 - set temp1_max_hyst 28 + set temp1_max 70 + set temp1_max_hyst 65 chip "emc2305-i2c-*-2e" label fan2 "fan1"