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.

(From meta-ibm rev: 4bc5a4720757e6aa8b349869adc2dceb53a8b9f1)

Change-Id: Ib0afbfc4386bf74ffa264c1e0ac3aaa04016a040
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 d67a6d1..4ea1522 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,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}
             ]
         }
     },