summaryrefslogtreecommitdiffstats
path: root/configs
diff options
context:
space:
mode:
authorAndrew Geissler <andrewg@us.ibm.com>2017-09-12 13:10:55 -0500
committerAndrew Geissler <andrewg@us.ibm.com>2017-09-12 13:10:55 -0500
commit2b3f3ffef98a0dd56397de2bbd4e5e9e970c4799 (patch)
tree9d91093d51531d8c54fb57121aca75fe9d5dfb00 /configs
parent0206be87facad3bdc6344e6cd1e92d8908aa212b (diff)
downloadtalos-skeleton-2b3f3ffef98a0dd56397de2bbd4e5e9e970c4799.tar.gz
talos-skeleton-2b3f3ffef98a0dd56397de2bbd4e5e9e970c4799.zip
Remove pci_reset from witherspoon config
This pci_reset config causes intermittent network drop issues on witherspoon. openbmc/openbmc#2288 tracks getting to root cause of this network issue. Resolves openbmc/openbmc#2228 Change-Id: I3275f9b231c125cea45e3fa0cd302469343bd654 Signed-off-by: Andrew Geissler <andrewg@us.ibm.com>
Diffstat (limited to 'configs')
-rw-r--r--configs/Witherspoon.py6
1 files changed, 1 insertions, 5 deletions
diff --git a/configs/Witherspoon.py b/configs/Witherspoon.py
index dc8272d..df29fdd 100644
--- a/configs/Witherspoon.py
+++ b/configs/Witherspoon.py
@@ -343,6 +343,7 @@ GPIO_CONFIG['RESET_BUTTON'] = \
GPIO_CONFIG['IDBTN'] = \
{'gpio_pin': 'Q7', 'direction': 'out'}
+# TODO openbmc/openbmc#2288 - Determine if any pci resets needed
GPIO_CONFIGS = {
'power_config' : {
'power_good_in' : 'SYS_PWROK_BUFF',
@@ -353,11 +354,6 @@ GPIO_CONFIGS = {
'reset_outs' : [
('BMC_CP0_RESET_N', False),
],
- 'pci_reset_outs': [
- # net name, polarity, reset hold
- ('BMC_VS1_PERST_N', False, False),
- ('BMC_CP0_PERST_ENABLE_R', False, False),
- ],
},
'hostctl_config' : {
'fsi_data' : 'FSI_DATA',
OpenPOWER on IntegriCloud