nicole: Fix GPIO setup for power button
Changed to be consistent with the schematics.
Signed-off-by: Artem Senichev <a.senichev@yadro.com>
Change-Id: Ia084d22974197b1e1ed1d175376f85d7528fa86e
diff --git a/meta-nicole/recipes-phosphor/skeleton/obmc-libobmc-intf/gpio_defs.json b/meta-nicole/recipes-phosphor/skeleton/obmc-libobmc-intf/gpio_defs.json
index 146b9af..9664462 100644
--- a/meta-nicole/recipes-phosphor/skeleton/obmc-libobmc-intf/gpio_defs.json
+++ b/meta-nicole/recipes-phosphor/skeleton/obmc-libobmc-intf/gpio_defs.json
@@ -39,33 +39,8 @@
"direction": "falling"
},
{
- "name": "BMC_CP0_RESET_N",
- "pin": "A1",
- "direction": "out"
- },
- {
- "name": "BMC_CP0_PERST_ENABLE_R",
- "pin": "A3",
- "direction": "out"
- },
- {
- "name": "BMC_THROTTLE",
- "pin": "J3",
- "direction": "out"
- },
- {
- "name": "IDBTN",
- "pin": "Q7",
- "direction": "out"
- },
- {
"name": "POWER_BUTTON",
- "pin": "I3",
- "direction": "both"
- },
- {
- "name": "RESET_BUTTON",
- "pin": "J1",
+ "pin": "O2",
"direction": "both"
}
]