-
Notifications
You must be signed in to change notification settings - Fork 52
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fby4: wf: Support second source RTQ6056 #1963
fby4: wf: Support second source RTQ6056 #1963
Conversation
@facebook-github-bot has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
Description - Support second source RTQ6056. Motivation - Support second source RTQ6056. Test plan - Build code: Pass - Get sensor reading: Pass Log - INA233 "WF_INA233_P12V_STBY_VOLT_V_32_22": { "critical": { "high": 13.32, "low": 10.73 }, "max": 0.0, "min": 0.0, "status": "ok", "unit": "Volts", "value": 12.09, "warning": { "high": 13.19, "low": 10.790000000000001 } }, "WF_INA233_P12V_E1S_0_L_VOLT_V_33_22": { "critical": { "high": 13.32, "low": 10.73 }, "max": 0.0, "min": 0.0, "status": "ok", "unit": "Volts", "value": 12.102, "warning": { "high": 13.19, "low": 10.790000000000001 } }, "WF_INA233_P12V_STBY_CURR_A_64_22": { "critical": { "high": 10.68 }, "max": 0.0, "min": 0.0, "status": "ok", "unit": "Amperes", "value": 3.13, "warning": { "high": 10.57 } }, "WF_INA233_P12V_E1S_0_L_CURR_A_65_22": { "critical": { "high": 2.2 }, "max": 0.0, "min": 0.0, "status": "ok", "unit": "Amperes", "value": 0.2, "warning": { "high": 2.1 } }, "WF_INA233_P12V_STBY_PWR_W_80_22": { "max": 0.0, "min": 0.0, "status": "ok", "unit": "Watts", "value": 37.9 }, "WF_INA233_P12V_E1S_0_L_PWR_W_81_22": { "critical": { "high": 25.75 }, "max": 0.0, "min": 0.0, "status": "ok", "unit": "Watts", "value": 2.77, "warning": { "high": 25.5 } }, - RTQ6056 "WF_INA233_P12V_STBY_VOLT_V_32_32": { "critical": { "high": 13.32, "low": 10.73 }, "max": 0.0, "min": 0.0, "status": "ok", "unit": "Volts", "value": 12.133000000000001, "warning": { "high": 13.19, "low": 10.790000000000001 } }, "WF_INA233_P12V_E1S_0_L_VOLT_V_33_32": { "critical": { "high": 13.32, "low": 10.73 }, "max": 0.0, "min": 0.0, "status": "ok", "unit": "Volts", "value": 12.001, "warning": { "high": 13.19, "low": 10.790000000000001 } }, "WF_INA233_P12V_STBY_CURR_A_64_32": { "critical": { "high": 10.68 }, "max": 0.0, "min": 0.0, "status": "ok", "unit": "Amperes", "value": 3.17, "warning": { "high": 10.57 } }, "WF_INA233_P12V_E1S_0_L_CURR_A_65_32": { "critical": { "high": 2.2 }, "max": 0.0, "min": 0.0, "status": "ok", "unit": "Amperes", "value": 0.30000000000000004, "warning": { "high": 2.1 } }, "WF_INA233_P12V_STBY_PWR_W_80_32": { "max": 0.0, "min": 0.0, "status": "ok", "unit": "Watts", "value": 38.099000000000004 }, "WF_INA233_P12V_E1S_0_L_PWR_W_81_32": { "critical": { "high": 25.75 }, "max": 0.0, "min": 0.0, "status": "ok", "unit": "Watts", "value": 5.22, "warning": { "high": 25.5 } },
88bfa3d
to
57b9680
Compare
@SaraLin-wiwynn has updated the pull request. You must reimport the pull request before landing. |
@facebook-github-bot has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
Force update to fix clang-format error. |
This pull request has been merged in 8ceb17b. |
Description
Motivation
Test plan
Log
INA233 "WF_INA233_P12V_STBY_VOLT_V_32_22": { "critical": { "high": 13.32, "low": 10.73 }, "max": 0.0, "min": 0.0, "status": "ok", "unit": "Volts", "value": 12.09, "warning": { "high": 13.19, "low": 10.790000000000001 } }, "WF_INA233_P12V_E1S_0_L_VOLT_V_33_22": { "critical": { "high": 13.32, "low": 10.73 }, "max": 0.0, "min": 0.0, "status": "ok", "unit": "Volts", "value": 12.102, "warning": { "high": 13.19, "low": 10.790000000000001 } }, "WF_INA233_P12V_STBY_CURR_A_64_22": { "critical": { "high": 10.68 }, "max": 0.0, "min": 0.0, "status": "ok", "unit": "Amperes", "value": 3.13, "warning": { "high": 10.57 } }, "WF_INA233_P12V_E1S_0_L_CURR_A_65_22": { "critical": { "high": 2.2 }, "max": 0.0, "min": 0.0, "status": "ok", "unit": "Amperes", "value": 0.2, "warning": { "high": 2.1 } }, "WF_INA233_P12V_STBY_PWR_W_80_22": { "max": 0.0, "min": 0.0, "status": "ok", "unit": "Watts", "value": 37.9 }, "WF_INA233_P12V_E1S_0_L_PWR_W_81_22": { "critical": { "high": 25.75 }, "max": 0.0, "min": 0.0, "status": "ok", "unit": "Watts", "value": 2.77, "warning": { "high": 25.5 } },
RTQ6056 "WF_INA233_P12V_STBY_VOLT_V_32_32": { "critical": { "high": 13.32, "low": 10.73 }, "max": 0.0, "min": 0.0, "status": "ok", "unit": "Volts", "value": 12.133000000000001, "warning": { "high": 13.19, "low": 10.790000000000001 } }, "WF_INA233_P12V_E1S_0_L_VOLT_V_33_32": { "critical": { "high": 13.32, "low": 10.73 }, "max": 0.0, "min": 0.0, "status": "ok", "unit": "Volts", "value": 12.001, "warning": { "high": 13.19, "low": 10.790000000000001 } }, "WF_INA233_P12V_STBY_CURR_A_64_32": { "critical": { "high": 10.68 }, "max": 0.0, "min": 0.0, "status": "ok", "unit": "Amperes", "value": 3.17, "warning": { "high": 10.57 } }, "WF_INA233_P12V_E1S_0_L_CURR_A_65_32": { "critical": { "high": 2.2 }, "max": 0.0, "min": 0.0, "status": "ok", "unit": "Amperes", "value": 0.30000000000000004, "warning": { "high": 2.1 } }, "WF_INA233_P12V_STBY_PWR_W_80_32": { "max": 0.0, "min": 0.0, "status": "ok", "unit": "Watts", "value": 38.099000000000004 }, "WF_INA233_P12V_E1S_0_L_PWR_W_81_32": { "critical": { "high": 25.75 }, "max": 0.0, "min": 0.0, "status": "ok", "unit": "Watts", "value": 5.22, "warning": { "high": 25.5 } },