Skip to content

Commit

Permalink
Fix wrong naming in 3_V_3_R_CARD for Montblanc sensor configs
Browse files Browse the repository at this point in the history
Summary: They were named with "_L_" which are duplicates in 3_V_3_L_CARD

Reviewed By: alandau

Differential Revision: D64476016

fbshipit-source-id: db7bd9cd38365440381295aa6db1612f8aeb7f0c
  • Loading branch information
Justin Kim authored and facebook-github-bot committed Oct 17, 2024
1 parent 431f7d4 commit d1f8cb9
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions fboss/platform/configs/montblanc/sensor_service.json
Original file line number Diff line number Diff line change
Expand Up @@ -3863,7 +3863,7 @@
"compute": "@/1000"
},
{
"name": "SMB_3V3_L_VRM_PIN",
"name": "SMB_3V3_R_VRM_PIN",
"sysfsPath": "/run/devmap/sensors/3V3_R_MONITOR/power1_input",
"type": 0,
"thresholds": {
Expand All @@ -3873,7 +3873,7 @@
"compute": "@/1000000"
},
{
"name": "SMB_3V3_L_VRM_VIN",
"name": "SMB_3V3_R_VRM_VIN",
"sysfsPath": "/run/devmap/sensors/3V3_R_MONITOR/in1_input",
"type": 1,
"thresholds": {
Expand All @@ -3885,7 +3885,7 @@
"compute": "@/1000"
},
{
"name": "SMB_3V3_L_VRM_VOUT",
"name": "SMB_3V3_R_VRM_VOUT",
"sysfsPath": "/run/devmap/sensors/3V3_R_MONITOR/in2_input",
"type": 1,
"thresholds": {
Expand All @@ -3897,7 +3897,7 @@
"compute": "@/1000"
},
{
"name": "SMB_3V3_L_VRM_TEMP",
"name": "SMB_3V3_R_VRM_TEMP",
"sysfsPath": "/run/devmap/sensors/3V3_R_MONITOR/temp1_input",
"type": 3,
"compute": "@/1000"
Expand All @@ -3907,7 +3907,7 @@
{
"sensors": [
{
"name": "SMB_3V3_L_VRM_IOUT",
"name": "SMB_3V3_R_VRM_IOUT",
"sysfsPath": "/run/devmap/sensors/3V3_R_MONITOR/curr3_input",
"type": 2,
"thresholds": {
Expand All @@ -3917,7 +3917,7 @@
"compute": "@/1000"
},
{
"name": "SMB_3V3_L_VRM_POUT",
"name": "SMB_3V3_R_VRM_POUT",
"sysfsPath": "/run/devmap/sensors/3V3_R_MONITOR/power3_input",
"type": 0,
"thresholds": {
Expand All @@ -3934,7 +3934,7 @@
{
"sensors": [
{
"name": "SMB_3V3_L_VRM_IOUT",
"name": "SMB_3V3_R_VRM_IOUT",
"sysfsPath": "/run/devmap/sensors/3V3_R_MONITOR/curr3_input",
"type": 2,
"thresholds": {
Expand All @@ -3944,7 +3944,7 @@
"compute": "@/1000"
},
{
"name": "SMB_3V3_L_VRM_POUT",
"name": "SMB_3V3_R_VRM_POUT",
"sysfsPath": "/run/devmap/sensors/3V3_R_MONITOR/power3_input",
"type": 0,
"thresholds": {
Expand All @@ -3961,7 +3961,7 @@
{
"sensors": [
{
"name": "SMB_3V3_L_VRM_IOUT",
"name": "SMB_3V3_R_VRM_IOUT",
"sysfsPath": "/run/devmap/sensors/3V3_R_MONITOR/curr3_input",
"type": 2,
"thresholds": {
Expand All @@ -3971,7 +3971,7 @@
"compute": "@/1000"
},
{
"name": "SMB_3V3_L_VRM_POUT",
"name": "SMB_3V3_R_VRM_POUT",
"sysfsPath": "/run/devmap/sensors/3V3_R_MONITOR/power3_input",
"type": 0,
"thresholds": {
Expand All @@ -3988,7 +3988,7 @@
{
"sensors": [
{
"name": "SMB_3V3_L_VRM_IOUT",
"name": "SMB_3V3_R_VRM_IOUT",
"sysfsPath": "/run/devmap/sensors/3V3_R_MONITOR/curr3_input",
"type": 2,
"thresholds": {
Expand All @@ -3998,7 +3998,7 @@
"compute": "@/1000"
},
{
"name": "SMB_3V3_L_VRM_POUT",
"name": "SMB_3V3_R_VRM_POUT",
"sysfsPath": "/run/devmap/sensors/3V3_R_MONITOR/power3_input",
"type": 0,
"thresholds": {
Expand All @@ -4015,7 +4015,7 @@
{
"sensors": [
{
"name": "SMB_3V3_L_VRM_IOUT",
"name": "SMB_3V3_R_VRM_IOUT",
"sysfsPath": "/run/devmap/sensors/3V3_R_MONITOR/curr3_input",
"type": 2,
"thresholds": {
Expand All @@ -4025,7 +4025,7 @@
"compute": "@/1000"
},
{
"name": "SMB_3V3_L_VRM_POUT",
"name": "SMB_3V3_R_VRM_POUT",
"sysfsPath": "/run/devmap/sensors/3V3_R_MONITOR/power3_input",
"type": 0,
"thresholds": {
Expand Down

0 comments on commit d1f8cb9

Please sign in to comment.