configurations: romed8hm3: Update nct6779 labels & thresholds

A change the nct6775 driver in the 6.6 kernel [1] added two more
temperature channels, which end up ordered before the TSI0_TEMP channel,
mixing up hwmontempsensor's idea of which channel is what.  Add
PCH_DIM{0,1}_TEMP to bring it back into sync, and correct threshold
channel indices to match.

[1] https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=b7f1f7b2523a6a4382f12fe953380b847b80e09d

Signed-off-by: Zev Weiss <zev@bewilderbeest.net>
Change-Id: I26d6b462297b754bf5b16badfd99fdadf68a0fb0
diff --git a/configurations/asrock_romed8hm3.json b/configurations/asrock_romed8hm3.json
index e1a0929..9980c89 100644
--- a/configurations/asrock_romed8hm3.json
+++ b/configurations/asrock_romed8hm3.json
@@ -545,7 +545,9 @@
             "Bus": 1,
             "Name": "SYSTIN",
             "Name1": "CPUTIN",
-            "Name10": "TSI0_TEMP",
+            "Name10": "PCH_DIM0_TEMP",
+            "Name11": "PCH_DIM1_TEMP",
+            "Name12": "TSI0_TEMP",
             "Name2": "AUXTIN0",
             "Name3": "AUXTIN1",
             "Name4": "AUXTIN2",
@@ -558,28 +560,28 @@
             "Thresholds": [
                 {
                     "Direction": "greater than",
-                    "Index": 11,
+                    "Index": 13,
                     "Name": "upper critical",
                     "Severity": 1,
                     "Value": 90
                 },
                 {
                     "Direction": "greater than",
-                    "Index": 11,
+                    "Index": 13,
                     "Name": "upper non critical",
                     "Severity": 0,
                     "Value": 80
                 },
                 {
                     "Direction": "less than",
-                    "Index": 11,
+                    "Index": 13,
                     "Name": "lower non critical",
                     "Severity": 0,
                     "Value": 5
                 },
                 {
                     "Direction": "less than",
-                    "Index": 11,
+                    "Index": 13,
                     "Name": "lower critical",
                     "Severity": 1,
                     "Value": 0