Set required properties for TPM FRU through configuration file

Add extra properties "present", "Field replaceable",
"cacheable" to config file for Trusted Platform
Module(TPM) FRU.

Change-Id: Ie76d7039f0883d91b197c06f06d7ecd87c15f93d
Signed-off-by: Marri Devender Rao <devenrao@in.ibm.com>
diff --git a/recipes-phosphor/ipmi/phosphor-ipmi-fru-properties-mrw/config.yaml b/recipes-phosphor/ipmi/phosphor-ipmi-fru-properties-mrw/config.yaml
index ad55610..079ba50 100644
--- a/recipes-phosphor/ipmi/phosphor-ipmi-fru-properties-mrw/config.yaml
+++ b/recipes-phosphor/ipmi/phosphor-ipmi-fru-properties-mrw/config.yaml
@@ -29,3 +29,11 @@
         Cached: 'false'
     xyz.openbmc_project.Inventory.Item:
         Present: 'true'
+
+TPM:
+    xyz.openbmc_project.Inventory.Decorator.Replaceable:
+        FieldReplaceable: 'true'
+    xyz.openbmc_project.Inventory.Decorator.Cacheable:
+        Cached: 'false'
+    xyz.openbmc_project.Inventory.Item:
+        Present: 'true'