summaryrefslogtreecommitdiffstats
path: root/configs
diff options
context:
space:
mode:
authorLei YU <mine260309@gmail.com>2017-11-09 16:08:01 +0800
committerLei YU <mine260309@gmail.com>2017-11-23 13:43:28 +0800
commite2691e75f5b80d0305dd4a651f962e24dddfc42e (patch)
treea2074218b205be69f7485d4a5ceb6288102760c4 /configs
parentaa4c3103125c2ba16c64efea9a6e43cae4217816 (diff)
downloadblackbird-skeleton-e2691e75f5b80d0305dd4a651f962e24dddfc42e.tar.gz
blackbird-skeleton-e2691e75f5b80d0305dd4a651f962e24dddfc42e.zip
Remove pci_reset from Romulus config
The pci_reset GPIOs are not connected on PASS2 Romulus. There is no need to toggle the GPIOs. Change-Id: I78afa4358e2540d72517d5f2ae953f0e6319db1e Signed-off-by: Lei YU <mine260309@gmail.com>
Diffstat (limited to 'configs')
-rw-r--r--configs/Romulus.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/configs/Romulus.py b/configs/Romulus.py
index 09cac88..e273449 100644
--- a/configs/Romulus.py
+++ b/configs/Romulus.py
@@ -283,6 +283,7 @@ GPIO_CONFIG['POWER_BUTTON'] = \
GPIO_CONFIG['RESET_BUTTON'] = \
{'gpio_pin': 'J1', 'direction': 'both'}
+# TODO openbmc/openbmc#2288 - Determine if any pci resets needed
GPIO_CONFIGS = {
'power_config' : {
'power_good_in' : 'SYS_PWROK_BUFF',
@@ -291,8 +292,6 @@ GPIO_CONFIGS = {
('BMC_POWER_UP', True),
],
'reset_outs' : [
- ('BMC_CP0_RESET_N', False),
- ('BMC_CP0_PERST_ENABLE_R', False),
],
},
'hostctl_config' : {
OpenPOWER on IntegriCloud