summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThang Q. Nguyen <thang@os.amperecomputing.com>2021-09-23 07:46:05 +0300
committerThang Q. Nguyen <thang@os.amperecomputing.com>2021-09-23 07:46:05 +0300
commitf68eae164d56f453c2ef767118f7cbed74a412b4 (patch)
treed32eb20ac829038fff3a3d3045066e472971ae69
parent09e5d44985aca8e4cefae72be9b22a17584db658 (diff)
downloadopenbmc-f68eae164d56f453c2ef767118f7cbed74a412b4.tar.xz
meta-ampere: mtjade: Remove BMC_READY from power control
The BMC_READY pin is used to notify CPLD that BMC is running and it is ready to control the Host power. This pin should be always high after the BMC boots successful. This commit removes BMC_READY setting in the skeleton config so that is is not set low when powering off the Host. Tested: 1. Power off the host. Check if BMC_READY is still HIGH. Signed-off-by: Thu B Nguyen <tbnguyen@amperecomputing.com> Signed-off-by: Thang Q. Nguyen <thang@os.amperecomputing.com> Change-Id: Idc3a2b7ef92e6f8881d346f29920e184585911c3
-rw-r--r--meta-ampere/meta-jade/recipes-phosphor/skeleton/obmc-libobmc-intf/gpio_defs.json8
1 files changed, 1 insertions, 7 deletions
diff --git a/meta-ampere/meta-jade/recipes-phosphor/skeleton/obmc-libobmc-intf/gpio_defs.json b/meta-ampere/meta-jade/recipes-phosphor/skeleton/obmc-libobmc-intf/gpio_defs.json
index dd218c0c9..f2722c881 100644
--- a/meta-ampere/meta-jade/recipes-phosphor/skeleton/obmc-libobmc-intf/gpio_defs.json
+++ b/meta-ampere/meta-jade/recipes-phosphor/skeleton/obmc-libobmc-intf/gpio_defs.json
@@ -4,8 +4,7 @@
"power_config": {
"power_good_in": "PGOOD",
"power_up_outs": [
- {"name": "BMC_SYS_PSON_L", "polarity": false},
- {"name": "BMC_READY", "polarity": true}
+ {"name": "BMC_SYS_PSON_L", "polarity": false}
],
"reset_outs": [
{"name": "BMC_S0_SYSRESET_L", "polarity": false},
@@ -44,11 +43,6 @@
"name": "RESET_BUTTON",
"pin": "R5",
"direction": "both"
- },
- {
- "name": "BMC_READY",
- "pin": "AC5",
- "direction": "out"
}
]
}