summaryrefslogtreecommitdiff
path: root/meta-ibm/recipes-phosphor/inventory/phosphor-inventory-manager/p10bmc/ibm,rainier-4u_associations.json
diff options
context:
space:
mode:
authorChris Cain <cjcain@us.ibm.com>2023-04-14 16:13:43 +0300
committerChris Cain <cjcain@us.ibm.com>2023-04-21 21:15:48 +0300
commit125817eb309fcb3d293e793da30f1169d55aa038 (patch)
treec586903e058ea17b8a2355c457819318b12f05ae /meta-ibm/recipes-phosphor/inventory/phosphor-inventory-manager/p10bmc/ibm,rainier-4u_associations.json
parentec7cab9378f548e94ee4af83946b2583d1fc7194 (diff)
downloadopenbmc-125817eb309fcb3d293e793da30f1169d55aa038.tar.xz
meta-ibm: p10bmc: Add occ to processor associations
Adding an association between the OCCs and processors, so that the throttle status can be associated with the applicable processor. The processor is power_managed_by the OCC. The OCC is power_managing the processor. Change-Id: I4f5b9f4ec347665316dae87e1995cebb52ef374c Signed-off-by: Chris Cain <cjcain@us.ibm.com>
Diffstat (limited to 'meta-ibm/recipes-phosphor/inventory/phosphor-inventory-manager/p10bmc/ibm,rainier-4u_associations.json')
-rw-r--r--meta-ibm/recipes-phosphor/inventory/phosphor-inventory-manager/p10bmc/ibm,rainier-4u_associations.json44
1 files changed, 44 insertions, 0 deletions
diff --git a/meta-ibm/recipes-phosphor/inventory/phosphor-inventory-manager/p10bmc/ibm,rainier-4u_associations.json b/meta-ibm/recipes-phosphor/inventory/phosphor-inventory-manager/p10bmc/ibm,rainier-4u_associations.json
index 3c6e18031b..d9aeb780cc 100644
--- a/meta-ibm/recipes-phosphor/inventory/phosphor-inventory-manager/p10bmc/ibm,rainier-4u_associations.json
+++ b/meta-ibm/recipes-phosphor/inventory/phosphor-inventory-manager/p10bmc/ibm,rainier-4u_associations.json
@@ -875,6 +875,17 @@
[
"/xyz/openbmc_project/led/groups/cpu0_identify"
]
+ },
+ {
+ "types":
+ {
+ "rType": "power_managed_by",
+ "fType": "power_managing"
+ },
+ "paths":
+ [
+ "/org/open_power/control/occ0"
+ ]
}
]
},
@@ -903,6 +914,17 @@
[
"/xyz/openbmc_project/led/groups/cpu0_identify"
]
+ },
+ {
+ "types":
+ {
+ "rType": "power_managed_by",
+ "fType": "power_managing"
+ },
+ "paths":
+ [
+ "/org/open_power/control/occ1"
+ ]
}
]
},
@@ -931,6 +953,17 @@
[
"/xyz/openbmc_project/led/groups/cpu1_identify"
]
+ },
+ {
+ "types":
+ {
+ "rType": "power_managed_by",
+ "fType": "power_managing"
+ },
+ "paths":
+ [
+ "/org/open_power/control/occ2"
+ ]
}
]
},
@@ -959,6 +992,17 @@
[
"/xyz/openbmc_project/led/groups/cpu1_identify"
]
+ },
+ {
+ "types":
+ {
+ "rType": "power_managed_by",
+ "fType": "power_managing"
+ },
+ "paths":
+ [
+ "/org/open_power/control/occ3"
+ ]
}
]
},