summaryrefslogtreecommitdiff
path: root/meta-ibm/recipes-phosphor
diff options
context:
space:
mode:
authorJoel Stanley <joel@jms.id.au>2020-08-06 11:55:21 +0300
committerAndrew Geissler <geissonator@yahoo.com>2020-10-02 01:14:37 +0300
commit020846b8e8e9a327723e70360ef055d896499148 (patch)
treef92c2b87bcc486e3514cef246cd08e740f4245e4 /meta-ibm/recipes-phosphor
parent55c57e8cb1ee589b3af3912e887b84f575795bda (diff)
downloadopenbmc-020846b8e8e9a327723e70360ef055d896499148.tar.xz
tacoma: Remove CP0 reset
This is wired as to do nothing on normal Witherspoons, so the code to do so has questionable utility. On Tacoma systems, the Witherspoon motherboard is reworked to allow the BMC to control the reset. The control is provided as part of the FSI driver in the kernel, so it should be removed from the userspace power control tool. Fixing this should resolve this message when doing poweron: power_control.exe[250]: ERROR PowerControl: GPIO open error (gpio=BMC_CP0_RESET_N,rc=2) The GPIO device can't be opened as the kernel has control of it. (From meta-ibm rev: 5ef58e42bd2c27605cd952bf590b2879759425d8) Change-Id: Id6889d8d889272a82c80b64ea3fa31ac4a464458 Signed-off-by: Joel Stanley <joel@jms.id.au> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
Diffstat (limited to 'meta-ibm/recipes-phosphor')
-rw-r--r--meta-ibm/recipes-phosphor/skeleton/obmc-libobmc-intf/witherspoon-tacoma/gpio_defs.json3
1 files changed, 0 insertions, 3 deletions
diff --git a/meta-ibm/recipes-phosphor/skeleton/obmc-libobmc-intf/witherspoon-tacoma/gpio_defs.json b/meta-ibm/recipes-phosphor/skeleton/obmc-libobmc-intf/witherspoon-tacoma/gpio_defs.json
index 4ea152249..d67a6d1d3 100644
--- a/meta-ibm/recipes-phosphor/skeleton/obmc-libobmc-intf/witherspoon-tacoma/gpio_defs.json
+++ b/meta-ibm/recipes-phosphor/skeleton/obmc-libobmc-intf/witherspoon-tacoma/gpio_defs.json
@@ -6,9 +6,6 @@
"power_up_outs": [
{"name": "SOFTWARE_PGOOD", "polarity": true},
{"name": "BMC_POWER_UP", "polarity": true}
- ],
- "reset_outs": [
- {"name": "BMC_CP0_RESET_N", "polarity": false}
]
}
},