Change 8-bit address to 7-bit for SAS module.

The original address here is 8-bit, change to 7-bit to match the repo design.

Change-Id: Ia2ef9af9ba06e1ef6aafbce3b8427363059bc68e
Signed-off-by: Yuan Li <yuan.li@linux.intel.com>
diff --git a/configurations/SAS Module.json b/configurations/SAS Module.json
index 63c2a69..1a533df 100644
--- a/configurations/SAS Module.json
+++ b/configurations/SAS Module.json
@@ -6,7 +6,7 @@
             "Type": "EEPROM"
         },
         {
-            "Address": "0x98",
+            "Address": "0x4C",
             "Bus": "$bus",
             "Name": "SAS Module Temperature",
             "Type": "TMP75"
@@ -14,4 +14,4 @@
     ],
     "Name": "SAS Module",
     "Probe": "FALSE"
-}
\ No newline at end of file
+}