summaryrefslogtreecommitdiff
path: root/meta-ibm/recipes-phosphor/fans/phosphor-fan-presence-config/p10bmc/rainier-1s4u/config.json
diff options
context:
space:
mode:
authorAndrew Geissler <geissonator@yahoo.com>2021-04-12 21:26:44 +0300
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2021-04-12 23:05:34 +0300
commit9c2c90fb92d0ff2604f14b882e26ea9641780370 (patch)
tree6aae3bb70c8bca0e27703cd27e78033a0eb1a6ca /meta-ibm/recipes-phosphor/fans/phosphor-fan-presence-config/p10bmc/rainier-1s4u/config.json
parent2e8e014d679748a5ce66e7d0f400c229fd2175db (diff)
downloadopenbmc-9c2c90fb92d0ff2604f14b882e26ea9641780370.tar.xz
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 <geissonator@yahoo.com> Change-Id: Ic1415da9ab900c0e553600df89a1e26893f8b0bd
Diffstat (limited to 'meta-ibm/recipes-phosphor/fans/phosphor-fan-presence-config/p10bmc/rainier-1s4u/config.json')
-rw-r--r--meta-ibm/recipes-phosphor/fans/phosphor-fan-presence-config/p10bmc/rainier-1s4u/config.json8
1 files changed, 4 insertions, 4 deletions
diff --git a/meta-ibm/recipes-phosphor/fans/phosphor-fan-presence-config/p10bmc/rainier-1s4u/config.json b/meta-ibm/recipes-phosphor/fans/phosphor-fan-presence-config/p10bmc/rainier-1s4u/config.json
index cb9eb70de..5bcda88b3 100644
--- a/meta-ibm/recipes-phosphor/fans/phosphor-fan-presence-config/p10bmc/rainier-1s4u/config.json
+++ b/meta-ibm/recipes-phosphor/fans/phosphor-fan-presence-config/p10bmc/rainier-1s4u/config.json
@@ -63,19 +63,19 @@
}
},
{
- "name": "fan3",
- "path": "/system/chassis/motherboard/fan3",
+ "name": "fan4",
+ "path": "/system/chassis/motherboard/fan4",
"methods": [
{
"type": "gpio",
- "key": 9,
+ "key": 10,
"physpath": "/sys/devices/platform/ahb/ahb:apb/ahb:apb:bus@1e78a000/1e78a400.i2c-bus/i2c-7/7-0061",
"devpath": "/dev/input/by-path/platform-gpio-keys-polled-event"
},
{
"type": "tach",
"sensors": [
- "fan3_0"
+ "fan4_0"
]
}
],