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.
Change-Id: Ic4d8fc9c57277325317fb9cf6e19d0df03da8002
Signed-off-by: Joel Stanley <joel@jms.id.au>
diff --git a/recipes-phosphor/skeleton/obmc-libobmc-intf/witherspoon-tacoma/gpio_defs.json b/recipes-phosphor/skeleton/obmc-libobmc-intf/witherspoon-tacoma/gpio_defs.json
index 4ea1522..d67a6d1 100644
--- a/recipes-phosphor/skeleton/obmc-libobmc-intf/witherspoon-tacoma/gpio_defs.json
+++ b/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}
]
}
},