From 9c2c90fb92d0ff2604f14b882e26ea9641780370 Mon Sep 17 00:00:00 2001 From: Andrew Geissler Date: Mon, 12 Apr 2021 13:26:44 -0500 Subject: 1s4u: replace fan3 with fan4 The 1s4u hardware is configured with fans at 0,1,2, and 4 locations. Tested: - Verified that we can now power on a 1s4u machine with this change plus a kernel device tree change to move to fan 4. Signed-off-by: Andrew Geissler Change-Id: Ic1415da9ab900c0e553600df89a1e26893f8b0bd --- .../fans/phosphor-fan-monitor-config/p10bmc/rainier-1s4u/config.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'meta-ibm/recipes-phosphor/fans/phosphor-fan-monitor-config/p10bmc/rainier-1s4u') diff --git a/meta-ibm/recipes-phosphor/fans/phosphor-fan-monitor-config/p10bmc/rainier-1s4u/config.json b/meta-ibm/recipes-phosphor/fans/phosphor-fan-monitor-config/p10bmc/rainier-1s4u/config.json index 1a5e30572..737cb3f3b 100644 --- a/meta-ibm/recipes-phosphor/fans/phosphor-fan-monitor-config/p10bmc/rainier-1s4u/config.json +++ b/meta-ibm/recipes-phosphor/fans/phosphor-fan-monitor-config/p10bmc/rainier-1s4u/config.json @@ -49,7 +49,7 @@ ] }, { - "inventory": "/system/chassis/motherboard/fan3", + "inventory": "/system/chassis/motherboard/fan4", "functional_delay": 5, "allowed_out_of_range_time": 30, "deviation": 15, @@ -59,7 +59,7 @@ "nonfunc_rotor_error_delay": 0, "sensors": [ { - "name": "fan3_0", + "name": "fan4_0", "has_target": true } ] -- cgit v1.2.3