From f309314224ff34552d3af22fbee852657a8d62e3 Mon Sep 17 00:00:00 2001 From: Matthew Barth Date: Thu, 7 Jan 2021 12:06:38 -0600 Subject: rainier: Remove fan presence gpios on Everest Temporarily remove detecting fan presence by gpio on Everest until the gpios are added within the dts and accessible in userspace. (From meta-ibm rev: 7c4944f2dfd2ce5ab811f7e07a5a4d8de5949ee4) Signed-off-by: Matthew Barth Change-Id: I62f80e494a9d0feffa45cc3a1e08f0a859fca35b Signed-off-by: Andrew Geissler --- .../rainier/everest/config.json | 24 ---------------------- 1 file changed, 24 deletions(-) diff --git a/meta-ibm/recipes-phosphor/fans/phosphor-fan-presence-config/rainier/everest/config.json b/meta-ibm/recipes-phosphor/fans/phosphor-fan-presence-config/rainier/everest/config.json index dcadd10f1..a9f1061fd 100644 --- a/meta-ibm/recipes-phosphor/fans/phosphor-fan-presence-config/rainier/everest/config.json +++ b/meta-ibm/recipes-phosphor/fans/phosphor-fan-presence-config/rainier/everest/config.json @@ -3,12 +3,6 @@ "name": "fan0", "path": "/system/chassis/motherboard/fan0", "methods": [ - { - "type": "gpio", - "key": 19, - "physpath": "/sys/devices/platform/ahb/ahb:apb/ahb:apb:bus@1e78a000/1e78a780.i2c-bus/i2c-14/14-0061", - "devpath": "/dev/input/by-path/platform-gpio-keys-polled-event" - }, { "type": "tach", "sensors": [ @@ -25,12 +19,6 @@ "name": "fan1", "path": "/system/chassis/motherboard/fan1", "methods": [ - { - "type": "gpio", - "key": 18, - "physpath": "/sys/devices/platform/ahb/ahb:apb/ahb:apb:bus@1e78a000/1e78a780.i2c-bus/i2c-14/14-0061", - "devpath": "/dev/input/by-path/platform-gpio-keys-polled-event" - }, { "type": "tach", "sensors": [ @@ -47,12 +35,6 @@ "name": "fan2", "path": "/system/chassis/motherboard/fan2", "methods": [ - { - "type": "gpio", - "key": 17, - "physpath": "/sys/devices/platform/ahb/ahb:apb/ahb:apb:bus@1e78a000/1e78a780.i2c-bus/i2c-14/14-0061", - "devpath": "/dev/input/by-path/platform-gpio-keys-polled-event" - }, { "type": "tach", "sensors": [ @@ -69,12 +51,6 @@ "name": "fan3", "path": "/system/chassis/motherboard/fan3", "methods": [ - { - "type": "gpio", - "key": 16, - "physpath": "/sys/devices/platform/ahb/ahb:apb/ahb:apb:bus@1e78a000/1e78a780.i2c-bus/i2c-14/14-0061", - "devpath": "/dev/input/by-path/platform-gpio-keys-polled-event" - }, { "type": "tach", "sensors": [ -- cgit v1.2.3