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>
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['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 @@
('BMC_POWER_UP', True),
],
'reset_outs' : [
- ('BMC_CP0_RESET_N', False),
- ('BMC_CP0_PERST_ENABLE_R', False),
],
},
'hostctl_config' : {