Revert "tacoma: Remove CP0 reset"

This reverts commit 5ef58e42bd2c27605cd952bf590b2879759425d8.

There is a unknown issue with Tacoma hardware in which the CP0 reset
needs to happen within the power_control.exe. The theory is it is timing
related (i.e. the CP0 reset needs to occur extremely close to the power
being turned on). Given that Tacoma is a development system, time has not
been allotted to getting to the bottom of this.

It works fine on some systems, but fails catastrophically on others with
an assortment of power fault errors.

Due to this issue, we can not utilize the new kernel mechanism for
controlling CP0 on Tacomas.

Change-Id: I793ed0259426e6b42021fb92ca869fd2b6e15ace
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 d67a6d1..4ea1522 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,6 +6,9 @@
             "power_up_outs": [
                 {"name": "SOFTWARE_PGOOD", "polarity": true},
                 {"name": "BMC_POWER_UP", "polarity": true}
+            ],
+            "reset_outs": [
+                {"name": "BMC_CP0_RESET_N", "polarity": false}
             ]
         }
     },