commit | c070238099ead5d13ecf12bde5797e52dcce6a77 | [log] [tgz] |
---|---|---|
author | Matt Spinler <spinler@us.ibm.com> | Tue Nov 27 10:01:43 2018 -0600 |
committer | Brad Bishop <bradleyb@fuzziesquirrel.com> | Wed Nov 28 09:45:19 2018 -0500 |
tree | d6d93dfbadd465f657bc636845340dfbef14a6dc | |
parent | b0ba1c5999ef9069004e55c9fa2c2d362f2a1b31 [diff] |
wspoon: Remove reset button GPIO Witherspoon doesn't actually have a reset button. This was pointed at a GPIO used by the fan watchdog. (From meta-ibm rev: 67afe4eaa0e066431292e7481e00eb703de6184f) Change-Id: I50da933dd59e644ac400daa77770a700850594bb Signed-off-by: Matt Spinler <spinler@us.ibm.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
diff --git a/meta-ibm/meta-witherspoon/recipes-phosphor/skeleton/obmc-libobmc-intf/gpio_defs.json b/meta-ibm/meta-witherspoon/recipes-phosphor/skeleton/obmc-libobmc-intf/gpio_defs.json index bacde99..5df8d01 100644 --- a/meta-ibm/meta-witherspoon/recipes-phosphor/skeleton/obmc-libobmc-intf/gpio_defs.json +++ b/meta-ibm/meta-witherspoon/recipes-phosphor/skeleton/obmc-libobmc-intf/gpio_defs.json
@@ -53,11 +53,6 @@ "name": "POWER_BUTTON", "pin": "I3", "direction": "both" - }, - { - "name": "RESET_BUTTON", - "pin": "J1", - "direction": "both" } ] }