Item, LED: add fault_identifying association

Signed-off-by: George Liu <liuxiwei@inspur.com>
Change-Id: Ibc9d0859498fafbc1647179357d5d38926f302d9
diff --git a/yaml/xyz/openbmc_project/Inventory/Item.interface.yaml b/yaml/xyz/openbmc_project/Inventory/Item.interface.yaml
index f70e0b5..8cc391d 100644
--- a/yaml/xyz/openbmc_project/Inventory/Item.interface.yaml
+++ b/yaml/xyz/openbmc_project/Inventory/Item.interface.yaml
@@ -56,3 +56,11 @@
       reverse_name: identifying
       required_endpoint_interfaces:
           - xyz.openbmc_project.Led.Group
+    - name: fault_identified_by
+      description: >
+          Objects that implement Item can optionally implement the
+          'fault_identified_by' association to provide a link to one or more
+          LED Groups.
+      reverse_name: fault_identifying
+      required_endpoint_interfaces:
+          - xyz.openbmc_project.Led.Group