From 6234872b26397cb8b114e4c4bc48a22666ae86cb Mon Sep 17 00:00:00 2001 From: Adriana Kobylak Date: Thu, 25 Mar 2021 16:40:34 +0000 Subject: ibm: fans: Replace rainier with p10bmc The IBM rainier machine name is being replaced with the generic p10bmc. Tested: Built rainier and verified the fan files were installed, ex: obmc-phosphor-image/1.0-r0/rootfs/usr/share/phosphor-fan-presence/control/ibm,rainier-4u/zones.json obmc-phosphor-image/1.0-r0/rootfs/usr/share/phosphor-fan-presence/control/ibm,rainier-2u/zones.json obmc-phosphor-image/1.0-r0/rootfs/usr/share/phosphor-fan-presence/control/ibm,everest/zones.json Change-Id: I10edb9e30716cffa3f510fe94822eadb08326912 Signed-off-by: Adriana Kobylak --- .../fans/phosphor-fan/p10bmc/rainier-2u/zones.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 meta-ibm/recipes-phosphor/fans/phosphor-fan/p10bmc/rainier-2u/zones.json (limited to 'meta-ibm/recipes-phosphor/fans/phosphor-fan/p10bmc/rainier-2u/zones.json') diff --git a/meta-ibm/recipes-phosphor/fans/phosphor-fan/p10bmc/rainier-2u/zones.json b/meta-ibm/recipes-phosphor/fans/phosphor-fan/p10bmc/rainier-2u/zones.json new file mode 100644 index 000000000..54d3f28ca --- /dev/null +++ b/meta-ibm/recipes-phosphor/fans/phosphor-fan/p10bmc/rainier-2u/zones.json @@ -0,0 +1,9 @@ +[ + { + "name": "0", + "full_speed": 11200, + "default_floor": 8000, + "increase_delay": 5, + "decrease_interval": 30 + } +] -- cgit v1.2.3