From c070238099ead5d13ecf12bde5797e52dcce6a77 Mon Sep 17 00:00:00 2001 From: Matt Spinler Date: Tue, 27 Nov 2018 10:01:43 -0600 Subject: 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 Signed-off-by: Brad Bishop --- .../recipes-phosphor/skeleton/obmc-libobmc-intf/gpio_defs.json | 5 ----- 1 file changed, 5 deletions(-) (limited to 'meta-ibm') 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 bacde99be..5df8d0141 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" } ] } -- cgit v1.2.1