summaryrefslogtreecommitdiff
path: root/meta-ibm/meta-witherspoon
diff options
context:
space:
mode:
authorJim Wright <wrightj@linux.vnet.ibm.com>2019-11-28 00:17:28 +0300
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2019-12-17 17:18:03 +0300
commit01489f0fc9139d8e8b128392ded3f071c7dddfba (patch)
tree2cfeb206bb613070c37c345892b3b0fd5293ae89 /meta-ibm/meta-witherspoon
parentb92147cf66fed9e3636d945cb50ab7fae2fd7192 (diff)
downloadopenbmc-01489f0fc9139d8e8b128392ded3f071c7dddfba.tar.xz
Remove setting BMC_DCM_ALL_RESET_N in Rainier power on
Reviewing GPIO function with engineering, BMC_DCM_ALL_RESET_N GPIO should be handled differently. Remove BMC_DCM_ALL_RESET_N from Rainier power-on GPIO configuration. (From meta-ibm rev: de595e38e6c38729d7e0c7eb6925fe639cbb5b85) Signed-off-by: Jim Wright <jlwright@us.ibm.com> Change-Id: I2fa2949b49d192b0a3a6a516c3ce9c49052dd3d7 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
Diffstat (limited to 'meta-ibm/meta-witherspoon')
-rw-r--r--meta-ibm/meta-witherspoon/recipes-phosphor/skeleton/obmc-libobmc-intf/rainier/gpio_defs.json8
1 files changed, 0 insertions, 8 deletions
diff --git a/meta-ibm/meta-witherspoon/recipes-phosphor/skeleton/obmc-libobmc-intf/rainier/gpio_defs.json b/meta-ibm/meta-witherspoon/recipes-phosphor/skeleton/obmc-libobmc-intf/rainier/gpio_defs.json
index 828c35b296..2960395025 100644
--- a/meta-ibm/meta-witherspoon/recipes-phosphor/skeleton/obmc-libobmc-intf/rainier/gpio_defs.json
+++ b/meta-ibm/meta-witherspoon/recipes-phosphor/skeleton/obmc-libobmc-intf/rainier/gpio_defs.json
@@ -6,9 +6,6 @@
"power_up_outs": [
{"name": "SOFTWARE_PGOOD", "polarity": true},
{"name": "BMC_POWER_UP", "polarity": true}
- ],
- "reset_outs": [
- {"name": "BMC_DCM_ALL_RESET_N", "polarity": false}
]
}
},
@@ -28,11 +25,6 @@
"name": "SYS_PWROK_BUFF",
"pin": "R2",
"direction": "in"
- },
- {
- "name": "BMC_DCM_ALL_RESET_N",
- "pin": "Q0",
- "direction": "out"
}
]
}