commit | e76b49abeb07ef877ba2645ffaba9245039c1fb9 | [log] [tgz] |
---|---|---|
author | Jinu Joy Thomas <jinu.joy.thomas@in.ibm.com> | Mon Jul 15 23:05:49 2024 -0500 |
committer | Jinu Joy Thomas <jinu.joy.thomas@in.ibm.com> | Wed Jul 17 05:16:08 2024 +0000 |
tree | 25dfbe5b49a07ffa1a7e5448020f62953f7957c8 | |
parent | 11593a4fd795bf05fe3faeaf5bdbff8a44055093 [diff] |
meta-ibm: system1: add GPIO for PHR button Added the GPIO definition for the pin hole reset button based on the GPIO it is connected as seen in the schematics. Change-Id: I713417f72ebaf5e3df06997332d243b4fbe3b8a1 Signed-off-by: Jinu Joy Thomas <jinu.joy.thomas@in.ibm.com>
diff --git a/meta-ibm/recipes-phosphor/skeleton/obmc-libobmc-intf/system1/gpio_defs.json b/meta-ibm/recipes-phosphor/skeleton/obmc-libobmc-intf/system1/gpio_defs.json index ef09c75..1da7674 100644 --- a/meta-ibm/recipes-phosphor/skeleton/obmc-libobmc-intf/system1/gpio_defs.json +++ b/meta-ibm/recipes-phosphor/skeleton/obmc-libobmc-intf/system1/gpio_defs.json
@@ -20,6 +20,11 @@ "name": "POWER_BUTTON", "pin": "X6", "direction": "in" + }, + { + "name": "RESET_BUTTON", + "pin": "F0", + "direction": "in" } ] }