From 169a8a36f92c484adc6f91fee3dbce624bba4c50 Mon Sep 17 00:00:00 2001 From: Brad Bishop Date: Tue, 25 Jul 2017 23:52:18 -0400 Subject: witherspoon: enable gpio presence Add witherspoon gpio presence support. Resolves: openbmc/openbmc#1318 Change-Id: Icace7a8ad444f13c0005411029d2438df40e6306 Signed-off-by: Brad Bishop --- .../phosphor-fan-presence-config-native%/config.yaml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'meta-openbmc-machines/meta-openpower/meta-ibm/meta-witherspoon') diff --git a/meta-openbmc-machines/meta-openpower/meta-ibm/meta-witherspoon/recipes-phosphor/fans/phosphor-fan-presence-config-native%/config.yaml b/meta-openbmc-machines/meta-openpower/meta-ibm/meta-witherspoon/recipes-phosphor/fans/phosphor-fan-presence-config-native%/config.yaml index 142086905..c5be29c1e 100644 --- a/meta-openbmc-machines/meta-openpower/meta-ibm/meta-witherspoon/recipes-phosphor/fans/phosphor-fan-presence-config-native%/config.yaml +++ b/meta-openbmc-machines/meta-openpower/meta-ibm/meta-witherspoon/recipes-phosphor/fans/phosphor-fan-presence-config-native%/config.yaml @@ -1,6 +1,10 @@ - name: fan0 path: /system/chassis/motherboard/fan0 methods: + - type: gpio + key: 4 + physpath: /sys/devices/platform/ahb/ahb:apb/ahb:apb:i2c@1e78a000/1e78a100.i2c-bus/i2c-3/3-0060 + devpath: /dev/input/by-path/platform-gpio-keys-polled-event - type: tach sensors: - fan0_0 @@ -11,6 +15,10 @@ - name: fan1 path: /system/chassis/motherboard/fan1 methods: + - type: gpio + key: 5 + physpath: /sys/devices/platform/ahb/ahb:apb/ahb:apb:i2c@1e78a000/1e78a100.i2c-bus/i2c-3/3-0060 + devpath: /dev/input/by-path/platform-gpio-keys-polled-event - type: tach sensors: - fan1_0 @@ -21,6 +29,10 @@ - name: fan2 path: /system/chassis/motherboard/fan2 methods: + - type: gpio + key: 6 + physpath: /sys/devices/platform/ahb/ahb:apb/ahb:apb:i2c@1e78a000/1e78a100.i2c-bus/i2c-3/3-0060 + devpath: /dev/input/by-path/platform-gpio-keys-polled-event - type: tach sensors: - fan2_0 @@ -31,6 +43,10 @@ - name: fan3 path: /system/chassis/motherboard/fan3 methods: + - type: gpio + key: 7 + physpath: /sys/devices/platform/ahb/ahb:apb/ahb:apb:i2c@1e78a000/1e78a100.i2c-bus/i2c-3/3-0060 + devpath: /dev/input/by-path/platform-gpio-keys-polled-event - type: tach sensors: - fan3_0 -- cgit v1.2.1