meta-quanta: gbs: update thermal config to R02

1. update the Ki for cputemp
2. update the target temp offset for cputemp

Signed-off-by: George Hung <george.hung@quantatw.com>
Change-Id: Ic2c345de847e12f46702b261ba7a8cb4784d8711
diff --git a/meta-gbs/recipes-phosphor/fans/phosphor-pid-control/config.json b/meta-gbs/recipes-phosphor/fans/phosphor-pid-control/config.json
index 5a4cd1b..7c817d4 100644
--- a/meta-gbs/recipes-phosphor/fans/phosphor-pid-control/config.json
+++ b/meta-gbs/recipes-phosphor/fans/phosphor-pid-control/config.json
@@ -1,5 +1,5 @@
 {
-    "version" : "R01",
+    "version" : "R02",
     "sensors" : [
         {
             "name": "fan0",
@@ -154,7 +154,7 @@
                     "pid": {
                         "samplePeriod": 1.0,
                         "proportionalCoeff": 714.0,
-                        "integralCoeff": 18.0,
+                        "integralCoeff": 9.0,
                         "feedFwdOffsetCoeff": 0.0,
                         "feedFwdGainCoeff": 0.0,
                         "integralLimit_min": 1786.0,