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>
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 828c35b..2960395 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"
}
]
}