correct the name of Inventory.Item.Bmc interface

As defined in the PDIs [1], the correct name of this interface is
Inventory.Item.Bmc (not BMC). This commit corrects all configuration
that are using incorrect interface name.

[1] https://github.com/openbmc/phosphor-dbus-interfaces/blob/master/yaml/xyz/openbmc_project/Inventory/Item/Bmc.interface.yaml

Change-Id: Icc9b4b33725999a72cd925fd0f0e5995aacadcdc
Signed-off-by: Thang Tran <thuutran@amperecomputing.com>
diff --git a/configurations/meta/yosemite4.json b/configurations/meta/yosemite4.json
index 3bc1c9e..97afbc8 100644
--- a/configurations/meta/yosemite4.json
+++ b/configurations/meta/yosemite4.json
@@ -718,5 +718,5 @@
     "xyz.openbmc_project.Inventory.Decorator.Revision": {
         "Version": "$PRODUCT_VERSION"
     },
-    "xyz.openbmc_project.Inventory.Item.BMC": {}
+    "xyz.openbmc_project.Inventory.Item.Bmc": {}
 }
diff --git a/configurations/meta/yosemite4n.json b/configurations/meta/yosemite4n.json
index 39c6ee7..f529f41 100644
--- a/configurations/meta/yosemite4n.json
+++ b/configurations/meta/yosemite4n.json
@@ -786,5 +786,5 @@
     "xyz.openbmc_project.Inventory.Decorator.Revision": {
         "Version": "$PRODUCT_VERSION"
     },
-    "xyz.openbmc_project.Inventory.Item.BMC": {}
+    "xyz.openbmc_project.Inventory.Item.Bmc": {}
 }
diff --git a/configurations/mtjefferson_bmc.json b/configurations/mtjefferson_bmc.json
index 7fd0700..e231980 100644
--- a/configurations/mtjefferson_bmc.json
+++ b/configurations/mtjefferson_bmc.json
@@ -76,7 +76,7 @@
         "FieldReplaceable": false,
         "HotPluggable": false
     },
-    "xyz.openbmc_project.Inventory.Item.BMC": {},
+    "xyz.openbmc_project.Inventory.Item.Bmc": {},
     "xyz.openbmc_project.Inventory.Item.NetworkInterface": {
         "MACAddress": "$BOARD_INFO_AM1"
     }
diff --git a/configurations/mtmitchell_bmc.json b/configurations/mtmitchell_bmc.json
index 227d78f..8ca8b8f 100644
--- a/configurations/mtmitchell_bmc.json
+++ b/configurations/mtmitchell_bmc.json
@@ -128,7 +128,7 @@
         "FieldReplaceable": false,
         "HotPluggable": false
     },
-    "xyz.openbmc_project.Inventory.Item.BMC": {},
+    "xyz.openbmc_project.Inventory.Item.Bmc": {},
     "xyz.openbmc_project.Inventory.Item.NetworkInterface": {
         "MACAddress": "$BOARD_INFO_AM1"
     }
diff --git a/schemas/global.json b/schemas/global.json
index d1cf0a6..070f794 100644
--- a/schemas/global.json
+++ b/schemas/global.json
@@ -148,8 +148,8 @@
                 "xyz.openbmc_project.Inventory.Item.System": {
                     "$ref": "openbmc-dbus.json#/$defs/xyz/openbmc_project/Inventory/Item/System"
                 },
-                "xyz.openbmc_project.Inventory.Item.BMC": {
-                    "$ref": "openbmc-dbus.json#/$defs/xyz/openbmc_project/Inventory/Item/BMC"
+                "xyz.openbmc_project.Inventory.Item.Bmc": {
+                    "$ref": "openbmc-dbus.json#/$defs/xyz/openbmc_project/Inventory/Item/Bmc"
                 },
                 "xyz.openbmc_project.Inventory.Item.Storage": {
                     "$ref": "openbmc-dbus.json#/$defs/xyz/openbmc_project/Inventory/Item/Storage"
diff --git a/schemas/openbmc-dbus.json b/schemas/openbmc-dbus.json
index 12c974b..d455102 100644
--- a/schemas/openbmc-dbus.json
+++ b/schemas/openbmc-dbus.json
@@ -156,7 +156,7 @@
                             "additionalProperties": false,
                             "type": "object"
                         },
-                        "BMC": {
+                        "Bmc": {
                             "additionalProperties": false,
                             "type": "object"
                         },