| 72bd8070 | 15-Jul-2025 |
Alex Wang <alex.ts.wang@fii-foxconn.com> |
configurations: Fix GB300 sensor naming issue
- Remove the space between "NVIDIA_GB300_CPU" and "$bus" to keep the naming consistency.
- Remove all underscores misadded to the end of the template
configurations: Fix GB300 sensor naming issue
- Remove the space between "NVIDIA_GB300_CPU" and "$bus" to keep the naming consistency.
- Remove all underscores misadded to the end of the template replacement, which makes the trailing string a part of the last operand and eventually disappear after passing to std::stoi. e.g. "0_TACH_IL" and "0_PWM" will be passed to std::stoi and both return 0.
Change-Id: Icc4171337bcabeea54e18f1e2856ed44661e4d00 Signed-off-by: Alex Wang <alex.ts.wang@fii-foxconn.com>
show more ...
|