R2000 Chassis: Change MaxReading for fans

Max reading from configuration data should be 14K.

Change-Id: I6a45f184d846b87cdba5d38d095948075c69ca95
Signed-off-by: James Feist <james.feist@linux.intel.com>
diff --git a/schemas/global.json b/schemas/global.json
index ded5e2a..8e0536b 100644
--- a/schemas/global.json
+++ b/schemas/global.json
@@ -187,6 +187,9 @@
                             "Index": {
                                 "type": "integer"
                             },
+                            "MaxReading": {
+                                "type": "integer"
+                            },
                             "Class": {
                                 "type": "string"
                             },