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>
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 4ea1522..d67a6d1 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}
]
}
},