summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRaptor Engineering Development Team <support@raptorengineering.com>2018-01-21 23:10:30 -0600
committerRaptor Engineering Development Team <support@raptorengineering.com>2018-01-21 23:10:30 -0600
commit44ababb070630d8061dc2c55eae978d36eadb006 (patch)
tree0882d240e67278c638a0f4606b675948782bdb0f
parent8270de468befb156789db2aa297aaed3b608bd9b (diff)
downloadtalos-skeleton-44ababb070630d8061dc2c55eae978d36eadb006.tar.gz
talos-skeleton-44ababb070630d8061dc2c55eae978d36eadb006.zip
Switch reset GPIO to active low reset signal coming from FPGA
-rw-r--r--configs/Talos.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/configs/Talos.py b/configs/Talos.py
index 45c2320..f57f3dc 100644
--- a/configs/Talos.py
+++ b/configs/Talos.py
@@ -280,9 +280,9 @@ GPIO_CONFIG['IDBTN'] = \
GPIO_CONFIG['POWER_BUTTON'] = \
{'gpio_pin': 'I3', 'direction': 'both'}
-# PM_NMIBTN_IN_L
+# PM_FP_RSTBTN_IN_L
GPIO_CONFIG['RESET_BUTTON'] = \
- {'gpio_pin': 'J1', 'direction': 'both'}
+ {'gpio_pin': 'O6', 'direction': 'both'}
# TODO openbmc/openbmc#2288 - Determine if any pci resets needed
GPIO_CONFIGS = {
OpenPOWER on IntegriCloud