summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Spinler <spinler@us.ibm.com>2018-08-08 13:34:25 -0500
committerMatt Spinler <spinler@us.ibm.com>2018-08-14 15:42:00 -0500
commitf070b1c158ce77176e4f7840d40cd1d7cdaa66b7 (patch)
tree3fa5567dcd02499b1d003d410fee2cbccd67330f
parent932198f3cb7df3ebf356e411104d1d6cd72855f3 (diff)
downloadblackbird-skeleton-f070b1c158ce77176e4f7840d40cd1d7cdaa66b7.tar.gz
blackbird-skeleton-f070b1c158ce77176e4f7840d40cd1d7cdaa66b7.zip
Remove the GPIOs from S2600wf.py
They are now obtained from a JSON file. Change-Id: If579b73b5affbdce14e4fd59547aca6104c310d6 Signed-off-by: Matt Spinler <spinler@us.ibm.com>
-rw-r--r--configs/S2600wf.py32
1 files changed, 0 insertions, 32 deletions
diff --git a/configs/S2600wf.py b/configs/S2600wf.py
index 7ec64e9..4d041a9 100644
--- a/configs/S2600wf.py
+++ b/configs/S2600wf.py
@@ -8,35 +8,3 @@ SYSTEM_STATES = [
FRU_INSTANCES = {
'<inventory_root>/system/chassis/motherboard/bmc' : { 'fru_type' : 'BMC','is_fru' : False, 'manufacturer' : 'ASPEED' },
}
-
-GPIO_CONFIG = {}
-GPIO_CONFIG['PGOOD'] = {'gpio_pin': 'AB3', 'direction': 'in'}
-GPIO_CONFIG['POWER_BUTTON'] = {'gpio_pin': 'E2', 'direction': 'both'}
-GPIO_CONFIG['POWER_UP_PIN'] = {'gpio_pin': 'E3', 'direction': 'out'}
-GPIO_CONFIG['RESET_BUTTON'] = {'gpio_pin': 'E0', 'direction': 'both'}
-GPIO_CONFIG['RESET_OUT'] = {'gpio_pin': 'E1', 'direction': 'out'}
-GPIO_CONFIG['ID_BUTTON'] = {'gpio_pin': 'S6', 'direction': 'out'}
-
-
-GPIO_CONFIGS = {
- 'power_config' : {
- 'power_good_in' : 'PGOOD',
- 'power_up_outs' : [
- ('POWER_UP_PIN', True),
- ],
- 'reset_outs' : [
- ('RESET_OUT', False),
- ],
- 'pci_reset_outs': [
- ],
- },
-
- 'hostctl_config' : {
- 'fsi_data' : '',
- 'fsi_clk' : '',
- 'fsi_enable' : '',
- 'cronus_sel' : '',
- 'optionals' : [
- ],
- },
-}
OpenPOWER on IntegriCloud