romed8hm3: add VDDCR_CPU warning & critical thresholds

These had been omitted initially while we were sorting out some
confusion with the VRM that provides this supply rail, but I forgot to
go back and add them after that was resolved.

Tested: warning & critical thresholds appear as expected on dbus and in
webui-vue on romed8hm3.

Signed-off-by: Zev Weiss <zev@bewilderbeest.net>
Change-Id: I605c7813f70b5004f50be831eea4746e48a4a5bd
diff --git a/configurations/ASRock_ROMED8HM3.json b/configurations/ASRock_ROMED8HM3.json
index bb07b4b..0b106f4 100644
--- a/configurations/ASRock_ROMED8HM3.json
+++ b/configurations/ASRock_ROMED8HM3.json
@@ -69,6 +69,32 @@
             "Name": "VDDCR_CPU",
             "PowerState": "On",
             "ScaleFactor": 0.75,
+            "Thresholds": [
+                {
+                    "Direction": "greater than",
+                    "Name": "upper critical",
+                    "Severity": 1,
+                    "Value": 1.35
+                },
+                {
+                    "Direction": "greater than",
+                    "Name": "upper non critical",
+                    "Severity": 0,
+                    "Value": 1.28
+                },
+                {
+                    "Direction": "less than",
+                    "Name": "lower non critical",
+                    "Severity": 0,
+                    "Value": 0.61
+                },
+                {
+                    "Direction": "less than",
+                    "Name": "lower critical",
+                    "Severity": 1,
+                    "Value": 0.55
+                }
+            ],
             "Type": "ADC"
         },
         {