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
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 dd218c0..f2722c8 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"
         }
     ]
 }