Update temp limits in thermal HAL impl.

Bug: 27549685
Change-Id: I0c13c905b02cfd2e140a24d591eafedda5430b6f
diff --git a/thermal/thermal.c b/thermal/thermal.c
index d496e8d..d57a43f 100644
--- a/thermal/thermal.c
+++ b/thermal/thermal.c
@@ -85,7 +85,8 @@
         .name = name,
         .current_value = temp * mult,
         .throttling_threshold = throttling_threshold,
-        .shutdown_threshold = shutdown_threshold
+        .shutdown_threshold = shutdown_threshold,
+        .vr_throttling_threshold = UNKNOWN_TEMPERATURE
     };
 
     return 0;