Add Inlet and Outlet temperature config for fbyv35

Added support for TMP75 Inlet and Outlet configuration for
Yosemite V3.5 platform.

The below HwmonTemp values are added in the configuration.
   BMC_Inlet_Temp
   BMC_Outlet_Temp

Tested : Tested and verified the D-Bus path and Interface for
inlet and outet temperature.

Signed-off-by: Jayashree Dhanapal <jayashree-d@hcl.com>
Change-Id: I7fba18cc7f6ddd4aecb680b8edf0f81f12ae7c3a
diff --git a/configurations/fbyv35.json b/configurations/fbyv35.json
index a097088..42fb881 100644
--- a/configurations/fbyv35.json
+++ b/configurations/fbyv35.json
@@ -383,6 +383,34 @@
                 }
             ],
             "Type": "ADC"
+        },
+        {
+            "Address": "0x4e",
+            "Bus": 12,
+            "Name": "BMC_INLET_TEMP",
+            "Thresholds": [
+                {
+                    "Direction": "greater than",
+                    "Name": "upper critical",
+                    "Severity": 1,
+                    "Value": 50
+                }
+            ],
+            "Type": "TMP75"
+        },
+        {
+            "Address": "0x4f",
+            "Bus": 12,
+            "Name": "BMC_OUTLET_TEMP",
+            "Thresholds": [
+                {
+                    "Direction": "greater than",
+                    "Name": "upper critical",
+                    "Severity": 1,
+                    "Value": 55
+                }
+            ],
+            "Type": "TMP75"
         }
     ],
     "Name": "Yosemite V3P5 Baseboard",