Skip to content

Commit b859812

Browse files
committed
hw-mgmt: scripts: Fix Q3400 PSU I2C map
Signed-off-by: Felix Radensky <fradensky@nvidia.com>
1 parent 627f40e commit b859812

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

usr/usr/bin/hw-management.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2258,7 +2258,7 @@ qm3xxx_specific()
22582258
thermal_control_config="$thermal_control_configs_path/tc_config_q3400.json"
22592259
named_busses+=(${q3400_named_busses[@]})
22602260
asic_i2c_buses=(2 18 34 50)
2261-
psu_i2c_map=(4 59 4 58 3 5b 3 5a 3 5d 3 5c 4 5e 4 5f)
2261+
psu_i2c_map=(4 59 4 58 3 5b 3 5a 4 5d 4 5c 3 5e 3 5f)
22622262
dummy_psus_supported=1
22632263
elif [ "$sku" == "HI175" ] || [ "$sku" == "HI178" ]; then
22642264
# Set according to front fan max.

0 commit comments

Comments
 (0)